Tag Archives: coding

Recursion

“To know recursion, you must first know recursion.” (Original author unknown) Much of the fun of writing code is learning about all of the various algorithms and techniques that help get the job done. Some of these are relatively straightforward: … Continue reading

Posted in Algorithms, C, Coding, Math | Tagged , , , , | Leave a comment

C pointers explained

C pointers are useful, but the syntax can be confusing. Here’s an introduction with a few examples. Continue reading

Posted in C, Coding, HOW-TO | Tagged , , , , , , , , | 4 Comments