tadified
The process of taking an easy to explain algorithm and making it impossible to understand. This is done by replacing variable names with random letters of the alphabet, not defining variables until the last possible second, making while loops into do-while loops (and for loops into while loops), mumbling and in general being incomprehensible.
That explanation of a binary search was tadified!