I'm creating groups of objects and I'm not really interested in creating a relational database. Basically i am creating a program to group movies for a party and each movie is rated on a 1-5 rating, now no two movies can be at the same party but every party must have at least one 5 star rating movie.
I have knocked out the first part that no two movies can be at the same party by creating unique group IDs using nanotime, however i cannot figure out how to create the second part by grouping the groups with the ratings. I would appreciate some high level problem solving, but please no code, I would prefer to program it myself, thanks for your help. :D
(if it helps i am using java)