Hacker News new | ask | show | jobs
by Alexanfa 762 days ago
Noticed an error;

    return run(w, wS, r+1,m)
Should be changed to:

    return run(w, wS, m, r+1)