Skip to content

Latest commit

 

History

History
36 lines (26 loc) · 1.15 KB

readme.md

File metadata and controls

36 lines (26 loc) · 1.15 KB

Index

Data Structures (ds)

Data Structure Package Name
Double Linked List dll
Heap heap
Queue queue
Stack stack
Single Linked List sll

Algorithms (algo)

Algorithm Package Name
Priority Queue pqueue

Search

Algorithm Package Name
Binary Search binary

Sort

Algorithm Package Name
Heap Sort heap
Merge Sort merge

Utils

Name Package Name Description
Random Numbers random Simple wrapper around math/rand, with return type of slice