序号 | 名称 | En | 进度 |
---|---|---|---|
1 | 目的:为什么要学习算法? | Why | |
2 | 方法:如何高效掌握算法? | How |
100% Statements
66/66
100% Branches30/30
100% Functions6/6
100% Lines53/53
序号 | 名称 | En | 难度 | 进度 |
---|---|---|---|---|
1 | 冒泡排序 | Bubble sort | EASY |
|
2 | 插入排序 | Insertion sort | EASY |
|
3 | 选择排序 | Selection sort | EASY |
|
4 | 归并排序 | Merge sort | EASY |
|
5 | 快速排序 | Quick sort | EASY |
|
6 | 希尔排序 | Shell sort | EASY |
|
7 | 排序总结 | Sorting | EASY |
100% Statements
48/48
100% Branches28/28
100% Functions4/4
100% Lines37/37
序号 | 名称 | En | 难度 | 进度 |
---|---|---|---|---|
1 | 线性搜索 | Linear Search | EASY |
|
2 | 跳转搜索 | Jump Search | EASY |
|
3 | 二分查找 | Binary Search | EASY |
|
4 | 差值搜索 | Interpolation Search | EASY |
100% Statements
141/141
100% Branches51/51
100% Functions17/17
100% Lines131/131
序号 | 名称 | En | 难度 | 进度 |
---|---|---|---|---|
1 | 链表基础 | Linked List | EASY |
|
2 | 中间结点 | Middle | EASY |
|
3 | 交换 | Swap | EASY |
|
4 | 环检测 | Cycle Test | EASY |
|
5 | 环起点 | Cycle Begins | EASY |
|
6 | 移除 | Remove | EASY |
|
7 | 翻转 | Reverse | EASY |
|
8 | 局部翻转 | Partial Reverse | EASY |
100% Statements
191/191
100% Branches97/97
100% Functions19/19
100% Lines165/165
序号 | 名称 | En | 难度 | 进度 |
---|---|---|---|---|
1 | 二叉树基础 | Binary Tree | EASY |
|
2 | 前序遍历 | Preorder Traversal | EASY |
|
3 | 中序遍历 | Inorder Traversal | EASY |
|
4 | 后序遍历 | Postordr Traversal | EASY |
|
5 | 层序遍历 | Level Order Traversal | EASY |
|
6 | 最大深度 | Maximum Depth | EASY |
|
7 | 最小深度 | Minimum Depth | EASY |
|
8 | 左视图 | Left Side View | EASY |
|
9 | 右视图 | Right Side View | EASY |
|
10 | 反转 | Invert | EASY |
|
11 | 二叉搜索树 | BST (Binary Search Tree) | EASY |
|
12 | 平衡二叉树 | Height Balanced | EASY |
100% Statements
94/94
100% Branches36/36
100% Functions21/21
100% Lines70/70
序号 | 名称 | En | 图解 | 进度 |
---|---|---|---|---|
1 | 阶乘 | Factorial | ||
2 | 斐波那契数 | Fibonacci | ||
3 | 最大公约数 | Greatest Common Divisor | ||
4 | 最小公倍数 | Least Common Multiple | ||
5 | 素数检测 | Primality Test | ||
6 | 素数筛查 | Primes Count | ||
7 | 2 的幂 | Power Of Two | ||
8 | 3 的幂 | Power Of Three |
⭐️ 点赞突破 1000 解锁全部内容
If you think that these can be improved in anyway, please do suggest.
- Open pull request with improvements
- Discuss ideas in issues. Tell us, what do you want to know