Bubble Sort in Python
Rearrange a given array of int values so that the even numbers appear first, followed by the odd numbers.
Insertion sort in Java
Bucket Sort in Java
Selection sort in Java
Quick Sort in Java
Merge Sort in Java
Write a function to convert BST  it into a sorted linked list. You have to return the head of LL.