[CodeFetch] allows developers to search programming books online for code samples in the language of their choice.
Say you wanted to find a C# code sample that implements a priority queue, like I did here. You could get several implementations from CodeFetch with a simple search. Mind you, the implementations I'm seeing are a bit bizarre. Would you really implement a priority queue by maintaining a sorted array?

Leave a comment