Yuchen Zhou
Results
2
comments of
Yuchen Zhou
Hi, it seems that there is bubble sort in [Algorithms](https://github.com/prakhar1989/Algorithms)/[sorting and basics](https://github.com/prakhar1989/Algorithms/tree/master/sorting%20and%20basics)/sorting.py
Because in the function remove_by_value(self,data), the function would return if data is found and deleted, or it would return when the while loop ends, i.e., we have reached the end...