Skip to content

Commit

Permalink
gog: Add algs type
Browse files Browse the repository at this point in the history
  • Loading branch information
XuShaohua committed Mar 21, 2024
1 parent c9c35ef commit 2092a5a
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions book/geeksforgeeks/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# 目录

12 changes: 12 additions & 0 deletions book/geeksforgeeks/most-import-type-of-algorithms.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
# 最重要的算法类型 Most important type of Algorithms

- Brute Force Algorithm
- Recursive Algorithm
- Divide and Conquer Algorithm
- Dynamic Programming Algorithm
- Greedy Algorithm
- Backtracking Algorithm
- Randomized Algorithm
- Sorting Algorithm
- Searching Algorithm
- Hashing Algorithm
2 changes: 1 addition & 1 deletion book/geeksforgeeks/role-of-algs.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# The Role of Algorithms in Computing
# 算法在计算中的角色 The Role of Algorithms in Computing

Algorithm Design Technique:

Expand Down

0 comments on commit 2092a5a

Please sign in to comment.