Skip to content

Commit fa0e3b5

Browse files
committed
added requested changes
1 parent 16d2d96 commit fa0e3b5

File tree

8 files changed

+0
-15
lines changed

8 files changed

+0
-15
lines changed

assignments/05-arrays.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

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

5-
- Click on [*Show problem tags*](https://leetcode.com/tag/array/) and do the questions that contains tag of topic (array) we have covered so far.
6-
75
### Easy
86
1. [Build Array from Permutation](https://leetcode.com/problems/build-array-from-permutation/)
97
2. [Concatenation of Array](https://leetcode.com/problems/concatenation-of-array/)

assignments/06-searching.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,6 @@
66

77
# Problems:
88

9-
- Click on [*Show problem tags*](https://leetcode.com/tag/binary-search/) and do the questions that contains tags of topics we have covered so far.
10-
119
## Easy
1210
- [Square Root](https://leetcode.com/problems/sqrtx/)
1311
- [Guess Number Higher or Lower](https://leetcode.com/problems/guess-number-higher-or-lower/)

assignments/07-sorting.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@
88

99
# Questions
1010

11-
- Click on [*Show problem tags*](https://leetcode.com/tag/sorting/) and do the questions that contains tag of topic (sorting) we have covered so far.
12-
1311
## Easy
1412
- [Merge Sorted Array](https://leetcode.com/problems/merge-sorted-array/)
1513
- [Majority Element](https://leetcode.com/problems/majority-element/)

assignments/08-strings.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
# Problems
44

5-
- Click on [*Show problem tags*](https://leetcode.com/tag/string/) and do the questions that contains tag of topic (String) we have covered so far.
6-
75
## Easy
86

97
- [Defanging an Ip address](https://leetcode.com/problems/defanging-an-ip-address/)

assignments/10-recursion.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33

44
# Problems
55

6-
- Click on [*Show problem tags*](https://leetcode.com/tag/recursion/) and do the questions that contains tag of topic (recursion) we have covered so far.
7-
86
## Easy
97
- [Sum Triangle from Array](https://www.geeksforgeeks.org/sum-triangle-from-array/) `GFG`
108
- [Maximum and Minimum value in an array](https://www.geeksforgeeks.org/recursive-programs-to-find-minimum-and-maximum-elements-of-array/) `GFG`

assignments/11-bitwise.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22

33
## Problems
44

5-
- Click on [*Show problem tags*](https://leetcode.com/tag/bit-manipulation/) and do the questions that contains tags of topics we have covered so far.
6-
75
## Easy
86
- [Add Binary](https://leetcode.com/problems/add-binary/)
97
- [Single Number](https://leetcode.com/problems/single-number/)

assignments/12-math.md

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

33
## Problems
44
- Click on [*Show problem tags*](https://leetcode.com/tag/math/) and do the questions that contains tags of topics we have covered so far.
5-
- Click on [*Show problem tags*](https://www.geeksforgeeks.org/mathematical-algorithms/mathematical-algorithms-gcd-lcm/) and do the questions related to GCD and LCM.
65

76
## Easy
87
- [Roman to Integer.](https://leetcode.com/problems/roman-to-integer/)

assignments/15-linkedlist.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Problems
22

3-
- Click on [*Show problem tags*](https://leetcode.com/tag/linked-list/) and do the questions that contains tag of topic (Linked List) we have covered so far.
4-
53
## Easy
64
- [Convert Binary Number in a Linked List to Integer](https://leetcode.com/problems/convert-binary-number-in-a-linked-list-to-integer/) `leetcode`
75
- [Reverse Linked List](https://leetcode.com/problems/reverse-linked-list/) `leetcode`

0 commit comments

Comments
 (0)