From 619ab62be5c12d8221c7c174e0b1e974ebd73430 Mon Sep 17 00:00:00 2001 From: Braeden Sowinski Date: Tue, 31 May 2022 11:53:07 -0700 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 60f4007..e4586e9 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Schedule Generator -Hello there! This is the standalone repository for the schedule generator from my [school-management-api project](https://github.com/SowinskiBraeden/school-management-api) +Hello there! This is the standalone repository for the schedule generator from my [school-management-api](https://github.com/SowinskiBraeden/school-management-api) project. The algorithms have been moved out of `tinker.py` into their own python script from version 1 to 3. These are in the `/scheduleGenerator` folder. I suggest to look at the latest work in `generator_v3.py` where the algorithm has come a long way. Using real 2018 course @@ -10,4 +10,4 @@ V1 and V2. V3 has a entirely different approach from V1 and V2, that you can read about at the top of the function in `generator_v3.py`. The function is broken up into 6 steps, each step is labeled within the function with a comment, giving a brief explination of what that step contributes to the -algorithm. \ No newline at end of file +algorithm.