Category

Algorithms

14 articles found

SP
Algorithms

Wrapping Callbacks

I’ve recently had the problem of trying to display a progress dialog when executing an asynchronous operation and to dismiss…

Algorithms

How to Solve Programming Problems

Right before the holidays, I said that you had better learn how to solve programming problems.\n\nThis time I am going…

SP
Algorithms

Back To Basics: Sorting

Why is sorting so hard?\n\nOne of the most common misunderstandings and frustrations I see from developers is around sorting.\n\nAlmost every…

Algorithms

Switch is Just a Fancy If Else

Sorry to rain on your parade.  I know that you just refactored that series of if-else statements into one switch…