Turing help! Using bubble sort
in
Programming Questions
•
1 year ago
Hello, I would like to know how or at least get some tips on how to do the following:
write a Turing program which will:
- use arrays
- sort 10 numbers using bubble sort
- uses graphics to represent the sorting process, e.g. lines of different lengths represent the numbers being sorted.
- Contains proper comments, including description/explanation of the algorithm.
Help would be very appreciated
1