Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 301 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 301 Bytes

planner

UNSW Degree Planner

  • app.py starts the backend server
  • plan.py contains the plan algorithm
  • data.py contains course and plan data
  • scrape.py scrapes the handbook for data
  • util.py contains abstract data types for the algorithm, courses and plan, and other general utilities