View Single Post
  #12  
Old 11-22-2008, 05:22 AM
WhiteDragon WhiteDragon is offline
Banned
Join Date: Feb 2007
Posts: 1,002
WhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to beholdWhiteDragon is a splendid one to behold
Apparently no one appreciates my quicksort implementation (and introsort, which has an upper bound complexity of O(n log n) and average complexity of O(n log n) because it switches from quicksort to heapsort based on a certain threshold):
http://forums.graalonline.com/forums...ad.php?t=81279

Or maybe I just scared off everyone with the first function in that thread for efficient string searching.
Reply With Quote