Are you an EPFL student looking for a semester project?
Work with us on data science and visualisation projects, and deploy your project as an app on top of Graph Search.
This lecture covers the implementation of operations on binary search trees, including insertion, search, and conversion to a list. The instructor explains the code step by step, ensuring the correctness of each operation through formal verification. The lecture also discusses the use of assertions for debugging purposes and the importance of maintaining the search tree properties during operations.