File tree
503 files changed
+12284
-401
lines changed- CPP
- LINKED LIST
- SINGLY LINKED LIST
- SOME LEET CODE QUESTIONS
- Leetcode
- 1-two-sum
- 1004-max-consecutive-ones-iii
- 1021-remove-outermost-parentheses
- 112-path-sum
- 118-pascals-triangle
- 121-best-time-to-buy-and-sell-stock
- 1227-airplane-seat-assignment-probability
- 125-valid-palindrome
- 1290-convert-binary-number-in-a-linked-list-to-integer
- 13-roman-to-integer
- 1337-the-k-weakest-rows-in-a-matrix
- 1342-number-of-steps-to-reduce-a-number-to-zero
- 1346-check-if-n-and-its-double-exist
- 136-single-number
- 14-longest-common-prefix
- 1433-check-if-a-string-can-break-another-string
- 1448-count-good-nodes-in-binary-tree
- 1464-maximum-product-of-two-elements-in-an-array
- 1480-running-sum-of-1d-array
- 151-reverse-words-in-a-string
- 1614-maximum-nesting-depth-of-the-parentheses
- 1669-merge-in-between-linked-lists
- 167-two-sum-ii-input-array-is-sorted
- 1679-max-number-of-k-sum-pairs
- 1721-swapping-nodes-in-a-linked-list
- 1752-check-if-array-is-sorted-and-rotated
- 1768-merge-strings-alternately
- 1832-check-if-the-sentence-is-pangram
- 1859-sorting-the-sentence
- 189-rotate-array
- 19-remove-nth-node-from-end-of-list
- 191-number-of-1-bits
- 1941-check-if-all-characters-have-equal-number-of-occurrences
- 20-valid-parentheses
- 2007-find-original-array-from-doubled-array
- 2011-final-value-of-variable-after-performing-operations
- 2089-find-target-indices-after-sorting-array
- 2125-number-of-laser-beams-in-a-bank
- 2130-maximum-twin-sum-of-a-linked-list
- 2149-rearrange-array-elements-by-sign
- 2150-find-all-lonely-numbers-in-the-array
- 2164-sort-even-and-odd-indices-independently
- 2181-merge-nodes-in-between-zeros
- 2296-design-a-text-editor
- 237-delete-node-in-a-linked-list
- 2395-find-subarrays-with-equal-sum
- 24-swap-nodes-in-pairs
- 242-valid-anagram
- 26-remove-duplicates-from-sorted-array
- 268-missing-number
- 283-move-zeroes
- 287-find-the-duplicate-number
- 300-longest-increasing-subsequence
- 326-power-of-three
- 342-power-of-four
- 344-reverse-string
- 389-find-the-difference
- 448-find-all-numbers-disappeared-in-an-array
- 47-permutations-ii
- 485-max-consecutive-ones
- 509-fibonacci-number
- 520-detect-capital
- 53-maximum-subarray
- 535-encode-and-decode-tinyurl
- 557-reverse-words-in-a-string-iii
- 680-valid-palindrome-ii
- 682-baseball-game
- 7-reverse-integer
- 704-binary-search
- 804-unique-morse-code-words
- 81-search-in-rotated-sorted-array-ii
- 844-backspace-string-compare
- 867-transpose-matrix
- 876-middle-of-the-linked-list
- 88-merge-sorted-array
- 905-sort-array-by-parity
- 94-binary-tree-inorder-traversal
- Matrix Exponentiation - GFG
- Problems
- Segment Tree
- array-2d
- arrays
- leetcode-problems
- graph_tree
- recursion
- N_Queens
- searching
- sorting
- structures
- CSharp/Programming Skills 1
- Dynamic Programming
- Hashtable
- Java
- .idea
- Array
- FiveBitManipulation
- Leetcode
- Linked List
- LinkedList
- Pattern-Questions
- PatternQuestions
- Recursion
- SearchingAlgorithms
- BFS
- SortingTechniques
- Stack
- String
- Leetcode-solutions/Binary-search
- Linked List
- LinkedList
- Maths
- Python
- Searching-Algorithms
- Sorting-Techniques
- hashtables
- Sliding Window
- Trees
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
503 files changed
+12284
-401
lines changedLines changed: 0 additions & 166 deletions
This file was deleted.
Lines changed: 95 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + | |
| 66 | + | |
| 67 | + | |
| 68 | + | |
| 69 | + | |
| 70 | + | |
| 71 | + | |
| 72 | + | |
| 73 | + | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + |
Lines changed: 35 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + |
Lines changed: 65 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
| 61 | + | |
| 62 | + | |
| 63 | + | |
| 64 | + | |
| 65 | + |
0 commit comments