Algorithms and Data Structures
Classic algorithms and data structures (list, tree, graph, heap, hash) reworked with Python examples and complexity analysis.
Prerequisites
- Python Base
- Basic Mathematical Logic
What you'll learn
- Big O analysis of common algorithms
- Implement BFS/DFS/Dijkstra
- Choose the right data structure for the problem