Java school solutions listing:

Assignment Title Categories Open
Java X on X puzzle game
Solve an X on X puzzle using heuristic search methods.

  • Games
Open
Magic squares
This program checks if a two dimensionnal array is a 'magic square'.

  • 2D arrays
  • Recursion
Open
Numerical integration
Use numerical integration to calculate the braking distance of an airplane.

  • Mathematical
Open
Warzone assignment
Play a war game with JAVA objects

  • Games
Open
Huffman tree compression
Compress a text using a huffman tree

  • Recursion
  • Mathematical
Open