/Algorithms

In this repository I'll add all of my algorithm implementations. I will use Python for the solutions.

Primary LanguagePython

Algorithms

In this repository I'll add all of my algorithm implementations.
I'll use Python3 programming language to implement my algorithms.

Topics

Searching Algorithms

How to run

Open your Linux terminal and execute the following commands one by one.

https://github.com/Mehedi61/Algorithms.git
cd Algorithms/algorithms/
python3 filename.py

That's it.