Add pre-generated problem database

This commit is contained in:
Nat 2024-04-02 21:35:59 -07:00
parent 3d1a4b8f4b
commit aa45182f16
Signed by: nat
GPG Key ID: B53AB05285D710D6
2 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ Generates practice exams by randomly selecting questions and their answers from
## How? ## 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. 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.

Binary file not shown.