These are small simple implementations of many Data Structures and Algorithms using Go. I'm doing this to refresh my memory of them, and to learn Go better.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
Zed A. Shaw 430536da5a A simple naive hashmap implementation. 3 weeks ago
dlist First night of doing the data structures. 1 month ago
hashmap A simple naive hashmap implementation. 3 weeks ago
llist First night of doing the data structures. 1 month ago
tests A simple naive hashmap implementation. 3 weeks ago
tst First night of doing the data structures. 1 month ago
.gitignore First night of doing the data structures. 1 month ago
Makefile First night of doing the data structures. 1 month ago
go.mod First night of doing the data structures. 1 month ago
go.sum First night of doing the data structures. 1 month ago
main.go First night of doing the data structures. 1 month ago