akib-islam-coder /
leetcodesolutions
This repository will contain solutions of leetcode problems in C language.
32/100 healthLoading repository data…
Mansiikumarii / repository
This repository contains my curated solutions to LeetCode and GeeksforGeeks problems, written in C++ and SQL. Each solution is optimized for performance and includes time and space complexity notes. The repo is auto-synced using LeetHub to track my daily problem-solving progress.
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
Welcome to the LeetCode-GfG repository! 🚀
A neatly organized collection of coding solutions for problems from LeetCode and GeeksforGeeks—solved, tested, and time-stamped for future reference.
All solutions are auto-pushed using LeetHub, so you'll always find the latest versions here.
This repo is actively maintained. More problems coming soon!
👩💻 By Mansiiiiiiiiiiiiiiiii
🗂️ Last updated: Automatically via LeetHub
| 0001-two-sum |
| 0011-container-with-most-water |
| 0026-remove-duplicates-from-sorted-array |
| 0033-search-in-rotated-sorted-array |
Selected from shared topics, language and repository description—not editorial ratings.
akib-islam-coder /
This repository will contain solutions of leetcode problems in C language.
32/100 healthRohit1802 /
This repository contains all code related to data structure using C . In this repository contains Array , Stack , Linked List , Queue , Binary Tree , Binary Search tree , Graph , Dynammic programming , searching and sorting techniques as well as Greedy Algorithm .
27/100 healthSunny-Saurya /
| 0034-find-first-and-last-position-of-element-in-sorted-array |
| 0048-rotate-image |
| 0049-group-anagrams |
| 0054-spiral-matrix |
| 0073-set-matrix-zeroes |
| 0074-search-a-2d-matrix |
| 0088-merge-sorted-array |
| 0108-convert-sorted-array-to-binary-search-tree |
| 0118-pascals-triangle |
| 0121-best-time-to-buy-and-sell-stock |
| 0134-gas-station |
| 0136-single-number |
| 0152-maximum-product-subarray |
| 0162-find-peak-element |
| 0167-two-sum-ii-input-array-is-sorted |
| 0169-majority-element |
| 0189-rotate-array |
| 0198-house-robber |
| 0204-count-primes |
| 0209-minimum-size-subarray-sum |
| 0213-house-robber-ii |
| 0217-contains-duplicate |
| 0240-search-a-2d-matrix-ii |
| 0268-missing-number |
| 0283-move-zeroes |
| 0287-find-the-duplicate-number |
| 0322-coin-change |
| 0349-intersection-of-two-arrays |
| 0377-combination-sum-iv |
| 0410-split-array-largest-sum |
| 0414-third-maximum-number |
| 0496-next-greater-element-i |
| 0724-find-pivot-index |
| 0747-min-cost-climbing-stairs |
| 0867-transpose-matrix |
| 0882-peak-index-in-a-mountain-array |
| 0940-fruit-into-baskets |
| 1019-squares-of-a-sorted-array |
| 1034-subarrays-with-k-different-integers |
| 1046-max-consecutive-ones-iii |
| 1171-shortest-path-in-binary-matrix |
| 1299-replace-elements-with-greatest-element-on-right-side |
| 1305-number-of-visible-people-in-a-queue |
| 1319-unique-number-of-occurrences |
| 1335-maximum-candies-allocated-to-k-children |
| 1408-find-the-smallest-divisor-given-a-threshold |
| 1423-maximum-points-you-can-obtain-from-cards |
| 1435-xor-queries-of-a-subarray |
| 1512-number-of-good-pairs |
| 1603-running-sum-of-1d-array |
| 1878-check-if-array-is-sorted-and-rotated |
| 2195-time-needed-to-buy-tickets |
| 3392-count-subarrays-of-length-three-with-a-condition |
| 3755-maximum-product-of-first-and-last-elements-of-a-subsequence |
This repository contains my curated collection of C++ coding questions focused on Data Structures and Algorithms (DSA). It includes pattern problems, array/string operations, bit manipulation, binary search, recursion, and more — all implemented in C++ for interview preparation and concept revision.
Rohitdubey-tech /
🚀 Consistently solving LeetCode problems to master Data Structures & Algorithms for technical interviews. This repository contains structured C++ solutions covering arrays, trees, graphs, DP, binary search, greedy, and more — documenting my journey of becoming a better problem solver every day.
59/100 healthamcoolalphonce /
This repository contains a simple C++ implementation of the binary search algorithm. Binary search is an efficient algorithm for finding a specific target value within a sorted array.
38/100 healthJBKneusel /
This repository contains a C++ implementation of the Binary Search algorithm, an efficient method for finding an element in a sorted array with a time complexity of O(log n).
37/100 health