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

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

Awesome Lists containing this project

README

        

[![Waffle.io - Columns and their card count](https://badge.waffle.io/AlexDvorak/c_cpp_projects.png?columns=all)](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)