-
Notifications
You must be signed in to change notification settings - Fork 540
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update LCT.mdx #5161
base: master
Are you sure you want to change the base?
Update LCT.mdx #5161
Conversation
added java solution With Link Cut Tree
for more information, see https://pre-commit.ci
is this consistent with the c++ version? |
content/6_Advanced/LCT.mdx
Outdated
import java.util.*; | ||
|
||
class Node { | ||
int value; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
use tabs to indent
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
updated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i still see you using spaces
updated indentation
for more information, see https://pre-commit.ci
added java solution With Link Cut Tree
Place an "x" in the corresponding checkbox if it is done or does not apply to this pull request.