Difference between revisions of "User:JustinS"

From CompSciWiki
Jump to: navigation, search
Line 9: Line 9:
 
Decided Problems:
 
Decided Problems:
 
#Printing Arrays
 
#Printing Arrays
#Fibonacci
+
#Fibonacci Numbers
#Selection Sort of Array
+
#Selection Sort of an Array

Revision as of 12:34, 30 March 2010

ideas for problems:

  • seeing if two arrays are equal
  • Fibonacci
  • putting numbers in arrays
  • printing arrays
  • adding the values of two arrays together
  • simple sorting of an array

Decided Problems:

  1. Printing Arrays
  2. Fibonacci Numbers
  3. Selection Sort of an Array