Skip to content

Releases: ecgan/leetcode

Fix for #1163 Last Substring in Lexicographical Order

08 Sep 09:05
Compare
Choose a tag to compare

This release contains fix for #1163 Last Substring in Lexicographical Order. Previously the solution is not properly optimized and may give O(n^2) time complexity in certain situations. With this fix, time complexity is O(n).

Credit goes to SnowCat29 for pointing out the issue in the discussion here.

New Solution for Last Substring in Lexicographical Order

31 Aug 13:54
Compare
Choose a tag to compare

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.

New Solution for Weekly Contest 151

25 Aug 15:19
Compare
Choose a tag to compare

New Solutions for LeetCode Biweekly Contest 7

24 Aug 17:18
Compare
Choose a tag to compare

This release contains two solutions for the LeetCode Biweekly Contest 7:

This also contains a working solution for #1163 Last Substring in Lexicographical Order.

New Solution, Travis CI, 100% code coverage

19 Aug 16:38
Compare
Choose a tag to compare

This release contains multiple features:

New Solutions for LeetCode Weekly Contest 150

18 Aug 18:39
Compare
Choose a tag to compare

Solution for Binary Tree Coloring Game

18 Aug 13:47
Compare
Choose a tag to compare

This release contains the solution for LeetCode #1145 Binary Tree Coloring Game.

Also added leettree package as devDependency to facilitate binary tree testing.

New Solution for Weekly Contest 149

11 Aug 06:37
Compare
Choose a tag to compare

New Solutions from Biweekly Contest 6

10 Aug 17:53
Compare
Choose a tag to compare

New Solution for Decrease Elements To Make Array Zigzag

04 Aug 15:01
Compare
Choose a tag to compare