Skip to content

Commit 1dbf782

Browse files
Merge branch 'main' into assignments
2 parents d61bf4f + 9de269d commit 1dbf782

File tree

7 files changed

+9
-6
lines changed

7 files changed

+9
-6
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
- [Syllabus](SYLLABUS.md)
66
- [Discord for discussions](https://discord.io/commclassroom)
77
- [Telegram for announcements](https://telegram.me/commclassroom)
8+
- [Competitive Programming Resources](https://github.com/kunal-kushwaha/Competitive-Programming-Resources)
89

910
### Connect with me
1011
<a href="https://twitter.com/kunalstwt">

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

@@ -31,7 +31,7 @@ Factorial of any number n is represented by n! and is equal to 1*2*3*....*(n-1)*
3131
2! = 2*1 = 2
3232
Also,
3333
1! = 1
34-
0! = 0
34+
0! = 1
3535

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

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+
- TBD
584 KB
Binary file not shown.
148 KB
Binary file not shown.

0 commit comments

Comments
 (0)