Skip to content

Commit d22b36d

Browse files
2 parents cb5f0a8 + ebcdebb commit d22b36d

File tree

4 files changed

+21
-8
lines changed

4 files changed

+21
-8
lines changed

SYLLABUS.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@
4949
- Sliding window
5050
- Two Pointer
5151
- Subarray Questions
52+
- Pattern questions
5253
- Strings
5354
- Introduction
5455
- How Strings work

assignments/arrays.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
## Submit the following on your Leetcode profile itself.
44

5+
### Easy
56
1. [Build Array from Permutation](https://leetcode.com/problems/build-array-from-permutation/)
67
2. [Concatenation of Array](https://leetcode.com/problems/concatenation-of-array/)
78
3. [Running Sum of 1d Array](https://leetcode.com/problems/running-sum-of-1d-array/)
@@ -21,4 +22,12 @@
2122
17. [Transpose Matrix](https://leetcode.com/problems/transpose-matrix/)
2223
18. [Add to Array-Form of Integer](https://leetcode.com/problems/add-to-array-form-of-integer/)
2324
19. [Maximum Population Year](https://leetcode.com/problems/maximum-population-year/)
24-
20. [Determine Whether Matrix Can Be Obtained By Rotation](https://leetcode.com/problems/determine-whether-matrix-can-be-obtained-by-rotation/)
25+
20. [Determine Whether Matrix Can Be Obtained By Rotation](https://leetcode.com/problems/determine-whether-matrix-can-be-obtained-by-rotation/)
26+
27+
28+
### Medium
29+
1. [Spiral Matrix](https://leetcode.com/problems/spiral-matrix/)
30+
2. [Set Matrix Zeroes](https://leetcode.com/problems/set-matrix-zeroes/)
31+
3. [Product of Array Except Self](https://leetcode.com/problems/product-of-array-except-self/)
32+
4. [Find First and Last Position of Element in Sorted Array](https://leetcode.com/problems/find-first-and-last-position-of-element-in-sorted-array/)
33+
5. [Jump Game](https://leetcode.com/problems/jump-game/)

assignments/conditionals-loops.md

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@
1919
15. Volume Of Prism
2020
16. Volume Of Cylinder
2121
17. Volume Of Sphere
22-
18. Volume Of Prism
23-
19. Curved Surface Area Of Cube
24-
20. Total Surface Area Of Cylinder
22+
18. Volume Of Pyramid
23+
19. Curved Surface Area Of Cylinder
24+
20. Total Surface Area Of Cube
2525
21. Fibonacci Series In Java Programs
2626
22. [Subtract the Product and Sum of Digits of an Integer](https://leetcode.com/problems/subtract-the-product-and-sum-of-digits-of-an-integer/)
2727

@@ -30,7 +30,8 @@
3030
2. Calculate Electricity Bill
3131
3. Calculate Average Of N Numbers
3232
4. Calculate Discount Of Product
33-
5. Calculate Distance Between Two Points 6. Calculate Commission Percentage
33+
5. Calculate Distance Between Two Points
34+
6. Calculate Commission Percentage
3435
7. Power In Java
3536
8. Deprecation Program
3637
9. Calculate Batting Average
@@ -42,9 +43,11 @@
4243
15. Armstrong Number In Java
4344
16. Find Ncr & Npr
4445
17. Reverse A String In Java
45-
18. Find if a number is palindrome or not 19. Future Investment Value
46+
18. Find if a number is palindrome or not
47+
19. Future Investment Value
4648
20. HCF Of Two Numbers Program
4749
21. LCM Of Two Numbers
48-
22. Java Program Vowel Or Consonant 23. Perfect Number In Java
50+
22. Java Program Vowel Or Consonant
51+
23. Perfect Number In Java
4952
24. Check Leap Year Or Not
50-
25. Sum Of A Digits Of Number
53+
25. Sum Of A Digits Of Number
654 KB
Binary file not shown.

0 commit comments

Comments
 (0)