Monthly Archives: November 2011

Test-Driving a Heap-Based Priority Queue

It’s been over 25 years since I had to code a priority queue. Should I really need to? Java now supplies a priority queue, and an important lesson of software development is that you should first seek to reuse what … Continue reading

Posted in coding, kata, TDD, test-driven development, unit testing | Leave a comment