0% found this document useful (0 votes)
414 views2 pages

LeetCode Problem Solutions List

The document contains a list of 30 coding questions from LeetCode with their corresponding links. The questions cover a range of topics including arrays, strings, linked lists, trees, and binary search. Some of the problems involve removing elements, finding duplicates, validating structures like parentheses or anagrams, and manipulating data structures like stacks or linked lists.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
414 views2 pages

LeetCode Problem Solutions List

The document contains a list of 30 coding questions from LeetCode with their corresponding links. The questions cover a range of topics including arrays, strings, linked lists, trees, and binary search. Some of the problems involve removing elements, finding duplicates, validating structures like parentheses or anagrams, and manipulating data structures like stacks or linked lists.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd

Question Link Topic

Contain Duplicate [Link]


Valid Anagram [Link]
Two Sum [Link]
Merge string alternatively [Link]
Remove Element [Link]
Remove Duplicates from sorted array [Link]
Majority Element [Link]
Length of last word [Link]
Is subsequence [Link]
Valid palindrome [Link]
Container with most water [Link]
Valid parenthesis [Link]
Find minimum in sorted array [Link]
Merge two sorted array [Link]
Set matrix zeros [Link]
Next greatest element [Link]
Top k frequent elements [Link]
Sort colors [Link]
Non decreasing Array [Link]
Remove duplicates 1 [Link]
REmove duplicates 2 [Link]
Rotate Array [Link]
Implement stack using queue [Link]
Decode string [Link]
Daily temparature [Link]
Arrangning coins [Link]
Palindrome linked list [Link]
Remove duplicates from sorted list [Link]
Rotate list [Link]
Roman to Integer [Link]
Can place flowers [Link]
Kids with the greatest number of candies [Link]
Greatest comman divisor of string [Link]
Product of array except self [Link]
Move zeros [Link]
Unique number of occurances [Link]
Find the highest altitude [Link]
Question Link Topic
Find pivot index [Link]
Find the difference of two array [Link]
Odd even linked list [Link]
Delete the middle node of a linked list [Link]
Guess the number [Link]

You might also like