Skip to content

勘误 #48

Description

@GoogleCodeExporter
第50页
left(i,j)= max(left(i-1,j), lo+1);

我认为应更改如下
left(i,j)= max(left(i,j-1), lo+1);

希望尽快核实

Original issue reported on code.google.com by 654321...@gmail.com on 31 Mar 2015 at 6:45

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions