Skip to content
/ Coding Public

Solutions to leetcode and coding-interviews

Notifications You must be signed in to change notification settings

ShawDa/Coding

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Coding

详细解答见我的CSDN专栏LeetCode

# Title Solution Difficulty
1 两数之和 Python 简单
2 两数相加 Python 中等
3 无重复字符的最长子串 Python 中等
4 寻找两个有序数组的中位数 Python 困难
5 最长回文子串 Python 中等
6 Z字形变换 Python 中等
7 整数反转 Python 简单
8 字符串转换整数(atoi) Python 中等
9 回文数 Python 简单
10 正则表达式匹配 Python 困难
11 盛最多水的容器 Python 中等
12 整数转罗马数字 Python 中等
13 罗马数字转整数 Python 简单
14 最长公共前缀 Python 简单
15 三数之和 Python 中等
16 最接近的三数之和 Python 中等
17 电话号码的字母组合 Python 中等
18 四数之和 Python 中等
19 删除链表的倒数第N个节点 Python 中等
20 有效的括号 Python 简单
21 合并两个有序链表 Python 简单
22 括号生成 Python 中等
23 合并K个排序链表 Python 困难
24 两两交换链表中的节点 Python 中等
25 k个一组翻转链表 Python 困难
26 删除排序数组中的重复项 Python 简单
27 移除元素 Python 简单
28 实现strStr() Python 简单
29 两数相除 Python 中等
30 串联所有单词的子串 Python 困难
31 下一个排列 Python 中等
32 最长有效括号 Python 困难
33 搜索旋转排序数组 Python 中等
34 在排序数组中查找元素的第一个和最后一个位置 Python 中等
35 搜索插入位置 Python 简单
36 有效的数独 Python 中等
37 解数独 Python 困难
38 报数 Python 简单
39 组合总和 Python 中等
40 组合总和II Python 中等
41 缺失的第一个正数 Python 困难
42 接雨水 Python 困难
43 字符串相乘 Python 中等
44 通配符匹配 Python 困难
45 跳跃游戏II Python 困难
46 全排列 Python 中等
47 全排列II Python 中等
48 旋转图像 Python 中等
49 字母异位词分组 Python 中等
50 Pow(x,n) Python 中等
51 N皇后 Python 困难
52 N皇后II Python 困难
53 最大子序和 Python 简单
54 螺旋矩阵 Python 中等
55 跳跃游戏 Python 中等
56 合并区间 Python 中等
57 插入区间 Python 困难
58 最后一个单词的长度 Python 简单
59 螺旋矩阵II Python 中等
60 第k个排列 Python 中等
61 旋转链表 Python 中等
62 不同路径 Python 中等
63 不同路径II Python 中等
64 最小路径和 Python 中等
65 有效数字 Python 困难
66 加一 Python 简单
67 二进制求和 Python 简单
68 文本左右对齐 Python 困难
69 x的平方根 Python 简单
70 爬楼梯 Python 简单
71 简化路径 Python 中等
72 编辑距离 Python 困难
73 矩阵置零 Python 中等
74 搜索二维矩阵 Python 中等
75 颜色分类 Python 中等
76 最小覆盖子串 Python 困难
77 组合 Python 中等
78 子集 Python 中等
79 单词搜索 Python 中等
80 删除排序数组中的重复项II Python 中等

详细解答见我的CSDN专栏剑指offer

# Title Solution
1 二维数组中的查找 Python
2 替换空格 Python
3 从尾到头打印链表 Python
4 重建二叉树 Python
5 用两个栈实现队列 Python
6 旋转数组的最小数字 Python
7 斐波那契数列 Python
8 跳台阶 Python
9 变态跳台阶 Python
10 矩形覆盖 Python
11 二进制中1的个数 Python
12 数值的整数次方 Python
13 调整数组顺序使奇数位于偶数前面 Python
14 链表中倒数第k个结点 Python
15 反转链表 Python
16 合并两个排序的链表 Python
17 树的子结构 Python
18 二叉树的镜像 Python
19 顺时针打印矩阵 Python
20 包含min函数的栈 Python

About

Solutions to leetcode and coding-interviews

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages