0% found this document useful (0 votes)
6 views

Advanced coding (3) - Copy

The document lists various coding problems categorized by topics such as Stack, Queues, Heaps, Linked Lists, Hashing, DFS, BFS, Sorting Techniques, Memoization, and Binary Search Trees. Each topic includes links to specific problems on LeetCode and Codeforces for practice. This serves as a resource for individuals looking to improve their coding skills in these areas.

Uploaded by

vmusinan
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
6 views

Advanced coding (3) - Copy

The document lists various coding problems categorized by topics such as Stack, Queues, Heaps, Linked Lists, Hashing, DFS, BFS, Sorting Techniques, Memoization, and Binary Search Trees. Each topic includes links to specific problems on LeetCode and Codeforces for practice. This serves as a resource for individuals looking to improve their coding skills in these areas.

Uploaded by

vmusinan
Copyright
© © All Rights Reserved
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 2

S.

No
. TOPICS LINK

https://leetcode.com/problems/flatten-binary-tree-to-linked-list/

1 Stack, Queues https://leetcode.com/problems/trapping-rain-water/

https://leetcode.com/problems/kth-largest-element-in-an-array/

https://leetcode.com/problems/merge-k-sorted-lists/
Priroty Queues /
2 Heap https://leetcode.com/problems/design-circular-deque/

https://leetcode.com/problems/maximum-sum-circular-subarray

3 Dequeue https://leetcode.com/problems/stamping-the-sequence/

https://leetcode.com/problems/design-browser-history/

4 Linked Lists https://leetcode.com/problems/lru-cache/

https://leetcode.com/problems/check-if-a-string-contains-all-binary-codes-
of-size-k/

https://leetcode.com/problems/longest-chunked-palindrome-
decomposition/

https://leetcode.com/problems/constrained-subsequence-sum

https://leetcode.com/problems/first-unique-number

5 Hashing https://leetcode.com/problems/max-value-of-equation

https://leetcode.com/problems/unique-binary-search-trees/
Searching
6 Techniques https://leetcode.com/problems/all-elements-in-two-binary-search-trees/

https://leetcode.com/problems/flatten-binary-tree-to-linked-list/

https://leetcode.com/problems/binary-tree-zigzag-level-order-traversal/

https://leetcode.com/problems/binary-tree-level-order-traversal-ii/

https://codeforces.com/problemset/problem/1675/F

https://codeforces.com/problemset/problem/1674/G

https://codeforces.com/problemset/problem/1669/G

https://codeforces.com/problemset/problem/1670/C

7 DFS, BFS, https://leetcode.com/problems/sum-root-to-leaf-numbers/

8 Sorting https://leetcode.com/problems/group-anagrams/
Techniques
https://leetcode.com/problems/kth-largest-element-in-an-array/

https://codeforces.com/problemset/problem/1669/F
https://leetcode.com/problems/find-median-from-data-stream/

https://leetcode.com/problems/climbing-stairs/description/?
envType=problem-list-v2&envId=memoization

9 Memoization https://leetcode.com/problems/longest-increasing-path-in-a-matrix/

https://leetcode.com/problems/shopping-offers/

https://leetcode.com/problems/shopping-offers/

https://leetcode.com/problems/recover-binary-search-tree/

https://codeforces.com/problemset/problem/1695/E

https://codeforces.com/problemset/problem/1674/E

https://codeforces.com/problemset/problem/1674/D
Binary Search
10 Tree https://leetcode.com/problems/unique-binary-search-trees-ii

You might also like