C++ || Yahoo! Sports – Current Batting Order – Programming Interview Test (Question 3 of 3)

The following is sample code which demonstrates a solution to the Yahoo! Sports programming interview question titled “Current Batting Order.” The test was taken on November 2013 for educational More »

C++ || Knapsack Problem Using Dynamic Programming

The following is another homework assignment which was presented in an Algorithm Engineering class. Using a custom timer class, the following is a program which reduces the problem of More »

C++ || Multi Process Server & Client Hash Table Using Thread Pools, Message Queues, & Signal Handlers

The following is another homework assignment which was presented in an Operating Systems Concepts class. Using commandline arguments, the following is a program which implements a multi threaded hash More »

Python || Aku Aku Snake Game Using Pygame

The following is another homework assignment which was presented in an Introduction to Game Design and Production class. This project is an implementation of the classic “Snake” game using More »

Python || Brainy Memory Game Using Pygame

The following is another homework assignment which was presented in an Introduction to Game Design and Production class. This project is an implementation of the classic “Memory” game using More »

 

C# || How To Determine The Maximum Units On A Truck Using C#

The following is a module with functions which demonstrates how to determine the maximum units on a truck using C#. 1. Maximum

C# || Word Search – How To Search A Grid Matrix For A Target Word Using C#

The following is a module with functions which demonstrates how to search a grid matrix for a target word using C#. 1.

C# || How To Find All Combinations Of Well-Formed Brackets Using C#

The following is a program with functions which demonstrates how to find all combinations of well-formed brackets using C#. The task is

C++ || How To Pad Left, Pad Right & Pad Center A String Of Fixed Length Using C++

The following is a module with functions which demonstrates how to pad left, pad right, and pad center a string of a

C# || How To Pad Center & Center Align A String Of Fixed Length Using C#

The following is a module with functions which demonstrates how to pad center and center align a string of a fixed length

VB.NET || How To Pad Center & Center Align A String Of Fixed Length Using VB.NET

The following is a module with functions which demonstrates how to pad center and center align a string of a fixed length

C++ || How To Join & Concatenate An Array/Vector/Container Into A Delimited String Using C++

The following is a module with functions which demonstrates how to join and concatenate an array/vector/container into a delimited string using C++.

C++ || How To Replace A Letter With Its Alphabet Position Using C++

The following is a module with functions which demonstrates how to replace a letter with its alphabet position using C++. 1. Replace

C# || How To Get The Date Value & Time Value From A Date Using C#

The following is a module with functions which demonstrates how to get the date value and time value from a DateTime using

C# || How To Create Multiple Tasks With Maximum Concurrency Using C#

The following is a module with functions which demonstrates how to create multiple tasks with maximum concurrency using C#. The examples demonstrated

C# || How To Convert Bytes To Kilobytes, Megabytes, Gigabytes, Terabytes Using C#

The following is a module with functions which demonstrates how to convert bytes to decimal formats like kilobytes, megabytes, gigabytes, terabytes, petabytes,

C# || How To Parse A Delimited CSV File Using C#

The following is a module with functions which demonstrates how to parse a delimited CSV file using VB.NET. This function parses a

C# || How To Round A Number To The Nearest X Using C#

The following is a module with functions which demonstrates how to round a number to the nearest X using C#. This function

C# || How To Replace A Letter With Its Alphabet Position Using C#

The following is a module with functions which demonstrates how to replace a letter with its alphabet position using C#. 1. Replace