Skip to content

Conversation

@colinaaa
Copy link
Owner

@colinaaa colinaaa commented Dec 1, 2020

  • change n - 1 to n - 2

  • fix some typos

  • fix some subscripts errors

  • fix a counter example

@NickLee2050 @L-LYR check it out!

fix #16
fix #18

change n - 1 to n - 2

fix #16
@colinaaa colinaaa added the enhancement New feature or request label Dec 1, 2020
@colinaaa colinaaa requested a review from NickLee2050 December 1, 2020 06:52
@colinaaa colinaaa changed the title fix(ln11): make minor fix on algorithm fix: make minor fixes on many chapters Dec 1, 2020
@colinaaa colinaaa requested a review from L-LYR December 1, 2020 07:04
Copy link
Collaborator

@L-LYR L-LYR left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

Copy link
Collaborator

@NickLee2050 NickLee2050 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM.

@colinaaa colinaaa merged commit baddd2e into master Dec 1, 2020
colinaaa added a commit that referenced this pull request Dec 2, 2020
* fix(ln11): make minor fix on algorithm

change n - 1 to n - 2

fix #16

* fix(stable-matching): fix some typos in stable matching

thanks to @L-LYR for pointing it out

re #18

* fix(dp1): fix a subscript error

thanks to @L-LYR for pointing it out

re #18

* fix(dp1): fix counter example

change 999 to 99, thanks @L-LYR

re #18

* fix(network-flow): fix a subscript problem

thanks to @L-LYR

fix #18

* Another change on two expressions in LN11

* fix: add bracket to an expression

Co-Authored-By: L-LYR <45999891+L-LYR@users.noreply.github.com>
Co-Authored-By: Nick_Lee <45791374+NickLee2050@users.noreply.github.com>
colinaaa added a commit that referenced this pull request Dec 2, 2020
- Some error fixes (#17, #21) by (@L-LYR and @Nick_Lee)
colinaaa added a commit that referenced this pull request Dec 2, 2020
- Some error fixes (#17, #21) by (@L-LYR and @NickLee2050)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

发现了几处错误 slight error to be corrected

4 participants