diff --git a/README.md b/README.md index de0e1df..f8c4d15 100644 --- a/README.md +++ b/README.md @@ -10,9 +10,9 @@ A repo for storing Python code and tracking learning progress. All programs are ├── algorithms │ ├── bfs.py │ ├── binary_search.py -| ├── bubble_sort.py -| ├── dfs.py -| ├── quicksort.py +│ ├── bubble_sort.py +│ ├── dfs.py +│ ├── quicksort.py │ └── selection_sort.py ├── asynchronous_programming │ ├── dependency_scheduler.py