Difference between revisions of "GravityWave/Versions"

From Robowiki
Jump to navigation Jump to search
(restarted version history)
(→‎Random Thoughts: LinkedList Question)
 
Line 20: Line 20:
  
 
==Random Thoughts==
 
==Random Thoughts==
No random thoughts at this time
+
===LinkedList===
 +
I looked into [[Komarious]] and I saw that it was using a LinkedList variable. I just would like to know the advantage of using LinkedList over ArrayList.

Latest revision as of 00:38, 19 June 2009

GravityWave pages:
GravityWaveVersions - Code - Tests

Version History

alpha2 - (development)

  • WaveSurfing Improvements
  • Fix the major bugs in the code
  • Add in Dive Protection
  • Rework the EnemyWave class

I'm looking at a number of other robots for ideas and ways to improve GravityWave. Komarious from [[User: Voidious|Voidious]] is basically a highly modified BasicSurfer, so I'm using him first to gather some information.

alpha1 - (current version)

Random Thoughts

LinkedList

I looked into Komarious and I saw that it was using a LinkedList variable. I just would like to know the advantage of using LinkedList over ArrayList.