bubblesort

Sorting algorithm

A bubble sort algorithm implementation with a comparison function for sorting arrays of elements in ascending or descending order

Bubble Sort implementation with O(n^2) complexity.

GitHub

106 stars
8 watching
29 forks
Language: JavaScript
last commit: about 4 years ago
Linked from 1 awesome list


Backlinks from these awesome lists:

Related projects:

Repository Description Stars
addyosmani/recursive-binarysearch A recursive algorithm for finding an element in a sorted array with logarithmic time complexity 56
mattreecebentley/plf_indiesort A sorting algorithm that optimizes performance on non-random access containers and large data types 19
stoeffel/mergesort An efficient sorting algorithm with O(n log n) complexity. 20
bonzaithepenguin/wikisort An optimized sorting algorithm with O(1) memory usage. 1,268
marijnfs/zigtimsort An implementation of a hybrid sorting algorithm with a focus on stability and adaptability 5
scandum/blitsort An in-place sorting algorithm that partitions arrays recursively using rotations and auxiliary memory management 701
lucaspilla/sorting-algorithms-visualizer A program that visualizes the execution of various sorting algorithms using Python and Pygame. 426
yourbasic/radix A fast string sorting algorithm implemented in Go. 192
willkessler/choo-sortable A library for building sortable code with the choo JavaScript framework 2
timsort/cpp-timsort A C++ implementation of TimSort, an O(n log n) stable sorting algorithm. 299
0xdewy/quicksort-huff An implementation of the Quicksort sorting algorithm using a custom data structure called Huff. 10
dogweather/naturally An algorithm to sort strings according to natural ordering with support for hierarchical identifiers and Unicode characters 87
dcousens/is-sorted A small utility module to check if an ordered list of values is in the correct sequence 23
dancouper/natural_sort A sorting function for natural ordering of strings containing numbers 14
jfcg/sorty Fast and efficient sorting library for Go with concurrent and parallel capabilities 133