srdja /
Collections-C
A library of generic data structures for the C language.
Loading repository data…
Data-Science-Community-SRM / repository
A collection of most useful Data Structures and Algorithms implemented in various languages.
If you want to contribute, please read the contribution guidelines.
Pre-requisites:
Online courses
├── Algorithm Name
│ ├── Notes
│ ├── notes.md
| ├──Simple Questions
| ├──basicquestion.md
| ├──Medium or Hard Questions
| ├──medium-hard-questions.md
└── README.md
Awesome list of blogs, mainly for competitive programming but you can refer to these when learning a new topic/algorithm
Some tools that can help you in the learning of algorithms
Selected from shared topics, language and repository description—not editorial ratings.
srdja /
A library of generic data structures for the C language.
P-p-H-d /
M*LIB is a library of generic and type safe containers / data structures in pure C language (C99 / C11) for a wide collection of container (comparable to the C++ STL).
aw-junaid /
This Repository is a collection of different ethical hacking tools and malware's for penetration testing and research purpose written in python, ruby, rust, c++, go and c.
djeada /
A collection of 100+ projects in C++ and Python that implement various data structures and algorithms. The projects are organized by language and topic, and include detailed explanations and examples to help you understand how they work.
tlx /
TLX - A Collection of Sophisticated C++ Data Structures, Algorithms, and Miscellaneous Helpers
Algo-Phantoms /
Algo-Tree is a collection of Algorithms and data structures which are fundamentals to efficient code and good software design. Creating and designing excellent algorithms is required for being an exemplary programmer. It contains solutions in various languages such as C++, Python and Java.