Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 16 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,19 @@ We are on [Discord](https://the-algorithms.com/discord) and [Gitter](https://git
## 📜 List of Algorithms

See our [directory](DIRECTORY.md) for easier navigation and a better overview of the project.

## ▶️ Running an Algorithm

Most algorithms in this repository can be executed directly from the command line.

```bash
python path/to/algorithm.py
```

For example:

```bash
python searches/binary_search.py
```

Many implementations include doctests, assertions, or example usage that will run automatically when the file is executed.