doc: update package comment for datastructure package

This commit is contained in:
dudaodong
2023-06-01 14:28:04 +08:00
parent cbf8cfdffa
commit a8761eefb0
14 changed files with 49 additions and 5 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
// Copyright 2021 dudaodong@gmail.com. All rights reserved.
// Use of this source code is governed by MIT license
// Package datastructure implements some data structure. eg. list, linklist, stack, queue, tree, graph.
// Package datastructure implements some data structure. hashmap structure.
package datastructure
import (