gods/

directory
v0.0.0-...-97e7716 Latest Latest
Warning

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

Go to latest
Published: Apr 30, 2026 License: MIT

Directories

Path Synopsis
examples
infix2postfix
Package infix2postfix provides functions to convert infix expressions to postfix (Reverse Polish Notation) and evaluate postfix expressions.
Package infix2postfix provides functions to convert infix expressions to postfix (Reverse Polish Notation) and evaluate postfix expressions.
sort
Package sort
Package sort
Package heaps
Package heaps
binaryheap
Package binaryheap provides a generic min-heap implementation.
Package binaryheap provides a generic min-heap implementation.
Package lists
Package lists
arraylist
Package arraylist provides a generic dynamic array implementation.
Package arraylist provides a generic dynamic array implementation.
doublylinkedlist
Package doublylinkedlist provides a generic doubly linked list implementation.
Package doublylinkedlist provides a generic doubly linked list implementation.
linkedlist
Package linkedlist provides a generic doubly linked list implementation.
Package linkedlist provides a generic doubly linked list implementation.
Package maps
Package maps
hashmap
Package hashmap provides a generic hash map implementation backed by Go's built-in map.
Package hashmap provides a generic hash map implementation backed by Go's built-in map.
Package queues
Package queues
arrayqueue
Package arrayqueue provides a generic queue implementation using a dynamic array.
Package arrayqueue provides a generic queue implementation using a dynamic array.
circularqueue
Package circularqueue implements a circular queue based on a slice.
Package circularqueue implements a circular queue based on a slice.
linkedqueue
Package linkedqueue provides a generic queue implementation using a singly linked list.
Package linkedqueue provides a generic queue implementation using a singly linked list.
Package stacks
Package stacks
arraystack
Package arraystack provides a generic stack implementation using a dynamic array.
Package arraystack provides a generic stack implementation using a dynamic array.
linkedstack
Package linkedstack provides a generic stack implementation using a singly linked list.
Package linkedstack provides a generic stack implementation using a singly linked list.
Package trees
Package trees
avltree
Package avltree provides a generic AVL tree implementation.
Package avltree provides a generic AVL tree implementation.
Package utils provides utility functions and types for the gods package.
Package utils provides utility functions and types for the gods package.

Jump to

Keyboard shortcuts

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