Skip to content
This repository has been archived by the owner on Jan 15, 2021. It is now read-only.

TylerZeroMaster/Fuzzysorting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fuzzysorting

Some kind of sorting algorithm I made in 2017. It works by finding the "slope" of an array, and then using slope-intercept form to determine the approximate location where a number belongs. It adds these approximations to contiguous lists of numbers with a similar approximate index. After each number’s position has been approximated, each list is bubble sorted and joined together to make one fully sorted list.

Comparison

Fuzzy sort

Fuzzy sort is faster than the other two

Bubble sort

Bubble sort is the slowest

Insertion sort

Insertion sort is the second slowest

About

Some kind of sorting algorithm.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published