/Algorithm-Practice

Algorithms written from scratch using python

Primary LanguageJupyter NotebookMIT LicenseMIT

Algorithm-Practice

Algorithms for the book Computer Science Distilled (Author : Wladston Ferreira Filho).

Algorithm Types:

  1. Sorting i. Selection Sort

Instructions to run:

The runner program is pre-loaded in the program structure. Once you run the script using 'python3 $filename', you can enter the corresponding input array. Use integer values unless otherwise specificed.

NOTE: Currently, none of the programs consist of input loading error handling.