Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/infinitemarcus/basic-algorithms
Place to store algorithms that I wrote for programming languages that I use daily
https://github.com/infinitemarcus/basic-algorithms
Last synced: about 2 months ago
JSON representation
Place to store algorithms that I wrote for programming languages that I use daily
- Host: GitHub
- URL: https://github.com/infinitemarcus/basic-algorithms
- Owner: InfiniteMarcus
- Created: 2021-12-19T04:19:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-07-15T19:51:47.000Z (over 2 years ago)
- Last Synced: 2023-03-05T11:54:20.748Z (almost 2 years ago)
- Language: C
- Homepage:
- Size: 22.5 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Basic Algorithms
Choose a README language:
- 👉 **English**
- [Portuguese](https://github.com/InfiniteMarcus/Basic-Algorithms/blob/main/README_pt-br.md)### Purpose
The purpose of this repository is stored some algorithms that I wrote for programming languages that I use daily.
You can find a directory for each language. Each file in a directory represents and algorithm or function.
This is a non-stop working in progress, so more algorithms and languages will be available over time.
### Programming Languages
- [C](https://github.com/InfiniteMarcus/Basic-Algorithms/tree/main/c)
- [C++](https://github.com/InfiniteMarcus/Basic-Algorithms/tree/main/c%2B%2B)
- [JavaScript](https://github.com/InfiniteMarcus/Basic-Algorithms/tree/main/javascript)
- [Python](https://github.com/InfiniteMarcus/Basic-Algorithms/tree/main/python)