Learning Objectives:
Software Tools Needed: Web browser to access textbook and an IDE (on-line or on computer) with core Python 3.6+ loaded.
In lecture, we introduced binary search trees. Work through Sections 6.12-6.15 of the textbook:
In lecture, we introduced graphs. Work through Sections 7.1-7.5 of the textbook:
There are weekly written quizzes and code reviews in 1001G, 11:30-5:30, Mondays-Fridays when classes are in session. No appointments are needed for CSCI 227 students. Make sure to complete Quiz 12 and Code Review 12 by Thursday, 9 May.
For additional practice on core Python, see the HackerRank prepare series:
HackerRank: Prepare Python
Click the Easy
option on the right hand menu, and work through their Python challenges.
For more practice on using dictionaries to solve problems, here are some popular ones from LeetCode where using dictionaries is an efficient approach: