-
Notifications
You must be signed in to change notification settings - Fork 382
Closed
Labels
Description
LeetCode Username
James_Jone
Problem Number, Title, and Link
Bug Category
Editorial
Bug Description
For solution 3 with topological sort, the explanation for minimumDiameterAfterMerge is wrong:
If more than two nodes remain, return twice the number of layers of leaves removed.
It should be "If one node remain, return twice the number of layers of leaves removed."
Language Used for Code
None
Code used for Submit/Run operation
No response
Expected behavior
It should be "If one node remain, return twice the number of layers of leaves removed."
Screenshots
No response
Additional context
No response