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.
- Host: GitHub
- URL: https://github.com/helyousfi/data-structures-and-algorithms
- Owner: helyousfi
- Created: 2022-07-10T16:53:45.000Z (over 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-22T21:09:55.000Z (about 3 years ago)
- Last Synced: 2025-03-15T10:16:28.741Z (7 months ago)
- Topics: algorithms, c, c-plus-plus, data-structures, embedded-systems
- Language: C++
- Homepage:
- Size: 1.76 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.