Technical Interview: Practice by Typing
Practice Technical Interview skills through typing.
Let's type along and learn programming concepts through hands-on practice!
- What is Python?
- Running Python
- Variables and Data Types
- Control Flow (if, elif, else)
- Loops (for, while)
- Functions
- Data Structures Basics
- Error Handling
- Object-Oriented Programming (OOP)
- File I/O (Input/Output)
- Array and String Manipulation
- Stack Algorithms
- Linked List Algorithms
- Sorting and Searching Algorithms
- Graph Algorithms: BFS, DFS, Shortest Path, Minimum Spanning Tree
- Recursion and Backtracking
- Dynamic Programming
- Hashing and Hashmaps
What is Python?
Learn what Python is and why it's a popular programming language.
Start Learning