Computer Sience
100

What's the length of a pointer in a 64 bit system?

64 bits

200

What's the fastest sorting algorithm as of today? 

QuickSort

300

What's the fastets theoretical sorting algorithm?

Quantum BogoSort

400

Which data structure supports O(1) lookup?

hash table

500

What is the time complexity of searching a binary search tree?

O(log N)