Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…-Java into pattern
  • Loading branch information
phantom-18 committed Aug 11, 2021
2 parents eebfbe0 + 0082f73 commit 22e494d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
1 change: 1 addition & 0 deletions SYLLABUS.md
Expand Up @@ -49,6 +49,7 @@
- Sliding window
- Two Pointer
- Subarray Questions
- Pattern questions
- Strings
- Introduction
- How Strings work
Expand Down
13 changes: 8 additions & 5 deletions assignments/conditionals-loops.md
Expand Up @@ -19,7 +19,7 @@
15. Volume Of Prism
16. Volume Of Cylinder
17. Volume Of Sphere
18. Volume Of Prism
18. Volume Of Pyramid
19. Curved Surface Area Of Cube
20. Total Surface Area Of Cylinder
21. Fibonacci Series In Java Programs
Expand All @@ -30,7 +30,8 @@
2. Calculate Electricity Bill
3. Calculate Average Of N Numbers
4. Calculate Discount Of Product
5. Calculate Distance Between Two Points 6. Calculate Commission Percentage
5. Calculate Distance Between Two Points
6. Calculate Commission Percentage
7. Power In Java
8. Deprecation Program
9. Calculate Batting Average
Expand All @@ -42,9 +43,11 @@
15. Armstrong Number In Java
16. Find Ncr & Npr
17. Reverse A String In Java
18. Find if a number is palindrome or not 19. Future Investment Value
18. Find if a number is palindrome or not
19. Future Investment Value
20. HCF Of Two Numbers Program
21. LCM Of Two Numbers
22. Java Program Vowel Or Consonant 23. Perfect Number In Java
22. Java Program Vowel Or Consonant
23. Perfect Number In Java
24. Check Leap Year Or Not
25. Sum Of A Digits Of Number
25. Sum Of A Digits Of Number

0 comments on commit 22e494d

Please sign in to comment.