Go Back   CodingForums.com > :: Server side development > Java and JSP

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 02-17-2011, 04:56 PM   PM User | #1
luboldja
New Coder

 
Join Date: Nov 2009
Posts: 21
Thanks: 1
Thanked 0 Times in 0 Posts
luboldja has a little shameless behaviour in the past
Scheduling Program, confused

I'm writing a scheduling program for our school since it my senior year and they need one terribly. I have only taken two years of HL IB Computer Science so i'm no programming genius. I haven't even started programming yet, i'm just trying to get my algorith right, and i'm not quite sure where to start.

It needs to be able to places classes in a 7x7 square w/out any student conflicts. As a basic beginning, i planned no using a multi-dimensional array as the basic skeleton of the schedule, and a seperate array list that represents the cources in the first dimension and the students/teacher's names in the second. Once a class is placed in a square in the first array, the names of teachers/students in the class placed in the array list in order to then compare the students names in the second dimension of the array to those in the arraylist to see if they are already on the schedule. This is probably incredibly confusing, but if anyone has any ideas on where to start it would be much appretiated. Thanks.
luboldja is offline   Reply With Quote
Old 02-23-2011, 08:18 PM   PM User | #2
luboldja
New Coder

 
Join Date: Nov 2009
Posts: 21
Thanks: 1
Thanked 0 Times in 0 Posts
luboldja has a little shameless behaviour in the past
bump, any one have any ideas? i'm still stumped.
luboldja is offline   Reply With Quote
Old 02-23-2011, 08:28 PM   PM User | #3
DistantJob
New Coder

 
Join Date: Feb 2011
Posts: 48
Thanks: 1
Thanked 2 Times in 2 Posts
DistantJob is an unknown quantity at this point
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.
__________________
Distant Job
DistantJob is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 11:36 AM.


Advertisement
Log in to turn off these ads.