ashish-3916 /
Coding-Ninjas-Data-Structures
This repo contains solutions to problem of data structures in c++
62/100 healthLoading repository data…
HafizEngineerMuhammadAbdullah / repository
this repo contains the essential Data Structures like Array DS, LinkedList DS, Stack DS, Queue DS, Tree DS(Binary Tree DS & Binary Search Tree DS) & Graph DS,it also contains related Algorithms of Sorting , BFS, DFS & C++ STL Implementation as well
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.
A comprehensive collection of Data Structures, Algorithms, C++ STL, and LeetCode solutions implemented in C++ as part of my learning journey.
This repository serves as a personal DSA knowledge base, interview preparation resource, and problem-solving portfolio.
This repository is dedicated to learning and practicing:
All programs are written in C++ with a focus on understanding concepts, optimizing solutions, and improving coding skills.
Binary Tree
Binary Search Tree (BST)
Tree Traversals
Selected from shared topics, language and repository description—not editorial ratings.
ashish-3916 /
This repo contains solutions to problem of data structures in c++
62/100 healthMansiikumarii /
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.
59/100 healthA growing collection of LeetCode problems covering:
Each solution focuses on:
✔ Arrays
✔ Searching
✔ Sorting
✔ Linked Lists
✔ Stack
✔ Queue
✔ C++ STL
✔ LeetCode Problem Solving
🔄 Trees
🔄 Graphs
🔄 Dynamic Programming
🚀 More topics coming soon...
git clone https://github.com/HafizEngineerMuhammadAbdullah/Data-Structures-And-Algorithm-In-C-.git
cd Data-Structures-And-Algorithm-In-C-
g++ filename.cpp -o output
./output
✔ Arrays
✔ Linked Lists
✔ Stack
✔ Queue
✔ Searching
✔ Sorting
🔄 Trees (In Progress)
🔄 Graphs (In Progress)
🔄 Dynamic Programming (Upcoming)
Contributions, suggestions, and improvements are welcome.
If you find this repository useful, consider giving it a ⭐.
Muhammad Abdullah
"Consistency is more important than perfection."
🚀 Keep Learning. Keep Building. Keep Growing.
Vibhav-Gopal /
This repo, contains C++ code, to take an array of integers, convert it to a Binary Search Tree, and Balance it so the BST is optimized for BST Functions. This repo also includes a Python Script, that takes the Preorder traversal of a BST and shows it graphically
27/100 healtharpit7799 /
This repo contains my C++ solutions for LeetCode problems. Each file is a clean implementation of a single problem covering Arrays, Strings, Recursion, Backtracking, Searching, Sorting, Binary Search, Trees, Graphs, DP, and more. It helps track practice and maintain ready-to-use code snippets.
59/100 health