Add new overview and project details

This commit is contained in:
2026-09-03 16:53:49 -07:00
parent ed0293c838
commit 5048f19a4d
2 changed files with 9 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
## Overview
Create a program which creates a topological ordering of Python packages.
See this [starter template](https://gitea.bchen.dev/brendan/python-packages-starter)

View File

@@ -0,0 +1,5 @@
## Overview
We will go over the exercise from last week and start on [Python Packages](https://gitea.bchen.dev/brendan/python-packages-starter),
a new assignment. For reference, this assignment is also in the Assignments section.