Teaching you algorithms which you'll never forget - nor spell correctly, including Collatz's Conjecture, Fibonacci and Sieve of Eratosthenes.
View Source Code »
Report Bug
·
Request Feature
Table of Contents
Izumi is here to teach you about the fucntionality of classical algorithms, and - being Open Source - you can also inspect her code to see how those algorithms are translated into C++.
Current Algorithms:
- Bubble Sorting
- Collatz's Conjecture
- Fibonacci Sequence
- Sieve of Eratosthenes
Izumi is meant to make the user feel as comfortable as possible, which lead to the decision of creating a persona for the program.
Izumi aims to minimise the user's need to supply input unnecessary to the explanation of an algorithm, and as such all algorithms are explained sequentially without the user's need for their selection.
Izumi also sements each algorithm into bite-sized explanations, waiting for the user to press a key before continuing - making the learning program as long as necessary or only as short as needed for each individual user.
- Collatz's Conjecture
- Fibonacci Sequence
- Sieve of Eratosthenes
- Sort: Bubble
- e ^ n
- Sort: Merge
- Multi-language Support
- Deutsch
- Français
- Português
See the open issues for a full list of proposed features (and known issues).
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.
I'd like to acknowledge Karan and his project list, which greatly inspired not only this project - but many projects to come.