How to find matches

  • Thread starter Thread starter Cub71
  • Start date Start date
C

Cub71

I am writing a code that will look at several peoples travel patterns
and find people beeing at the same place at the same time.

I would like suggestions on how to organize this. What to use? A
table
or arraylists or what?
 
I would use SQL server or some other relational database. You could
issue queries easily to see where times/places overlap between people.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top