0% found this document useful (0 votes)
4 views3 pages

Coding

The document provides a comprehensive list of resources and problems related to various topics in programming, including number systems, arrays and strings, sorting, searching, and extra topics. Each section contains links to relevant articles and coding challenges from platforms like GeeksforGeeks and LeetCode. This collection serves as a valuable reference for learners and practitioners looking to enhance their coding skills.

Uploaded by

Narasimman C
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)
4 views3 pages

Coding

The document provides a comprehensive list of resources and problems related to various topics in programming, including number systems, arrays and strings, sorting, searching, and extra topics. Each section contains links to relevant articles and coding challenges from platforms like GeeksforGeeks and LeetCode. This collection serves as a valuable reference for learners and practitioners looking to enhance their coding skills.

Uploaded by

Narasimman C
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

Number System

1. https://www.geeksforgeeks.org/sum-fibonacci-numbers/
2. https://www.geeksforgeeks.org/program-find-sum-elements-given-array/
3. https://www.geeksforgeeks.org/problems/armstrong-numbers2727/1
4. https://www.geeksforgeeks.org/problems/palindrome0746/1
5. https://www.geeksforgeeks.org/check-large-number-divisible-9-not/
6. https://www.geeksforgeeks.org/problems/leap-
year0943/1?itm_source=geeksforgeeks&itm_medium=article&itm_campaig
n=practice_card
7. https://www.geeksforgeeks.org/problems/floating-point-number-even-or-
odd0146/1?itm_source=geeksforgeeks&itm_medium=article&itm_campaign
=practice_card
8. https://www.geeksforgeeks.org/problems/area-of-intersection-of-two-
circles0653/1?itm_source=geeksforgeeks&itm_medium=article&itm_campa
ign=practice_card
9. https://www.geeksforgeeks.org/problems/odd-or-even3618/1
10. https://www.geeksforgeeks.org/perfect-number/
11. https://leetcode.com/problems/maximum-product-of-three-
numbers/description/
12. https://leetcode.com/problems/power-of-two/description/
13. https://leetcode.com/problems/powx-n/description/
14. https://www.geeksforgeeks.org/problems/swap-two-numbers3844/1
15. https://leetcode.com/problems/climbing-stairs/description/
16. https://www.geeksforgeeks.org/find-all-factors-of-a-natural-number-in-
sorted-order/
17. https://leetcode.com/problems/convert-a-number-to-
hexadecimal/description/
18. https://leetcode.com/problems/happy-number/description/

Array and String

1. https://www.geeksforgeeks.org/program-find-sum-elements-given-array/
2. https://leetcode.com/problems/remove-duplicates-from-sorted-
array/description/
3. https://leetcode.com/problems/subarray-sum-equals-k/description/
4. https://www.geeksforgeeks.org/problems/count-all-possible-paths-from-
top-left-to-bottom-right3011/1
5. https://www.geeksforgeeks.org/find-second-largest-element-array/
6. https://www.geeksforgeeks.org/problems/majority-element-1587115620/1
7. https://www.geeksforgeeks.org/problems/sort-an-array-of-0s-1s-and-
2s4231/1
8. https://leetcode.com/problems/number-of-good-pairs/description/
9. https://leetcode.com/problems/rotate-array/description/
10. https://leetcode.com/problems/single-number/description/
11. https://www.geeksforgeeks.org/sliding-window-maximum-maximum-of-all-
subarrays-of-size-k/
12. https://leetcode.com/problems/sliding-window-maximum/description/
13. https://www.geeksforgeeks.org/program-for-mean-and-median-of-an-
unsorted-array/
14. https://leetcode.com/problems/next-greater-element-i/description/
15. https://www.geeksforgeeks.org/problems/union-of-two-sorted-arrays-
1587115621/1
16. https://leetcode.com/problems/pascals-triangle/description/
17. https://leetcode.com/problems/set-matrix-zeroes/description/
18. https://leetcode.com/problems/rotate-image/description/
19. https://leetcode.com/problems/spiral-matrix/description/
20. https://leetcode.com/problems/best-time-to-buy-and-sell-stock/description/
21. https://leetcode.com/problems/two-sum/description/
22. https://www.geeksforgeeks.org/problems/find-an-replace-in-string/1
23. https://www.geeksforgeeks.org/remove-characters-from-the-first-string-
which-are-present-in-the-second-string/
24. https://leetcode.com/problems/find-common-characters/description/
25. https://www.geeksforgeeks.org/reverse-a-string-in-java/
26. https://leetcode.com/problems/reverse-words-in-a-string/
27. https://www.geeksforgeeks.org/print-characters-frequencies-order-
occurrence/
28. https://leetcode.com/problems/largest-odd-number-in-string/
29. https://leetcode.com/problems/longest-common-prefix/
30. https://leetcode.com/problems/count-binary-substrings/description/
31. https://leetcode.com/problems/rotate-string/description/
32. https://leetcode.com/problems/valid-anagram/description/
33. https://leetcode.com/problems/excel-sheet-column-number/description/
34. https://leetcode.com/problems/count-unique-characters-of-all-substrings-
of-a-given-string/description/
35. https://www.geeksforgeeks.org/c-program-check-given-string-palindrome/
36. https://www.geeksforgeeks.org/problems/implement-strstr/1
37. https://leetcode.com/problems/sort-characters-by-frequency/description/
38. https://leetcode.com/problems/roman-to-integer/description/
39. https://www.geeksforgeeks.org/problems/count-number-of-
substrings4528/1

Sorting

1. https://www.geeksforgeeks.org/problems/selection-sort/1
2. https://www.geeksforgeeks.org/problems/bubble-sort/1
3. https://www.geeksforgeeks.org/problems/insertion-sort/1
4. https://www.geeksforgeeks.org/problems/merge-sort/1
5. https://www.geeksforgeeks.org/problems/quick-sort/1

Searching

1. https://www.geeksforgeeks.org/linear-search/
2. https://leetcode.com/problems/binary-search/description/
3. https://www.geeksforgeeks.org/problems/floor-in-a-sorted-array-
1587115620/1
itm_source=geeksforgeeks&itm_medium=article&itm_campaign=practice_c
ard
4. https://www.geeksforgeeks.org/problems/ceil-the-floor2802/0
5. https://leetcode.com/problems/search-insert-position/description/
6. https://leetcode.com/problems/koko-eating-bananas/description/
7. https://leetcode.com/problems/search-in-rotated-sorted-array/description/
8. https://leetcode.com/problems/search-in-rotated-sorted-array-ii/description/
9. https://leetcode.com/problems/find-minimum-in-rotated-sorted-
array/description/
10. https://leetcode.com/problems/find-peak-element/description/

Extra Topics

1. https://www.geeksforgeeks.org/problems/search-in-linked-list-
1664434326/1?itm_source=geeksforgeeks&itm_medium=article&itm_campa
ign=practice_card
2. https://www.geeksforgeeks.org/problems/count-nodes-of-linked-list/1
3. https://leetcode.com/problems/delete-node-in-a-linked-list/description/
4. https://leetcode.com/problems/reverse-linked-list/
5. https://leetcode.com/problems/linked-list-cycle/
6. https://leetcode.com/problems/valid-parentheses/description/
7. https://leetcode.com/problems/min-stack/description/

You might also like