📡 You're offline — showing cached content
New version available!
Quick Access
#interview

Posts tagged: interview

3 articles found

Hash Tables: How They Work and Collision Resolution
Interview Prep Intermediate
Hash Tables: How They Work and Collision Resolution

Understand hash tables from scratch — hash functions, chaining vs open addressing, load factor, and solving Two Sum, Group Anagrams with Python.

Sorting Algorithms: Bubble, Merge, Quick Sort Compared with Python Code
Sorting Algorithms: Bubble, Merge, Quick Sort Compared with Python Code

Master sorting algorithms — bubble sort, merge sort, quick sort with Python code, step-by-step traces, and complexity comparison table.

Stack and Queue: Implementation and Interview Problems in Python
Stack and Queue: Implementation and Interview Problems in Python

Master stack and queue data structures — LIFO vs FIFO, Python implementation, balanced parentheses, MinStack, and BFS with deque.