Merge pull request #256 from rami-github/patch-1

Make first HashMap code segment editable
This commit is contained in:
Sunface
2022-06-30 09:49:40 +08:00
committed by GitHub

View File

@ -9,7 +9,7 @@ The hash table implementation is a Rust port of Googles [SwissTable](https://
### Basic Operations ### Basic Operations
1. 🌟🌟 1. 🌟🌟
```rust,editbale ```rust,editable
// FILL in the blanks and FIX the erros // FILL in the blanks and FIX the erros
use std::collections::HashMap; use std::collections::HashMap;