8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
feat: Add LRUCache
chore: Update README.md
fix: Use v3 in dequeue_test.go
feat: Add collections package with interfaces, add ForEach for some s… …tructures
feat: Add PopFunc to priorityqueue (#10)
feat: Add GetFunc, RemoveFunc and LenFunc to priorityqueue (#8)
fix: Fix graph/queue iterators
refactor: go.yaml
feat: Replace recursion with iteration in BST.Contains()
fix: Reduce go version to 1.18