Some Searching-algorithms coded in pure Python with matplotlib. This was created alongside a course in Introduction to AI and Machine Learning at UiO.
Clone the repository using: git clone https://magnusgit1/Search-Algorithms.git
run whichever algorithm you want with: python algorithm.py
You need to have matplotlib installed, you can do this using: pip install matplotlib