gods/stacks/linkedliststack
2015-03-05 22:37:25 +01:00
..
linkedliststack_test.go optimizing the array stack to shrink array by factor of 1.5, now array stack is faster than linked list stack 2015-03-05 21:10:37 +01:00
linkedliststack.go add Clear() method to stack interface 2015-03-05 22:37:25 +01:00