From 115a4ab440d257697691eee5da0eab0fc339eb06 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Wahr=C3=A9us?= Date: Sat, 16 May 2026 07:28:22 +0200 Subject: [PATCH] Fixed README --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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