Emir Pasic
|
213367f1ca
|
- replace long bsd text with short in all .go files
|
9 years ago |
Emir Pasic
|
d7a31571cc
|
- add reversible iterators to lists (array list and doubly-linked list)
- documentation and tests updates
|
9 years ago |
Emir Pasic
|
59bebe43ce
|
- update all documentation to be in godoc style
|
9 years ago |
Emir Pasic
|
2ccfba5f93
|
- replace timsort with go's sort
|
9 years ago |
Emir Pasic
|
ef9baa808a
|
- golint
|
9 years ago |
Emir Pasic
|
3b3edfc539
|
- naming conventions (calling interfaces by what they are)
|
9 years ago |
Emir Pasic
|
f9305332a4
|
- expose comparator in binary heap
- fix comment
|
10 years ago |
Emir Pasic
|
c5826ac043
|
sorting on containers, lists and as a utils method (test+documentation)
|
11 years ago |
emirpasic
|
be9edcef3c
|
- creating a common containers interface for all data structures
|
11 years ago |