diff --git a/docs/chapter_preface/installation.md b/docs/chapter_preface/installation.md index 420412559..4574379d1 100644 --- a/docs/chapter_preface/installation.md +++ b/docs/chapter_preface/installation.md @@ -40,3 +40,32 @@ comments: true 1. 下载并安装 [.Net 6.0](https://dotnet.microsoft.com/en-us/download) ; 2. 在 VSCode 的插件市场中搜索 `c#` ,安装 c# 。 + + + + +Section | C++ | Python | Go | JavaScript #120 | TypeScript #121 | C | C# | Rust #112 +-- | -- | -- | -- | -- | -- | -- | -- | -- +Performance Evaluation | | |   |   |   |   |   |   +Time Complexity | | | @Cathay-Chen |   |   |   | |   +Space Complexity | | |   |   |   |   |   |   +Space Time Tradeoff | | | @Reanon | @gyt95 | @gyt95 |   |   |   +Array | | |   | @IsChristina | @justin-tse |   | @mingXta |   +LinkedList | | |   | @justin-tse @IsChristina | @justin-tse |   | @mingXta |   +List | | |   | @justin-tse @IsChristina | @justin-tse |   |   |   +Stack | @qualifier1024 | @pengchzn | @Reanon | @S-N-O-R-L-A-X (brewing) | @S-N-O-R-L-A-X (brewing) |   |   |   +Queue | @qualifier1024 | @pengchzn | @Reanon | @S-N-O-R-L-A-X (brewing) | @S-N-O-R-L-A-X (brewing) |   |   |   +Deque | | @pengchzn | @Reanon |   |   |   |   |   +Hashing | | | |   |   |   |   +Hash Collision |   |   |   |   |   |   |   |   +Binary Tree | |   | @Reanon | @IsChristina | @justin-tse |   |   |   +Binary Tree Types | |   | @Reanon | @IsChristina | @justin-tse |   |   |   +Binary Search Tree | |   | @Reanon | @IsChristina | @justin-tse |   |   |   +AVL Tree |   |   |   |   |   |   |   |   +Linear Search | | @Boy-timi |   |   |   |   |   |   +Binary Search | | @Boy-timi | @Slone123c |   |   |   |   |   +Hash Search | | @Boy-timi | @Slone123c |   |   |   |   |   +Bubble Sort | | @Boy-timi | @Slone123c | @IsChristina | @justin-tse |   |   |   +Insertion Sort | | @Boy-timi | | @IsChristina | @justin-tse |   |   |   +Quick Sort | | @Boy-timi | | @IsChristina | @justin-tse |   |   |   +Merge Sort | | @Boy-timi | | @IsChristina | @justin-tse |   |   |