/Algorithms

Primary LanguagePython

Purpose of Repository

The purpose of this repository is to create a folder containing various algorithms I have created. For the moment, this repository will contain files in various languages and with various purposes.

Current Files

  • Age Charting - Sorts people based on their age showing graphs before and after sorting.
  • Bubble Sort - Sorts numbers using bubble sort.
  • Smooth Array - Smoothes out an array in increments showing multiple steps before reaching the final stage.
  • Cellular Automata - Map generator based on cellular automata using hashmarks.