Zoho Repeated LeetCode-style Coding Questions
Arrays
- Two Sum [LeetCode #1]
- Move Zeroes [LeetCode #283]
- Best Time to Buy and Sell Stock [LeetCode #121]
- Maximum Subarray [LeetCode #53]
- Rearrange Array Alternating Max-Min [Custom/GFG]
- Distribute Candies [LeetCode #575]
- Kth Largest Element in an Array [LeetCode #215]
Strings
- Valid Anagram [LeetCode #242]
- First Unique Character in a String [LeetCode #387]
- Longest Substring Without Repeating Characters [LeetCode #3]
- String Compression [LeetCode #443]
- Reverse String (Ignore Special Characters) [Custom]
Matrix & Grids
- Rotting Oranges [LeetCode #994]
- Set Matrix Zeroes [LeetCode #73]
- Spiral Matrix [LeetCode #54]
Stack & Queue
- Valid Parentheses [LeetCode #20]
- Min Stack [LeetCode #155]
- Daily Temperatures [LeetCode #739]
Linked Lists
- Reverse Linked List [LeetCode #206]
Zoho Repeated LeetCode-style Coding Questions
- Merge Two Sorted Lists [LeetCode #21]
- Remove Nth Node from End of List [LeetCode #19]
Recursion & Backtracking
- Subsets [LeetCode #78]
- Generate Parentheses [LeetCode #22]
Hashing / Sliding Window
- Group Anagrams [LeetCode #49]
- Find All Anagrams in a String [LeetCode #438]
Binary Search & Sorting
- Binary Search [LeetCode #704]
- Search in Rotated Sorted Array [LeetCode #33]
Tree & Graph
- Diameter of Binary Tree [LeetCode #543]
- Number of Islands [LeetCode #200]
Zoho Console-Style Custom Problems
- Contact Manager (CRUD using arrays/objects)
- Task Scheduler with Priorities
- Snake and Ladder Simulation
- Pattern Printing with Conditions