Sorting algorithms/Cocktail sort: Difference between revisions

Content added Content deleted
(add task to aarch64 assembly raspberry pi)
m (change routine title for aarch64 assembly)
Line 205: Line 205:
ret // return to address lr x30
ret // return to address lr x30
/******************************************************************/
/******************************************************************/
/* bubble sort */
/* cocktail sort */
/******************************************************************/
/******************************************************************/
/* x0 contains the address of table */
/* x0 contains the address of table */