Skip to content

cnnrznn/ds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ds

Data structures in Go

TODO

  • Heap
  • Stack
  • [-] (Needs callbacks per node) Trie
  • Balanced Search Tree

July 11, 2024

I've made an effort to incorporate Go generics into the implementation. The user should be able to use any data type they want with these structures, given they provide a custom Compare function.

About

Data structures in Go

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages