Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.33 KB

File metadata and controls

39 lines (24 loc) · 1.33 KB

Algorithms exercises

Keep cal, i'm just a noob! 😉
This project was developed with the aim of practicing different types of algorithms with different languages. Most of the solutions implemented here do not need to be applied in production environments, as most languages ​​already have native resources applying the techniques and algorithms present in this project, but if anything here helps you... Bon appétit!

References

Implemented Algorithms

  • Rust

    • Binary Search
    • Bubble Sort
    • Selection Sort
  • C++

    • Working...

Project layouts

├─ src/             Application source code
│  ├─ algorithms/   Algorithms separated in modules
│  ├─ games/        "Examples" trying each of the algorithms
│  ├─ utils/        Functions shared between modules
│  ├─ main.*        Application entry point

Clone

git clone https://github.com/SousaFelipe/algorithm_challenges.git