diff --git a/README.md b/README.md index 0fa304f..02006c0 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ -# CS453 Assignment 4: Delta Debugging +# CS453 Assignment 5: Delta Debugging -Welcome to your last assignment. Here, we implement the **Delta Debugging** (DD) algorithm described in the [April 26th](https://coinse.kaist.ac.kr/assets/files/teaching/cs453/cs453slide08.pdf) lecture. +Welcome to your last assignment. Here, we implement the **Delta Debugging** (DD) algorithm described in [the lecture](https://coinse.kaist.ac.kr/assets/files/teaching/cs453/cs453slide08.pdf). For those interested, you can find related papers below: - [The original delta debugging introduction](http://web2.cs.columbia.edu/~junfeng/09fa-e6998/papers/delta-debug.pdf) (back from '99) @@ -31,7 +31,4 @@ Specifics: - You might find that for certain inputs, DD will return nonsensical reductions / non-minimal reductions. _This is normal_. The tests, on the other hand, have been crafted so that well-implemented DD will return sensical output (although it may not be minimal), so if you see ill-formed code as a result of executing your solver on the tests, something is likely wrong. ## Libraries and Python Version -As always, the template repository is configured with Python 3.9; there are no external libraries used. - -## Submission Deadline -You need to submit this assignment before 18:00 on 24th of May, 2023. +As always, the template repository is configured with Python 3.9; there are no external libraries used. \ No newline at end of file