Skip to content

Commit

Permalink
update: 240320ver1
Browse files Browse the repository at this point in the history
  • Loading branch information
V1CeVersaa committed Mar 20, 2024
1 parent a461726 commit 0df35d8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 5 deletions.
2 changes: 2 additions & 0 deletions docs/Computer Science/Algorithm/03 Trees.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# Trees

Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,3 @@
- 单向性:无法通过哈希值反推出有关输入数据的任何信息。
- 抗碰撞性:应该很难找到两个不同的输入,使得它们的哈希值相同。
- 雪崩效应:输入的微小变化都应当导致输出的显著的不可预测的变化。



##

2 changes: 2 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,8 @@ nav:
- Computer Science/Algorithm/Algorithms and Data Structure.md
- Algorithm Analysis: Computer Science/Algorithm/01 Algorithm Analysis.md
- Linear List: Computer Science/Algorithm/02 Linear List.md
- Trees: Computer Science/Algorithm/03 Trees.md
- Hash: Computer Science/Algorithm/05 Hash.md
- System:
- Computer Science/System/index.md
- Assembly: Computer Science/System/Assembly.md
Expand Down

0 comments on commit 0df35d8

Please sign in to comment.