Difference between revisions of "GravityWave/Versions"
Jump to navigation
Jump to search
J Litewski (talk | contribs) (restarted version history) |
J Litewski (talk | contribs) (→Random Thoughts: LinkedList Question) |
||
Line 20: | Line 20: | ||
==Random Thoughts== | ==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. |
Latest revision as of 23:38, 18 June 2009
- GravityWave pages:
- GravityWave - Versions - 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)
- The Start of GravityWave (see BasicSurfer)
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.