src/sort/index.js
export * from './bubblesort' ;
export * from './fordjohnson' ;
export * from './insertionsort' ;
export * from './selectionsort' ;
export * from './bubblesort' ;
export * from './fordjohnson' ;
export * from './insertionsort' ;
export * from './selectionsort' ;