Saturday, August 7, 2010

Cloud project refined

I have figured that I want to implement the distributed data structures first.
  • How do you grow a distributed linked list?
    Each linked list node must be evenly distributed.
  • How are the grid nodes related to each other?
    Grid adjacentcy.
  • Is the cluster grid arranged north, south, east, west?
    Sounds like a good place to start.

No comments:

Post a Comment