User profile: Sealey

User info
User name:Sealey
Name:Jared Sealey
Location:Chico, CA
Website:http://www.ecst.csuchico.edu/~jsealey/
Bio:I started programming August 2010 and have been in love ever since.

A few accomplishments:
1st place CSU Chico Programming Competition
1/yr working for Auctiva.com developing for ASP.NET
Internship at Amazon.com for 2012 (Hopefuly it will turn into a job!)

*A shout out to David Stolp (pieguy), the #36 ranked programming in the world on topcoder for helping me refine my programming skills.
Statistical data
Birthdate:Apr 6, 1989
Gender:Male
Occupation:Programmer
Skills:C
C++
Assembly
C++/.NET
Java
Javascript
C#/.NET
ASP
History
Joined:
Number of posts:1
Latest posts:

Finding Primes Between Two #'s
A dynamic programming approach is always the best imo. Here is what I came up with. Be sure to repl...