An open API service indexing awesome lists of open source software.

https://github.com/helyousfi/data-structures-and-algorithms

A crash course on data-structures and algorithms using C/C++ and Python.
https://github.com/helyousfi/data-structures-and-algorithms

algorithms c c-plus-plus data-structures embedded-systems

Last synced: 3 months ago
JSON representation

A crash course on data-structures and algorithms using C/C++ and Python.

Awesome Lists containing this project

README

          

# Data-structures-and-algorithms in C/C++ and Python
The aim of this repository is to master the following concepts :
- C/C++ and python Essentials.
- Recursion.
- Linked lists.
- Doubly Linked lists.
- Stack.
- Stack and Linked lists.
- Trees
- Binary trees.
- Binary Search.