Algorithms & Data structures in C++、 JAVA and Python
(If you give someone a program, you will frustrate them for a day; if you teach them how to program, you will frustrate them for a lifetime)
Leetcode
| 序号 | 题目 | 代码 |
|---|---|---|
| 1 | 两数之和 | Python , C++ |
| 2 | 两数相加 | Python, C++ |
| 3 | 无重复字符的最长子串 | Python, C++ |
| 88 | 合并两个有序数组 | Python |
| 136 | 只出现一次的数字 | Python |
| 169 | 多数元素 | Python |
| 240 | 搜索二维矩阵 II | [Python](practice\Leetcode\240.搜索二维矩阵 II\code.py) |
| 887 | 鸡蛋掉落 | Python |