Skip to content

Commit

Permalink
Update bubble_sort_exercise.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dhavalsays authored Nov 14, 2022
1 parent 6b8a495 commit 7d353b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion algorithms/2_BubbleSort/bubble_sort_exercise.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@ elements = [
]
```

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

0 comments on commit 7d353b8

Please sign in to comment.