Tuesday¶
Objectives¶
- Learn about AVL rotations and how to build a self-balancing Binary Search Tree
- Get solid on back-end and front-end testing in Django
- Generally build the mindset of a tester when it comes to any codebase
Readings¶
Review¶
- File uploads in Django
Concepts¶
- Deep Dive into Django Testing
- Tree Rotations and self-balancing Binary Search Trees
Demo¶
- Test all the things!