Update array.md & hash_map.md (#827)

* Update array.md

- Update array.md
- Add comments to maintain consistency with implementations in other languages.

* Update hash_map.md

- Update hash_map.md
- Update the filename to correspond with the filenames in the "codes/go" directory.
This commit is contained in:
Nepenthe
2023-10-03 00:13:44 +08:00
committed by GitHub
parent dbf6c1c68d
commit d86cb0ee5d
2 changed files with 2 additions and 1 deletions

View File

@@ -120,7 +120,7 @@
=== "Go"
```go title="hash_map.go"
```go title="hash_map_test.go"
/* 初始化哈希表 */
hmap := make(map[int]string)