Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 431 Bytes

File metadata and controls

13 lines (7 loc) · 431 Bytes

Search-Algorithms

Some Searching-algorithms coded in pure Python with matplotlib. This was created alongside a course in Introduction to AI and Machine Learning at UiO.

How to use

Clone the repository using: git clone https://magnusgit1/Search-Algorithms.git

run whichever algorithm you want with: python algorithm.py

Installation

You need to have matplotlib installed, you can do this using: pip install matplotlib