mirror of
https://github.com/charlienet/go-mixed.git
synced 2025-07-18 00:22:41 +08:00
update
This commit is contained in:
@ -1 +1,10 @@
|
||||
package rbtree
|
||||
|
||||
type color bool
|
||||
|
||||
const (
|
||||
black, red color = true, false
|
||||
)
|
||||
|
||||
type TreeNode[K any, V any] struct {
|
||||
}
|
||||
|
Reference in New Issue
Block a user