mandliya /
algorithms_and_data_structures
180+ Algorithm & Data Structure Problems using C++
89/100 healthLoading repository data…
f0lg0 / repository
Datastructures and Algorithms in C (implementations and notes)
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 commented collection of Datastructures and Algorithms implementations written in C plus some notes I took while writing them.
Every main function is empty and I didn't provide test cases and data because I was focused more on the implementation of the ds/algo. I was pretty lazy I got to admit this :D I will probably add them in the near future.
DONE:
When I learn a new language I usually go through algorithms and data-structures as if I was learning them for the first time. I find it really useful especially to get comfortable with the langage I am learning.
This time I have decided to share the code I wrote following various books and sources I have used in the past with different languages. This is not a curated and in-depth collection of every possible data structure or algorithm ever developed but it's what a beginner in this language wrote until he got comfortable with it. Most of the code is commented following a standard and I prioritized readable code over concise code.
Alongside code there are some explaination.md files that contain the notes I took while going through this topic, they aren't complete because this isn't my first time learning about this topic and writing everything as if it was my first time was exagerrated.
English is not my first language so if you find errors feel free to fix them, I am open to any kind of PR and feedback.
Assets taken from "LECTURE NOTES ON DATA STRUCTURES USING C" by L. V. NARASIMHA PRASAD and E. KRISHNA RAO PATRO.
Highly recommend this book.
Selected from shared topics, language and repository description—not editorial ratings.
mandliya /
180+ Algorithm & Data Structure Problems using C++
89/100 healthanushka23g /
This repository consists of all the material required for cracking the coding rounds and technical interviews during placements.
81/100 healthmanishbisht /
:pushpin: :books: Solution of competitive programming problems, code templates, Data Structures and Algorithms, hackathons, interviews and much more.
89/100 healthtajpouria /
Providing a summary of important algorithms and data structures along with their key characteristics and use cases. It can be used as a quick reference for solving programming problems or refreshing knowledge of foundational computer science concepts.
76/100 healthMichaelJWelsh /
A library of generic intrusive data structures and algorithms in ANSI C
86/100 healthProAlgos /
C++ implementations of well-known (and some rare) algorithms, while following good software development practices
84/100 health