qianxi0410 / gogds

Go Generics DataStructures

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[WIP] GoGDS (Go Generics DataStructures)

Implementation of various data structures and algorithms in Go, but with Generics.

You must be know gods, A very useful go data structure library.

But it hasn't been updated for a long time.

And go introduced generics in version 1.18, so I plan to transform the gods library into a generic version.

Why do this?

Because it's fun and refreshes the knowledge in data structures. Maybe someone in the community has done this, but building wheels is a personal interest :q

About

Go Generics DataStructures

License:MIT License


Languages

Language:Go 100.0%