Skip to content

Commit

Permalink
Update Common-Patterns-and-Templates-DSA.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Pradetto authored Sep 14, 2022
1 parent dc5ec39 commit dd098dc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -686,7 +686,7 @@ def bubble(arr):
Time: O(n^2)
Space: O(1)
Good for nearly sorted list or sort lists can almost run O(n)
Good for nearly sorted list or short lists can almost run O(n)
'''

print('\nInsert Sort')
Expand Down

0 comments on commit dd098dc

Please sign in to comment.