lintcode-solution
Lintcode题目解法,当前题目数量:12
- 1.A + B 问题 / a-b-problem ==> (Java solution - Python solution)
- 9.Fizz Buzz 问题 / fizz-buzz ==> (Java solution - Python solution)
- 46.majority-number / 主元素 ==> (Java solution - Python solution)
- 75.寻找峰值 / find-peak-element.java ==> (Java solution - Python solution)
- 82.落单的数 / single-number ==> (Java solution - Python solution)
- 97.二叉树的最大深度 / maximum-depth-of-binary-tree ==> (Java solution - Python solution)
- 102.带环链表 / linked-list-cycle ==> (Java solution - Python solution)
- 212.空格替换 / space-replacement ==> (Java solution - Python solution)
- 372.在O(1)时间复杂度删除链表节点 / delete-node-in-the-middle-of-singly-linked-lis ==> (Java solution - Python solution)
- 407.加一 / plus-one ==> (Java solution - Python solution)
- 517.丑数 / ugly-number ==> (Java solution - Python solution)
- 609.两数之和 / Two Sum - Less than or equal to target ==> (Java solution - Python solution)