pluto

module
v0.0.14 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 24, 2024 License: BSD-3-Clause

README

=  Pluto - A Set of Go Generics Data Structures and Algorithms

1. Stack.  In the ./stack directory is a simple generics implementation of a stack.
2. g_lib.  A set of common functions that use generics like Min, Max etc.
2. Binary Tree. (mostly complete)
	. Remove
	. Walk ( inorder, preorder, postorder )
	. Better "PrintTree"
3. Queue. 
4. SLL.
4. SLL-based-Queue. 
4. DLL. Doubley Linked List with Head and Tail Pointers.
5. BalancedTree. (being tested)
	. avl

Directories

Path Synopsis
Package heap provides heap operations for any type that implements heap.Interface.
Package heap provides heap operations for any type that implements heap.Interface.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL