4 Replies - 2432 Views - Last Post: 10 November 2010 - 03:44 PM

#1 hardwired002   User is offline

  • D.I.C Head

Reputation: 0
  • View blog
  • Posts: 62
  • Joined: 05-February 10

What do you think of my final year project? (somewhat a thesis)

Posted 09 November 2010 - 04:16 AM

hi guys, first of all, i wanna warn you that im just your average computer science student with fairly average knowledge so please dont be too "flashy" about your comments ok? :D

second, i wanna explain that i live in a city where the means of transportation are jeepneys (yes im in the Philippines). Each jeepney has its own route obviously. what i have in mind is to have a MAP/shortest-path problem application with its interface like that of google map. the scope of the application would just be 1 CITY for now.

1.) you enter your current location (should be in the CITY).
2.) enter your destination (in the CITY too obviously)
3.) the application will then calculate the shortest-path to that location but with the consideration of jeepney routes, therefore it also tells the user what jeepneys he should ride to arrive at his destination.

is this too easy or too hard? i mean i got like 5 months (spare time only, i still got other subjects) still.

any suggestions on where should i start? or any applications/topics similar to this so i can study as reference? im doing this in java btw

Is This A Good Question/Topic? 0
  • +

Replies To: What do you think of my final year project? (somewhat a thesis)

#2 mostyfriedman   User is offline

  • The Algorithmi
  • member icon

Reputation: 729
  • View blog
  • Posts: 4,473
  • Joined: 24-October 08

Re: What do you think of my final year project? (somewhat a thesis)

Posted 09 November 2010 - 04:52 AM

its not a bad project, shouldnt be too complicated. you will need strong graph theory.
Was This Post Helpful? 1
  • +
  • -

#3 Brewer   User is offline

  • Awesome
  • member icon

Reputation: 183
  • View blog
  • Posts: 1,044
  • Joined: 14-June 10

Re: What do you think of my final year project? (somewhat a thesis)

Posted 09 November 2010 - 08:01 PM

I agree with mostyfriedman, that sounds like a grand idea. I suppose there might already be something like this out on the market, but if there isn't this definitely sounds like it has money making potential.
Was This Post Helpful? 0
  • +
  • -

#4 hardwired002   User is offline

  • D.I.C Head

Reputation: 0
  • View blog
  • Posts: 62
  • Joined: 05-February 10

Re: What do you think of my final year project? (somewhat a thesis)

Posted 10 November 2010 - 05:07 AM

thanks guys! you dont know how much your comments motivated me more!
i studied a bit of graph theory and know the basics of it.

now the question would be the approach and the coding part. im still thinking of some ideas
Was This Post Helpful? 0
  • +
  • -

#5 macosxnerd101   User is offline

  • Games, Graphs, and Auctions
  • member icon




Reputation: 12800
  • View blog
  • Posts: 45,992
  • Joined: 27-December 08

Re: What do you think of my final year project? (somewhat a thesis)

Posted 10 November 2010 - 03:44 PM

View Postmostyfriedman, on 09 November 2010 - 07:52 AM, said:

its not a bad project, shouldnt be too complicated. you will need strong graph theory.

I definitely agree with mostyfriedman. I would check out Dijkstra's Algorithm for this project.
Was This Post Helpful? 0
  • +
  • -

Page 1 of 1