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/queues
Ugur SEN 9f3e98d84a
Benchmark bug fixed(interface conversion).
go test -run=NO_TEST -bench . -benchmem -benchtime 1s
This command gives an error (panic: interface conversion: interface {} is int, not priorityqueue.Element) and to fix this enqueue(n)s changed to enqueu(Element{})s.
2 years ago
..
arrayqueue Implements queues, LinkedListQueue and ArrayQueue 2 years ago
circularbuffer Fix circular buffer tests 2 years ago
linkedlistqueue Implements queues, LinkedListQueue and ArrayQueue 2 years ago
priorityqueue Benchmark bug fixed(interface conversion). 2 years ago
queues.go Implements queues, LinkedListQueue and ArrayQueue 2 years ago