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 days ago
dlist First night of doing the data structures. 4 weeks ago
hashmap A simple naive hashmap implementation. 3 days ago
llist First night of doing the data structures. 4 weeks ago
tests A simple naive hashmap implementation. 3 days ago
tst First night of doing the data structures. 4 weeks ago
.gitignore First night of doing the data structures. 4 weeks ago
Makefile First night of doing the data structures. 4 weeks ago
go.mod First night of doing the data structures. 4 weeks ago
go.sum First night of doing the data structures. 4 weeks ago
main.go First night of doing the data structures. 4 weeks ago