Tips For bash on Ubuntu
some command and explanations
some command and explanations
enumerate all cases, Target Sum
algorithm practice, count inversions in a given array.
using Divide and Conquer, solve 2D cloest pair problem
Let’s learning about an algorithm that finds k-th elemen using median of medians to ensure linear time. And use it to quick sort algorithm.