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:"
- C++
- 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