|
I think you should make a use case diagram first, to see what are the use cases of your project. When you understand what are the use cases, you can choose a technology, like Java, for example. When you have chosen the technology, you can choose the data structures to use, but, seemingly, you have a problem choosing the best data structures for your project. The problem is, that this description is not clear at all and probably the tasks are not clear to you either. The point is, that there are a lot of solutions from data structures point of view, but, before choosing the data structure which is best to you, you should have a specification, which describes exactly what you need, your post doesn't describe understandably your task. If you post a clearer description about your problem, I would happily help you.
|