Posts
All the articles I've posted.
Add Discord and Disqus to your web site
Updated: at 10:12 AMadd discord and disqus to this site
LeetCode 314 LintCode 651 Binary Tree Vertical Order Traversal
Updated: at 10:12 AMsolutions for LeetCode 314 LintCode 651 Binary Tree Vertical Order Traversal, tags: hash, bfs, tree, companies: facebook google
LeetCode 1192 LintCode 1271 Critical Connections in a Network
Updated: at 10:12 AMsolutions for LeetCode 1192, LintCode 1271, hard, tags: dfs, graph, bi-connected component. Companies: Amazon.
LeetCode 239 LintCode 362 Sliding Window Maximum
Updated: at 10:12 AMsolutions for LeetCode 239, LintCode 362, hard, tags: array, queue, sliding window, heap, monotonic queue. Companies: Amazon, Zenefits, Microsoft, Google.
LeetCode 1574 Shortest Subarray to be Removed to Make Array Sorted
Updated: at 07:22 AMSolutions for LeetCode 1574, medium, tags: array, binary-search, two-pointers.
LeetCode 3133 Minimum Array End (bit)
Updated: at 05:12 PMSolution for leetcode 3133 Minimum Array End, tags: bit