Skip to content

Latest commit

 

History

History
27 lines (19 loc) · 1.14 KB

File metadata and controls

27 lines (19 loc) · 1.14 KB

Algorithm-Simulator

The simulator can work as a e-learning tool for beginners to the algorithm field. User can upload input values to the system or allow system to generate random number sequence. Then it simulates each line execution of the algorithm.

This program simulates below algorithms,

  • Bubble Sort
  • Insertion Sort

LIMITATIONS

  1. This Algorithm Simulator was built using Java in NetBeans IDE. Older versions of Java might not support the program, Please use an updated version of Java to run the program.
  2. Can do sorting for only integer numbers.
  3. Can't do sorting with negative numbers.
  4. Can provide up to 12 numbers.
  5. Can have maximum of 4 digits for each integer

REFERENCES

  1. http://courses.cs.vt.edu/csonline/Algorithms/Lessons/InsertionSort/index.html
  2. http://visualgo.net/sorting
  3. http://stackoverflow.com/questions/16088994/sorting-an-array-of-int-using-bubblesort
  4. http://www.tutorialspoint.com/data_structures_algorithms/sorting_algorithms.htm

Please refer the document for more details on this project (screen shots of the project etc).