Skip to content

New Solution for Last Substring in Lexicographical Order

Compare
Choose a tag to compare
@ecgan ecgan released this 31 Aug 13:54
· 353 commits to master since this release

This release contains solution and explanation for the LeetCode #1163 Hard problem, Last Substring in Lexicographical Order, which is also part of Weekly Contest 150. The solution has O(n) time complexity and O(1) space complexity.