Skip to content

John-JonSteyn/Izumi_ClassicAlgorithmGuide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

Izumi - Now in C++


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
  1. About The Project
  2. Preview of Izumi
  3. Roadmap
  4. Contributing
  5. License
  6. Acknowledgments

About The Project

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

(back to top)

Built With

(back to top)

Preview

Izumi is meant to make the user feel as comfortable as possible, which lead to the decision of creating a persona for the program.

Intro

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.

Collatz

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.

Eratosthienes

(back to top)

Roadmap

  • 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).

(back to top)

Contributing

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!

  1. Fork the Project
  2. Create your Feature Branch (git checkout -b feature/AmazingFeature)
  3. Commit your Changes (git commit -m 'Add some AmazingFeature')
  4. Push to the Branch (git push origin feature/AmazingFeature)
  5. Open a Pull Request

(back to top)

License

Distributed under the MIT License. See LICENSE.txt for more information.

(back to top)

Acknowledgments

I'd like to acknowledge Karan and his project list, which greatly inspired not only this project - but many projects to come.

(back to top)

About

A program that explains and implements classic alogrithms, including Merge and Bubble Sorting, Sieve of Eratosthenes, Fibonacci and Collatz's Conjecture.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages