Skip to content

Commit 7d353b8

Browse files
authored
Update bubble_sort_exercise.md
1 parent 6b8a495 commit 7d353b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

algorithms/2_BubbleSort/bubble_sort_exercise.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@ elements = [
3636
]
3737
```
3838

39-
[Solution](https://github.com/codebasics/data-structures-algorithms-python/blob/master/algorithmsAlgorithms/2_BubbleSort/bubble_sort_exercise_solution.py)
39+
[Solution](https://github.com/codebasics/data-structures-algorithms-python/blob/master/algorithms/2_BubbleSort/bubble_sort_exercise_solution.py)
4040

0 commit comments

Comments
 (0)