module
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Apr 28, 2023
License: GPL-3.0
Opens a new window with license information.
README
¶
goutil

Overview
a thread-safe generic Go util repo, need Go 1.18 or later
initally built to solve some leetcode problems leetcode project and turns out to be quite useful in other places.
├── datastruct
│ ├── linked list
│ ├── linked hashmap
│ ├── queue
│ ├── double-ended queue
│ ├── monotonic queue
│ ├── priority queue
│ └── stack
├── graph
│ ├── btree
│ ├── topological sort
│ └── union find
└── strings
└── search pattern
Directories
¶
Click to show internal directories.
Click to hide internal directories.