You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gods/examples
Emir Pasic e49a74aa91 - test iterator end on reverse-iterable data structures
- fix red-black tree iteration with explicit begin and end states
- examples for iterators (with index and key) (with forward and reverse iteration)
8 years ago
..
arraylist.go - golint 8 years ago
arraystack.go - golint 8 years ago
binaryheap.go - golint 8 years ago
customcomparator.go - golint 8 years ago
doublylinkedlist.go - golint 8 years ago
enumerablewithindex.go - golint 8 years ago
enumerablewithkey.go - golint 8 years ago
hashmap.go - golint 8 years ago
hashset.go - golint 8 years ago
iteratorwithindex.go - test iterator end on reverse-iterable data structures 8 years ago
iteratorwithkey.go - test iterator end on reverse-iterable data structures 8 years ago
linkedliststack.go - golint 8 years ago
redblacktree.go - golint 8 years ago
redblacktreeextended.go - golint 8 years ago
singlylinkedlist.go - golint 8 years ago
sort.go - replace timsort with go's sort 8 years ago
treemap.go - golint 8 years ago
treeset.go - golint 8 years ago