Select Page

Windows Shortcuts

In the world of Software-Engineering, I use lots of keyboard shortcuts to navigate around the OS, in my code, etc. Surprisingly, these shortcuts are not widely-known to those that are not generally in a technical background, and even then, there are some exceptions....

Searching Algorithms

This article contains information regarding various searching techniques that may prove useful in various situations without regard to programming language. Description Of Searching? Ready for a completely convoluted example? Read on… Let’s say that you...

Sorting Algorithms

This article contains information regarding various sorting techniques that may prove useful in various situations without regard to programming language. Description Of Sorting? Sorting is a term to describe the ordering of data upon some value. For instance,...

Introduction To C – Part 3

Welcome to the final installment of a three-part introduction to C. In this chapter, various constructs are discussed including conditional statements and loops. Conditionals If-Statement There are times in a program when you will want to perform actions based on...