You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CrazyPython edited this page Jan 22, 2013
·
7 revisions
Welcome to the DeltaDebugger wiki!
How delta debugging works:
Step 2 sidenotes: max(n-1,2) is to prevent getting more substring than characters (come back to one again)
Step 3 sidenotes: (come back to one again)
until the substring length = 1 where you do the final loop if all tests pass return the string other wise return the character.