摘要:Given two words word1 and word2, find the minimum number of steps required to convert word1 to word2. (each operation is counted as 1 step.)
阅读全文
摘要:Given an array of non-negative integers, you are initially positioned at the first index of the array.
Each element in the array represents your maximum jump length at that position.
Your goal is to reach the last index in the minimum number of jumps.
阅读全文
摘要:Given an array of non-negative integers, you are initially positioned at the first index of the array.
Each element in the array represents your maximum jump length at that position.
Determine if you are able to reach the last index.
阅读全文
摘要:LintCode : Binary Search Tree Iterator
阅读全文
摘要:LintCode : Lowest Common Ancestor
阅读全文
摘要:LintCode : Remove Node in Binary Search Tree
阅读全文
摘要:LintCode : Balanced Binary Tree
阅读全文
摘要:LintCode : Binary Tree Path Sum
阅读全文
摘要:LintCode : Inorder Successor in Binary Search Tree
阅读全文
摘要:LintCode : Validate Binary Search Tree
阅读全文
摘要:Given a binary tree, return the inorder traversal of its nodes' values.
阅读全文