Skip to content

Commit

Permalink
update README for Spring 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
ntrolls committed Mar 2, 2024
1 parent a1163cf commit 65d348f
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down Expand Up @@ -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.

0 comments on commit 65d348f

Please sign in to comment.