Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
李楚霏
/
leetCode_Solution_Record
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Members
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
64af3e52
authored
Oct 26, 2020
by
李楚霏
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
learn summary
parent
9a73f265
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
0 deletions
+13
-0
70works/week8/work/第8周学习总结.md
+13
-0
No files found.
70works/week8/work/第8周学习总结.md
0 → 100644
View file @
64af3e52
#### 第8周学习总结
#### 第8周学习总结
-
位运算
-
常用的位运算:或运算|, 与运算& , 异或^ ,取反~
-
排序
-
比较类: 交换,插入,选择,归并
-
非比较类:桶排序,计数排序,基数排序
-
复杂度为O(NlogN)的排序: 快速排序,归并排序,堆排序
-
快速排序和归并的区别:
-
快速排序是先分配左右子序列再排序;归并是
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment