mirror of
https://github.com/duke-git/lancet.git
synced 2026-02-13 09:12:28 +08:00
update: algorithm package comment
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
// Copyright 2021 dudaodong@gmail.com. All rights reserved.
|
// Copyright 2021 dudaodong@gmail.com. All rights reserved.
|
||||||
// Use of this source code is governed by MIT license
|
// Use of this source code is governed by MIT license
|
||||||
|
|
||||||
// Package algorithm contain some basic algorithm functions. eg. sort, search, list, linklist, stack, queue, tree, graph. TODO
|
// Package algorithm contain some basic algorithm functions. eg. sort, search
|
||||||
package algorithm
|
package algorithm
|
||||||
|
|
||||||
import "github.com/duke-git/lancet/lancetconstraints"
|
import "github.com/duke-git/lancet/lancetconstraints"
|
||||||
|
|||||||
Reference in New Issue
Block a user