https://github.com/alexdvorak/c_cpp_projects
For the sake of learning how to translate across languages and how things work
https://github.com/alexdvorak/c_cpp_projects
algorithms algorithms-implemented c data-structures data-structures-c sorting-algorithms sorting-algorithms-implemented
Last synced: 3 months ago
JSON representation
For the sake of learning how to translate across languages and how things work
- Host: GitHub
- URL: https://github.com/alexdvorak/c_cpp_projects
- Owner: AlexDvorak
- Created: 2018-05-26T20:58:03.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-27T16:10:43.000Z (about 7 years ago)
- Last Synced: 2025-01-17T14:24:19.771Z (5 months ago)
- Topics: algorithms, algorithms-implemented, c, data-structures, data-structures-c, sorting-algorithms, sorting-algorithms-implemented
- Language: C
- Homepage: https://waffle.io/AlexDvorak/c_cpp_projects/join
- Size: 25.4 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[](https://waffle.io/AlexDvorak/c_cpp_projects?utm_source=badge)
# C/C++ projects
## A collection of single-file programs in C/C++
## Implemented so far
* Linked List
* Quadratic Formula Solver
* Traveling Salesman: Greedy with 2-Opt swap
* Sorting
* Bubble Sort
* Comb Sort
* Insertion Sort
* Selection Sort
* Quicksort
* Shell Sort
## [TODO](https://github.com/AlexDvorak/c_cpp_projects/issues?q=is%3Aissue+is%3Aopen+label%3A%22to+do%22)