0% found this document useful (0 votes)
67 views1 page

Amazon DSA Curated Problem List

The document lists various coding problems categorized by data structures and algorithms, along with their corresponding LeetCode links. Categories include Arrays, Strings, HashMap, Linked List, Trees, Recursion, Heaps, Graphs, Dynamic Programming, Sliding Window, Two Pointers, Binary Search, Greedy, and Stack. Each entry provides a brief title and a URL for the problem on LeetCode.

Uploaded by

Soumya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
67 views1 page

Amazon DSA Curated Problem List

The document lists various coding problems categorized by data structures and algorithms, along with their corresponding LeetCode links. Categories include Arrays, Strings, HashMap, Linked List, Trees, Recursion, Heaps, Graphs, Dynamic Programming, Sliding Window, Two Pointers, Binary Search, Greedy, and Stack. Each entry provides a brief title and a URL for the problem on LeetCode.

Uploaded by

Soumya
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as XLSX, PDF, TXT or read online on Scribd
You are on page 1/ 1

Category ProblemLeetCode Link

Arrays Two Sum https://leetcode.com/problems/two-sum/


Arrays Maximum Shttps://leetcode.com/problems/maximum-subarray/
Strings Valid Anag https://leetcode.com/problems/valid-anagram/
HashMap Subarray S https://leetcode.com/problems/subarray-sum-equals-k/
Linked List Reverse Linhttps://leetcode.com/problems/reverse-linked-list/
Trees Diameter ohttps://leetcode.com/problems/diameter-of-binary-tree/
Recursion Letter Comhttps://leetcode.com/problems/letter-combinations-of-a-phone-number/
Heaps Top K Freq https://leetcode.com/problems/top-k-frequent-elements/
Graphs Number ofhttps://leetcode.com/problems/number-of-islands/
DP House Robhttps://leetcode.com/problems/house-robber/
Sliding Wi Longest Suhttps://leetcode.com/problems/longest-substring-without-repeating-characters/
Two PointeContainer https://leetcode.com/problems/container-with-most-water/
Binary Sea Search in Rhttps://leetcode.com/problems/search-in-rotated-sorted-array/
Greedy Jump Gam https://leetcode.com/problems/jump-game/
Stack Valid Pare https://leetcode.com/problems/valid-parentheses/

You might also like