CSci 227 Syllabus    Resources    Coursework



Laboratory Exercise 13
CSci 227: Programming Methods
Department of Computer Science
Hunter College, City University of New York
Spring 2024


Learning Objectives:

Software Tools Needed: Web browser to access textbook and an IDE (on-line or on computer) with core Python 3.6+ loaded.


Graphs

In the last two lectures, we introduced graphs. For this last lab, review Sections 7.4 & 5 (the adjaceny matrix and list implementation) and then work through Sections 7.6-7.10 of the textbook:



Quizzes and Code Reviews

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 13 and Code Review 13 by Wednesday, 15 May-- the last day of semester.

Additional Practice

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:

-->