Sunday, October 2, 2011

Quicksort algorithm

Quicksort algorithm has the worst-case time complexity of O(n^2), and the best-case time complexity of O(nlogn).

No comments:

Post a Comment

Mounting USB drives in Windows Subsystem for Linux

Windows Subsystem for Linux can use (mount): SD card USB drives CD drives (CDFS) Network drives UNC paths Local storage / drives Drives form...