0% found this document useful (0 votes)
5 views

Zoho Basic Programming Round

The document lists various programming problems and their corresponding links from GeeksforGeeks, categorized under the Zoho Basic Programming Round. Each problem focuses on different algorithms and data structures, including string manipulation, array operations, and tree traversal. The collection serves as a resource for practicing coding skills and preparing for programming interviews.

Uploaded by

devanand10cr7
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)
5 views

Zoho Basic Programming Round

The document lists various programming problems and their corresponding links from GeeksforGeeks, categorized under the Zoho Basic Programming Round. Each problem focuses on different algorithms and data structures, including string manipulation, array operations, and tree traversal. The collection serves as a resource for practicing coding skills and preparing for programming interviews.

Uploaded by

devanand10cr7
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/ 3

Zoho Basic Programming Round

1. https://www.geeksforgeeks.org/print-string-of-odd-length-in-x-format/

2. https://www.geeksforgeeks.org/program-find-sum-prime-numbers-1-n/

3. https://www.geeksforgeeks.org/reverse-words-in-a-given-string/

4. https://www.geeksforgeeks.org/program-calculate-distance-two-points/

5. https://www.geeksforgeeks.org/longest-palindromic-substring/

6. https://www.geeksforgeeks.org/find-subarray-with-given-sum/

7. https://www.geeksforgeeks.org/0-1-knapsack-problem-dp-10/

8. https://www.geeksforgeeks.org/print-a-given-matrix-in-spiral-form/

9. https://www.geeksforgeeks.org/longest-increasing-subsequence-dp-3/

10. https://www.geeksforgeeks.org/merge-two-sorted-linked-lists/

11. https://www.geeksforgeeks.org/reverse-words-in-a-given-string/

12. https://www.geeksforgeeks.org/check-for-balanced-parentheses-in-an-
expression/

13. https://www.geeksforgeeks.org/reverse-a-linked-list/

14. https://www.geeksforgeeks.org/write-a-c-function-to-print-the-middle-
of-the-linked-list/

15. https://www.geeksforgeeks.org/find-the-maximum-depth-or-height-of-
a-tree/

16. https://www.geeksforgeeks.org/largest-sum-contiguous-subarray/

17. https://www.geeksforgeeks.org/check-if-pair-with-given-sum-exists-in-
array/

18. https://www.geeksforgeeks.org/inplace-rotate-square-matrix-by-90-
degrees/
19. https://www.geeksforgeeks.org/merge-two-sorted-arrays-o1-extra-
space/

20. https://www.geeksforgeeks.org/partition-a-set-into-two-subsets-such-
that-the-difference-of-subset-sums-is-minimum/

21. https://www.geeksforgeeks.org/longest-consecutive-subsequence/

22. https://www.geeksforgeeks.org/given-two-strings-find-first-string-
subsequence-second/
Zoho Basic Programming Round

1. https://www.geeksforgeeks.org/find-duplicates-in-on-time-and-
constant-extra-space/
2. https://www.geeksforgeeks.org/next-greater-element/
3. https://www.geeksforgeeks.org/sliding-window-maximum-maximum-
of-all-subarrays-of-size-k/
4. https://www.geeksforgeeks.org/the-celebrity-problem/
5. https://www.geeksforgeeks.org/sudoku-backtracking-7/
6. https://www.geeksforgeeks.org/convert-number-to-words/
7. https://www.geeksforgeeks.org/given-an-array-of-numbers-arrange-
the-numbers-to-form-the-biggest-number/
8. https://www.geeksforgeeks.org/check-if-a-number-is-palindrome/
9. https://www.geeksforgeeks.org/wildcard-pattern-matching/
10. https://www.geeksforgeeks.org/shortest-path-in-a-binary-maze/
11. https://www.geeksforgeeks.org/search-a-word-in-a-2d-grid-of-
characters/
12. https://www.geeksforgeeks.org/reverse-a-string-without-affecting-
special-characters/
13. https://www.geeksforgeeks.org/rotate-matrix-elements/
14. https://www.geeksforgeeks.org/sort-array-wave-form-2/
15. https://www.geeksforgeeks.org/find-a-tour-that-visits-all-stations/
16. https://www.geeksforgeeks.org/sort-elements-by-frequency/
17. https://www.geeksforgeeks.org/find-element-array-sum-left-array-
equal-sum-right-array/
18. https://www.geeksforgeeks.org/rearrange-array-maximum-minimum-
form-set-2-o1-extra-space/
19. https://www.geeksforgeeks.org/look-and-say-sequence/
20. https://www.geeksforgeeks.org/count-frequencies-elements-array-o1-
extra-space-time/

You might also like