Algorithms Algorithms is a library of algorithms and data structures implemented in Python. Usage If you want to use the algorithms in your code it is as simple as: from algorithms.sorting import bubble_sort my_list = bubble_sort.sort(my_list)