Warning: Use of undefined constant image_setup - assumed 'image_setup' (this will throw an Error in a future version of PHP) in /home/westleyw/public_html/wp-content/themes/autofocus/functions.php on line 576

Warning: Use of undefined constant image_setup - assumed 'image_setup' (this will throw an Error in a future version of PHP) in /home/westleyw/public_html/wp-content/themes/autofocus/functions.php on line 577
Westley Wood » 2011 » July » 29

Daily Archives: July 29, 2011

Knapsack Equation

Knapsack Equation

This Knapsack problem is my group assignment for these next four weeks.  My goal is to create an algorithm that can beat the fast speed currently …

 

Object Manager

Object Manager

An Object Manager is a style of writing code, where Objects are managed within the code.  One of the most effective ways to do this …