Skip to content

Commit

Permalink
feat: import upstream package (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Jan 5, 2025
1 parent 47156b2 commit 190b10b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/UPSTREAM
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0b45163525d65fb3eda8170c40d6765eb98ddf4d
43ba4651fe4ce4a4e2ab9d6d60956db78c119d26
1 change: 1 addition & 0 deletions lcs/old.go
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,7 @@ func (e *editGraph) bdone(D, k int) (bool, lcs) {
}

// run the backward algorithm, until success or up to the limit on D.
// (used only by tests)
func backward(e *editGraph) lcs {
e.setBackward(0, 0, e.ux)
if ok, ans := e.bdone(0, 0); ok {
Expand Down

0 comments on commit 190b10b

Please sign in to comment.