New Solution for Last Substring in Lexicographical Order
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.