thehimalayanleo / Algorithm-Practice

Algorithms written from scratch using python

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Algorithms written from scratch using python

License:MIT License


Languages

Language:Jupyter Notebook 98.9%Language:Python 1.1%