firstbatchxyz/firstbatch-sdk-ts

Wrong algorithm state

Closed this issue · 1 comments

It seems to be possible sometimes that your state within the algorithm is incorrect, w.r.t. DFA. First found at https://github.com/erhant/leet-assistant

This turned to be related to two things:

  • Buggy equality check among UserAction instances
  • Buggy edge finding logic