College / University
Stack push/pop: O(1). Queue enqueue/dequeue: O(1). BFS/DFS: O(V+E).
Data Structures - Stack applications1NF: atomic. 2NF: no partial dependency. 3NF: no transitive dependency. BCNF: determinant is candidate key.
DBMS - NormalizationTurnaround = Completion - Arrival. Waiting = Turnaround - Burst. Response = First start - Arrival.
Operating Systems - CPU schedulingPlease Do Not Throw Sausage Pizza Away: Physical to Application.
Computer Networks - OSI layerswith open('data.txt', 'r') as f: data = f.read()
Python - File handlingWhen you see an operator, pop second operand first into right side.
Data Structures - Stack applicationsCheck the left side of every FD. If it is not a candidate key, BCNF fails.
DBMS - Normalization