From fff9a9242f661a23b1be423211b5bd103b87083d Mon Sep 17 00:00:00 2001 From: Michael Dombrowski Date: Thu, 23 Nov 2017 23:01:03 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4524ef2..966c377 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ Right now it is available at http://mikedombrowski.com/sched/. 3. Edit `config.php` and change the `SUBDIR` constant to reflect your installation location ## PHP API Documentation -Available at https://md100play.github.io/Schedule-Generator-PHP/html/index.html +Available at https://MikeDombo.github.io/Schedule-Generator-PHP/html/index.html ## Theory of Operation The new algorithm implemented by commit 48b40fe is the Bron-Kerbosch maximal clique finding algorithm. I realized that the scheduling program could be thought of as a graph where vertices represent a section of a class and edges exist between vertices that are compatible (can be taken together).