Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/0xAX/go-algorithms
/ types & classes
Types & classes
12 in github.com/0xAX/go-algorithms
⨍
Functions
86
◇
Types & classes
12
Struct
BinaryTree
binaryTree/binaryTree.go:5
FuncType
Comparable
func(c1 interface{}, c2 interface{}) bool
binaryTree/binaryTree.go:3
Struct
Item
list/list.go:12
Struct
List
list/list.go:5
Struct
Queue
Base data structure for Queue
queue/queue.go:34
Struct
QueueItem
queue/queue.go:28
FuncType
Sort
@todo remove return
sorting/sort.go:4
Struct
Stack
Stack is a base structure for LIFO
stack/stack.go:9
Struct
StackItem
stack/stack.go:3
Struct
btree
definition of a node
sorting/treesort.go:13
Struct
graph
graph/shortest_distance_fw.go:11
Struct
node
definition of a bst node
sorting/treesort.go:6