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# || Longest Valid Parentheses – How To Find The Longest Valid Well Formed Parentheses Using C#

The following is a module with functions which demonstrates how to find the longest valid well formed parentheses using C#. 1. Longest

C# || Backspace String Compare – How To Backspace Compare Two Strings Using C#

The following is a module with functions which demonstrates how to backspace compare two strings using C#. 1. Backspace Compare – Problem

C# || How To Design Underground System To Keep Track Of Customer Travel Times Between Stations Using C#

The following is a module with functions which demonstrates how to design an underground system to keep track of customer travel times

VB.NET || How To Add Simple Object Change Tracking To Track Changes Using VB.NET

The following is a module with functions which demonstrates how to add simple object change tracking to track changes made to an

C# || How To Add Simple Object Change Tracking To Track Changes Using C#

The following is a module with functions which demonstrates how to add simple object change tracking to track changes made to an

C# || Remove Linked List Elements – How To Remove All Target Linked List Elements Using C#

The following is a module with functions which demonstrates how to remove all target linked list elements using C#. 1. Remove Elements

C# || How To Compare Version Numbers Using C#

The following is a module with functions which demonstrates how to compare version numbers using C#. 1. Compare Version – Problem Statement

C# || How To Find The Difference Between Two Strings Using C#

The following is a module with functions which demonstrates how to find the difference between two strings using C#. 1. Find The

C# || How To Get Total Sum Root To Leaf Binary Numbers In Binary Tree Using C#

The following is a module with functions which demonstrates how to get the total sum root to leaf binary numbers in a

Angular || How To Create A Simple Weather Forecast App Using Angular

The following is an implementation which demonstrates how to create a simple weather forecast app using Angular. This project allows you to

JavaScript || How To Use Geolocation To Get Current Position With Promises Using Vanilla JavaScript

The following is a module with functions which demonstrates how to use geolocation to get the device current position with promises using

Angular || How To Resolve Issue: “Module Parse Failed: Unexpected Character – You May Need An Appropriate Loader” Using Angular

The following is a page which demonstrates how to resolve the issue: “Module parse failed: Unexpected character ”. You may need an

Angular || How To Resolve Issue: “Cannot find name ‘require'” Using Angular

The following is a page which demonstrates how to resolve the issue: “Cannot find name ‘require’. Do you need to install type

Angular || How To Create A Simple Personal Contact List Using Angular

The following is an implementation which demonstrates how to create a simple personal contact list using Angular. This project allows you to