Skip to content

v1.1

Compare
Choose a tag to compare
@sk-g sk-g released this 27 Dec 21:54
· 33 commits to main since this release
c035b0a

v1.1

Bugfix:

Fix unit test cases for 47 problems’ test assertions for C#/TypeScript/Go, which represents ~5% of all problems:

  • Root cause of the issue is a possibility for the input parameters to the canonical solutions get mutated as a side-affect which cause the captured input to mismatch.
  • We fix this issue by saving another copy of the function input before passing it for execution.
  • Update README with new results for MBGP, MBTSP, MBCSP with the fix.