diff --git a/README.md b/README.md index 7bf3f7f..6a4a9ef 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Generates practice exams by randomly selecting questions and their answers from ## How? -[Peng-Yu Chen](https://pengyuc.com/) and [contributors to the walkccc/CLRS](https://github.com/walkccc/CLRS/graphs/contributors) have collected solutions to many (but not all!) of the problems in the third edition of CLRS. They have also conviently and seemingly accidentally structured them in a way that lends itself well to being parsed into a database. I've written a script that automatically sorts all of these problems into an SQLite database, and another you can use to query it and generate nice-looking HTML practice exams. +[Peng-Yu Chen](https://pengyuc.com/) and [contributors to walkccc/CLRS](https://github.com/walkccc/CLRS/graphs/contributors) have collected solutions to many (but not all!) of the problems in the third edition of CLRS. They have also conviently and seemingly accidentally structured them in a way that lends itself well to being parsed into a database. I've written a script that automatically sorts all of these problems into an SQLite database, and another you can use to query it and generate nice-looking HTML practice exams. This is probably best described as something that barely works. As in, it's something I duct taped together while bored in class and bothered to do very little error-handling. diff --git a/examples/already-parsed-questions.db b/examples/already-parsed-questions.db new file mode 100644 index 0000000..76f412d Binary files /dev/null and b/examples/already-parsed-questions.db differ