Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
idsulik authored Sep 15, 2024
1 parent bc48ed0 commit 60cc98e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![License](https://img.shields.io/github/license/idsulik/go-collections)](https://github.com/idsulik/go-collections/blob/main/LICENSE)
[![GoDoc](https://pkg.go.dev/badge/github.com/idsulik/go-collections)](https://pkg.go.dev/github.com/idsulik/go-collections)

`go-collections` is a Go library that provides implementations of common data structures including a double-ended queue (Deque), a linked list, a queue, and a stack. This package offers a simple and efficient way to use these structures in Go, with support for generic types.
`go-collections` is a Go package that provides implementations of common data structures including a double-ended queue (Deque), a linked list, a queue, a trie, and a stack. This package offers a simple and efficient way to use these structures in Go, with support for generic types.

## Installation

Expand Down

0 comments on commit 60cc98e

Please sign in to comment.