File tree Expand file tree Collapse file tree 4 files changed +21
-8
lines changed Expand file tree Collapse file tree 4 files changed +21
-8
lines changed Original file line number Diff line number Diff line change 49
49
- Sliding window
50
50
- Two Pointer
51
51
- Subarray Questions
52
+ - Pattern questions
52
53
- Strings
53
54
- Introduction
54
55
- How Strings work
Original file line number Diff line number Diff line change 2
2
3
3
## Submit the following on your Leetcode profile itself.
4
4
5
+ ### Easy
5
6
1 . [ Build Array from Permutation] ( https://leetcode.com/problems/build-array-from-permutation/ )
6
7
2 . [ Concatenation of Array] ( https://leetcode.com/problems/concatenation-of-array/ )
7
8
3 . [ Running Sum of 1d Array] ( https://leetcode.com/problems/running-sum-of-1d-array/ )
21
22
17 . [ Transpose Matrix] ( https://leetcode.com/problems/transpose-matrix/ )
22
23
18 . [ Add to Array-Form of Integer] ( https://leetcode.com/problems/add-to-array-form-of-integer/ )
23
24
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/ )
Original file line number Diff line number Diff line change 19
19
15 . Volume Of Prism
20
20
16 . Volume Of Cylinder
21
21
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
25
25
21 . Fibonacci Series In Java Programs
26
26
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/ )
27
27
30
30
2 . Calculate Electricity Bill
31
31
3 . Calculate Average Of N Numbers
32
32
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
34
35
7 . Power In Java
35
36
8 . Deprecation Program
36
37
9 . Calculate Batting Average
42
43
15 . Armstrong Number In Java
43
44
16 . Find Ncr & Npr
44
45
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
46
48
20 . HCF Of Two Numbers Program
47
49
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
49
52
24 . Check Leap Year Or Not
50
- 25 . Sum Of A Digits Of Number
53
+ 25 . Sum Of A Digits Of Number
You can’t perform that action at this time.
0 commit comments