GravityWave/Versions

From Robowiki
< GravityWave
Revision as of 23:38, 18 June 2009 by J Litewski (talk | contribs) (→‎Random Thoughts: LinkedList Question)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
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.