nathanfroese
New Member
- Joined
- Oct 20, 2008
- Messages
- 2
i need help any example post on bubble sort function not a sub that can sort three numbers and display it in any way via the three sorting cells or in the function cell using only single array dimension. also the function should use as double for all numbers to sort.
here the sample question from our work shop:
plz need help asap.
here the sample question from our work shop:
function using a form of the bubble sort algorithm which we
explored in a previous workshop. I suggest you start with the Matlab code that you wrote
previously and consider how you can convert it into VBA. You may wish to simplify the algorithm
since you only have three numbers to sort. If you set your outer loop to cycle through each pair of
numbers twice this will ensure that you have correctly sorted the three numbers.explored in a previous workshop. I suggest you start with the Matlab code that you wrote
previously and consider how you can convert it into VBA. You may wish to simplify the algorithm
since you only have three numbers to sort. If you set your outer loop to cycle through each pair of
plz need help asap.