Skip to content

Commit fe97467

Browse files
Merge branch 'main' into main
2 parents e6fe434 + f57e9fc commit fe97467

File tree

4 files changed

+8
-6
lines changed

4 files changed

+8
-6
lines changed

assignments/conditionals-loops.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
5. Calculate Distance Between Two Points
3434
6. Calculate Commission Percentage
3535
7. Power In Java
36-
8. Deprecation Program
36+
8. Calculate Depreciation of Value
3737
9. Calculate Batting Average
3838
10. Calculate CGPA Java Program
3939
11. Compound Interest Java Program

assignments/functions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
2. Define a program to find out whether a given number is even or odd.
66

7-
3. A person is elligible to vote if his/her age is greater than or equal to 18. Define a method to find out if he/she is elligible to vote.
7+
3. A person is eligible to vote if his/her age is greater than or equal to 18. Define a method to find out if he/she is eligible to vote.
88

99
4. Write a program to print the sum of two numbers entered by user by defining your own method.
1010

@@ -35,4 +35,4 @@ Also,
3535

3636
10. Write a function to find if a number if palindrome or not. Take number as parameter.
3737

38-
11. Convert the programs in [flow of program](flow-of-program.md), [conditionals & loops](conditionals-loops.md), [first java](first-java.md) assignemts into functions.
38+
11. Convert the programs in [flow of program](flow-of-program.md), [conditionals & loops](conditionals-loops.md), [first java](first-java.md) assignments into functions.

assignments/linear-search.md

Lines changed: 0 additions & 3 deletions
This file was deleted.

assignments/searching.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
Videos:
2+
- [Linear Search](https://youtu.be/_HRA37X8N_Q)
3+
4+
Problems:
5+
- [Linear Search](https://www.hackerearth.com/practice/algorithms/searching/linear-search/practice-problems/)

0 commit comments

Comments
 (0)