tags:

views:

75

answers:

1

Hello

i am developing an Algorithm Simulator(Virtual Lab),first let me describe it briefly:

DESCRIPTION

There are so many different type of algorithms in Data Structures like Searching

algorithms,Sorting algorithms,Tree traversal algorithms etc.

So i am developing a desktop application in which a user can input the elements and when

select a particular algorithm and click Demonstrate then my software will demonstrate(via

animation)that exactly what's going on with that particular input as per the steps of

algorithm.

So in short i can say that by using this application a person can better understand an algorithm.

Currently i am using these languages and framework:"

  1. C++
  2. Qt4

My Question

if you know a better solution to develop this application or if

you know any open source project smiler to this project or a good tutorial then please

suggest me.

Thanks in advance

A: 

Just use some tool/technology and start working already

Kerido
Maybe it is telling that that's an "answer" and not a "comment"... :-}
Tony
Very useful answer. I guess it's enough to get the project started :(
belisarius
@Kerido:please explan a little more
Peeyush
I'm, sorry, I didn't mean to insult. I was just judging by the very question. There was no concrete problem in it. Which means, you've probably barely started any development. On this stage, it doesn't make much difference which technology to use.
Kerido
I guess that for an algorithm showcase you will need a great UI. Use QT4 or MFC or wxWidgets or plain Win32. However, you would probably need some kind of a MVC pattern to visualize various steps and stages of your algorithms.
Kerido
If you're on linux, you can use GTK or wxWidgets or QT4. If you're on MAC, wxWidgets and QT4 may help.
Kerido