疯狂的指针
疯狂的指针
全部文章
LeetCode题解
C/C++(10)
c语言(1)
git(1)
Git教程(2)
IO模型(1)
leetcode(18)
Linux(7)
PLC(3)
Python(7)
socket(1)
中国(2)
其他(1)
冒泡排序(1)
动态规划(6)
回溯法(1)
回溯法基础(3)
快速排序(1)
接口(2)
数据结构(5)
未归档(187)
树状数组(1)
浙大PAT-A题目集(30)
浙大PAT-B题目集(23)
深入学习C++(14)
生物(1)
程序员升职记(10)
笔试(2)
经济学人(6)
英语学习(1)
读书笔记(3)
谷歌(1)
归档
标签
去牛客网
登录
/
注册
Vincent's Blog
全部文章
/ LeetCode题解
(共3篇)
【LeetCode】【Python】162.Find Peak Element
Question A peak element is an element that is greater than its neighbors. Given an input array nums, where nums[i] ≠ nums[i+1], find a peak element ...
2018-09-03
0
562
【LeetCode】【Python】657. Judge Route Circle
Question Initially, there is a Robot at position (0, 0). Given a sequence of its moves, judge if this robot makes a circle, which means it moves back...
2018-09-01
0
487
【LeetCode】【Python】461.Hamming Distance
461.Hamming Distance question The Hamming distance between two integers is the number of positions at which the corresponding bits are different. G...
2018-08-31
0
583