Terms for data structures
data encapsulation
polymorphism
abstract data types
class
private
public
protected
friend
law of least access
red-black trees
fifo
lifo
binary tree
linked list
priority queue
heap
quicksort
bubble sort
n2 versus log(n) efficiency
worst case scenario
proper commenting
self commenting code
member methods
member attributes
indentation
operator overloading