Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)