Computer Sience
What's the length of a pointer in a 64 bit system?
64 bits
What's the fastest sorting algorithm as of today?
QuickSort
What's the fastets theoretical sorting algorithm?
Quantum BogoSort
Which data structure supports O(1) lookup?
hash table
What is the time complexity of searching a binary search tree?
O(log N)