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

Zoho Repeated LeetCode Questions

The document lists a series of coding questions categorized by data structures and algorithms, primarily based on LeetCode problems. Categories include Arrays, Strings, Matrix & Grids, Stack & Queue, Linked Lists, Recursion & Backtracking, Hashing/Sliding Window, Binary Search & Sorting, and Tree & Graph. Additionally, it includes custom problems related to Zoho Console-style applications.

Uploaded by

swethap.22it
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)
34 views2 pages

Zoho Repeated LeetCode Questions

The document lists a series of coding questions categorized by data structures and algorithms, primarily based on LeetCode problems. Categories include Arrays, Strings, Matrix & Grids, Stack & Queue, Linked Lists, Recursion & Backtracking, Hashing/Sliding Window, Binary Search & Sorting, and Tree & Graph. Additionally, it includes custom problems related to Zoho Console-style applications.

Uploaded by

swethap.22it
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
You are on page 1/ 2

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

You might also like