摘要:
https://leetcode.com/problems/decode-ways/ A message containing letters from A-Z is being decoded to numbers using the following mapping: Given an dec 阅读全文
摘要:
https://leetcode.com/problems/unique-binary-search-trees-ii/Givenn, generate all structurally uniqueBST's(binary search trees) that store values 1...n... 阅读全文
摘要:
https://leetcode.com/problems/min-stack/ Design a stack that supports push, pop, top, and retrieving the minimum element in constant time. push(x) -- 阅读全文
摘要:
https://leetcode.com/problems/word-ladder-ii/Given two words (startandend), and a dictionary, find all shortest transformation sequence(s) fromstartto... 阅读全文
摘要:
https://leetcode.com/problems/word-ladder/ Given two words (start and end), and a dictionary, find the length of shortest transformation sequence from 阅读全文