Skip to content

kyomel/list-problems-SE-Growth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 

Repository files navigation

List Problems SE-Growth

This is list problems for practice SE Growth Community members. Problem will delivered at Monday-Friday.

Week-1(Array, Hash, Strings):

Day Date Problem
1 13/12/2024 https://leetcode.com/problems/find-closest-number-to-zero/description/
2 14/12/2024 https://leetcode.com/problems/valid-anagram/description/
3 15/12/2024 https://leetcode.com/problems/best-time-to-buy-and-sell-stock/description/
4 16/12/2024 https://leetcode.com/problems/longest-consecutive-sequence/description/
5 17/12/2024 https://leetcode.com/problems/summary-ranges/description/
6 18/12/2024 https://leetcode.com/problems/contains-duplicate/description/

Week-2(2 Pointers):

Day Date Problem
7 19/12/2024 https://leetcode.com/problems/valid-palindrome/description/
8 20/12/2024 https://leetcode.com/problems/sort-colors/description/
9 23/12/2024 https://leetcode.com/problems/two-sum-ii-input-array-is-sorted/description/
10 24/12/2024 https://leetcode.com/problems/container-with-most-water/description/
11 25/12/2024 https://leetcode.com/problems/partition-list/description/

Week-3(Stacks):

Day Date Problem
12 26/12/2024 https://leetcode.com/problems/generate-parentheses/description/
13 27/12/2024 https://leetcode.com/problems/valid-parentheses/description/
14 30/12/2024 https://leetcode.com/problems/implement-queue-using-stacks/description/
15 31/12/2024 https://leetcode.com/problems/to-be-or-not-to-be/description/
16 1/1/2025 https://leetcode.com/problems/baseball-game/description/

Week-4(Binary Search):

Day Date Problem
17 2/1/2025 https://leetcode.com/problems/binary-search/description/
18 3/1/2025 https://leetcode.com/problems/first-bad-version/description/
19 6/1/2025 https://leetcode.com/problems/valid-perfect-square/description/
20 7/1/2025 https://leetcode.com/problems/search-insert-position/description/
21 8/1/2025 https://leetcode.com/problems/koko-eating-bananas/description/

Week-5(Sliding Window):

Day Date Problem
22 9/1/2025 https://leetcode.com/problems/maximum-average-subarray-i/description/
23 10/1/2025 https://leetcode.com/problems/max-consecutive-ones-iii/description/
24 13/1/2025 https://leetcode.com/problems/longest-substring-without-repeating-characters/description/
25 14/1/2025 https://leetcode.com/problems/minimum-size-subarray-sum/description/
26 15/1/2025 https://leetcode.com/problems/permutation-in-string/description/

Week-6(Linked List):

Day Date Problem
27 16/1/2025 https://leetcode.com/problems/linked-list-cycle/description/
28 17/1/2025 https://leetcode.com/problems/reverse-linked-list/description/
29 20/1/2025 https://leetcode.com/problems/merge-two-sorted-lists/description/
30 21/1/2025 https://leetcode.com/problems/remove-duplicates-from-sorted-list/description/
31 22/1/2025 https://leetcode.com/problems/add-two-numbers/description/

Week-7(Trees):

Day Date Problem
32 23/1/2025 https://leetcode.com/problems/invert-binary-tree/description/
33 24/1/2025 https://leetcode.com/problems/maximum-depth-of-binary-tree/description/
34 27/1/2025 https://leetcode.com/problems/path-sum/description/
35 28/1/2025 https://leetcode.com/problems/same-tree/description/
36 29/1/2025 https://leetcode.com/problems/kth-smallest-element-in-a-bst/description/

Week-8(Trie):

Day Date Problem
37 30/1/2025 https://leetcode.com/problems/implement-trie-prefix-tree/description/
38 31/1/2025 https://leetcode.com/problems/count-prefix-and-suffix-pairs-i/description/
39 3/2/2025 https://leetcode.com/problems/maximum-strong-pair-xor-i/description/
40 4/2/2025 https://leetcode.com/problems/minimum-number-of-valid-strings-to-form-target-i/description/
41 5/2/2025 https://leetcode.com/problems/extra-characters-in-a-string/description/

Week-9(Backtracking):

Day Date Problem
42 6/2/2025 https://leetcode.com/problems/subsets/description/
43 7/2/2025 https://leetcode.com/problems/combination-sum/description/
44 10/2/2025 https://leetcode.com/problems/permutations/description/
45 11/2/2025 https://leetcode.com/problems/word-search/description/
46 12/2/2025 https://leetcode.com/problems/palindrome-partitioning/description/

Week-10(Heap/Priority Queue)

Day Date Problem
47 13/2/2025 https://leetcode.com/problems/kth-largest-element-in-a-stream/description/
48 14/2/2025 https://leetcode.com/problems/last-stone-weight/description/
49 17/2/2025 https://leetcode.com/problems/relative-ranks/description/
50 18/2/2025 https://leetcode.com/problems/kth-largest-element-in-an-array/description/
51 19/2/2025 https://leetcode.com/problems/delete-greatest-value-in-each-row/description/

Week-11(Graphs)

Day Date Problem
52 20/2/2025 https://leetcode.com/problems/find-the-town-judge/description/
53 21/2/2025 https://leetcode.com/problems/number-of-islands/description/
54 24/2/2025 https://leetcode.com/problems/find-center-of-star-graph/description/
55 25/2/2025 https://leetcode.com/problems/max-area-of-island/description/
56 26/2/2025 https://leetcode.com/problems/course-schedule/description/

Week-12(Dynamic Programming)

Day Date Problem
57 27/2/2025 https://leetcode.com/problems/climbing-stairs/description/
58 28/2/2025 https://leetcode.com/problems/house-robber/description/
59 3/3/2025 https://leetcode.com/problems/min-cost-climbing-stairs/
60 4/3/2025 https://leetcode.com/problems/maximum-repeating-substring/description/
61 5/3/2025 https://leetcode.com/problems/divisor-game/description/

Week-12(Bit Manipulation)

Day Date Problem
62 6/3/2025 https://leetcode.com/problems/single-number/description/
63 7/3/2025 https://leetcode.com/problems/reverse-bits/description/
64 10/3/2025 https://leetcode.com/problems/counting-bits/description/
65 11/3/2025 https://leetcode.com/problems/sum-of-two-integers/description/
66 12/3/2025 https://leetcode.com/problems/reverse-integer/description/

Week-13(Greedy)

Day Date Problem
67 13/3/2025 https://leetcode.com/problems/assign-cookies/description/
68 14/3/2025 https://leetcode.com/problems/maximum-subarray/description/
69 17/3/2025 https://leetcode.com/problems/longest-palindrome/description/
70 18/3/2025 https://leetcode.com/problems/hand-of-straights/description/
71 19/3/2025 https://leetcode.com/problems/gas-station/description/

Week-13(Math)

Day Date Problem
72 20/3/2025 https://leetcode.com/problems/happy-number/description/
73 21/3/2025 https://leetcode.com/problems/add-digits/description/
74 24/3/2025 https://leetcode.com/problems/plus-one/description/
75 25/3/2025 https://leetcode.com/problems/detect-squares/description/
76 26/3/2025 https://leetcode.com/problems/nim-game/description/

Week-13(Random)

Day Date Problem
77 27/3/2025 https://leetcode.com/problems/product-of-array-except-self/description/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published