Skip to content

Latest commit

 

History

2 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

InversionCounter-MergeSort

Implementation of an algorithm to count the number of inversions when sorting a list of numbers using Merge Sort. Inversion defined as: In the set {a, b, c, d, e}, a>b, and/or b>c, and/or c>d, etc.

About

Implementation of an algorithm to count the number of inversions when sorting a list of numbers using Merge Sort. Inversion defined as: In the set {a, b, c, d, e}, a>b, and/or b>c, and/or c>d, etc.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages