Project Phase II

Due 11/22

Update the Template for Phase II
git checkout -b UCR-CS182-main main
git pull https://github.com/UCR-CS182/ucr-cs182-24f-project-template1_test.git main
git checkout main
git merge --no-ff UCR-CS182-main
git push origin main
  



Structure of the Phase II
File added: Implementation:


Tests
For this phase, no local tests are provided. You are encouraged to write your own tests to validate the functionality of your implementation. Similar to phase I, you can test by implementing the main function in path_extractor.py or implement pytests under "tests" folder.