Skip to content

Calculate number of inversions in an array - pair of numbers that are out of order

Notifications You must be signed in to change notification settings

gitsridhar/inversionarray

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

inversionarray

Calculate number of inversions in an array - pair of numbers that are out of order

Array has elements like : 1,3,5,2,4,6.

These are the pairs of numbers that are out of order : 5, 2 3, 2 5, 4

Use divide and conquer method to handle large number of inputs.

About

Calculate number of inversions in an array - pair of numbers that are out of order

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages