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.
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.
Valid Anagram https://leetcode.com/problems/valid-anagram/ Two Sum https://leetcode.com/problems/two-sum/ Merge string alternatively https://leetcode.com/problems/merge-strings-alternately/?envType=study-plan-v2&id=leetcode-75 Remove Element https://leetcode.com/problems/remove-element/?envType=study-plan-v2&id=top-interview-150 Remove Duplicates from sorted array https://leetcode.com/problems/remove-duplicates-from-sorted-array/?envType=study-plan-v2&id=top-interview-150 Majority Element https://leetcode.com/problems/majority-element/?envType=study-plan-v2&id=top-interview-150 Length of last word https://leetcode.com/problems/length-of-last-word/?envType=study-plan-v2&id=top-interview-150 Is subsequence https://leetcode.com/problems/is-subsequence/?envType=study-plan-v2&id=top-interview-150 Valid palindrome https://leetcode.com/problems/valid-palindrome/?envType=study-plan-v2&id=top-interview-150 Container with most water https://leetcode.com/problems/container-with-most-water/ Valid parenthesis https://leetcode.com/problems/valid-parentheses/ Find minimum in sorted array https://leetcode.com/problems/find-minimum-in-rotated-sorted-array/ Merge two sorted array https://leetcode.com/problems/merge-two-sorted-lists/ Set matrix zeros https://leetcode.com/problems/set-matrix-zeroes/?envType=study-plan-v2&id=top-interview-150 Next greatest element https://leetcode.com/problems/next-greater-element-i/ Top k frequent elements https://leetcode.com/problems/top-k-frequent-elements/ Sort colors https://leetcode.com/problems/sort-colors/ Non decreasing Array https://leetcode.com/problems/non-decreasing-array/ Remove duplicates 1 https://leetcode.com/problems/remove-duplicates-from-sorted-array/ REmove duplicates 2 https://leetcode.com/problems/remove-duplicates-from-sorted-array-ii/ Rotate Array https://leetcode.com/problems/rotate-array/ Implement stack using queue https://leetcode.com/problems/implement-stack-using-queues/ Decode string https://leetcode.com/problems/decode-string/ Daily temparature https://leetcode.com/problems/daily-temperatures/ Arrangning coins https://leetcode.com/problems/arranging-coins/ Palindrome linked list https://leetcode.com/problems/palindrome-linked-list/ Remove duplicates from sorted list https://leetcode.com/problems/remove-duplicates-from-sorted-list/ Rotate list https://leetcode.com/problems/rotate-list/ Roman to Integer https://leetcode.com/problems/roman-to-integer/ Can place flowers https://leetcode.com/problems/can-place-flowers/?envType=study-plan-v2&id=leetcode-75 Kids with the greatest number of candies https://leetcode.com/problems/kids-with-the-greatest-number-of-candies/?envType=study-plan-v2&id=leetcode-75 Greatest comman divisor of string https://leetcode.com/problems/greatest-common-divisor-of-strings/?envType=study-plan-v2&id=leetcode-75 Product of array except self https://leetcode.com/problems/product-of-array-except-self/ Move zeros https://leetcode.com/problems/move-zeroes/?envType=study-plan-v2&id=leetcode-75 Unique number of occurances https://leetcode.com/problems/unique-number-of-occurrences/?envType=study-plan-v2&id=leetcode-75 Find the highest altitude https://leetcode.com/problems/find-the-highest-altitude/?envType=study-plan-v2&id=leetcode-75 Question Link Topic Find pivot index https://leetcode.com/problems/find-pivot-index/?envType=study-plan-v2&id=leetcode-75 Find the difference of two array https://leetcode.com/problems/find-the-difference-of-two-arrays/?envType=study-plan-v2&id=leetcode-75 Odd even linked list https://leetcode.com/problems/odd-even-linked-list/?envType=study-plan-v2&id=leetcode-75 Delete the middle node of a linked list https://leetcode.com/problems/delete-the-middle-node-of-a-linked-list/?envType=study-plan-v2&id=leetcode-75 Guess the number https://leetcode.com/problems/guess-number-higher-or-lower/?envType=study-plan-v2&id=leetcode-75