Yet-Another-Series / Yet_Another_Algorithms_Repository

Beginner friendly repo for easily contributing algorithms' implementations
MIT License
34 stars 256 forks source link

Add time complexity to javascript-bubble_sort.js (Rename to javascript-bubble_sort-O(n^2).js) #413

Closed dennisleexyz closed 4 years ago

dennisleexyz commented 4 years ago

I think #35 should be closed, because the js bubblesort implementation was already merged in #399. However, I have added the time complexity to the file name in accordance with the project's convention.

AshishOhri commented 4 years ago

Thanks! 👍