Skip to content

Faizanabid36/Block-Sort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

Block-Sort

Block sort, or block merge sort, is a sorting algorithm combining at least two merge operations with an insertion sort. It gets its name from the observation that merging two sorted lists, A and B, is equivalent to breaking A into evenly sized blocks, inserting each A block into B under special rules, and merging AB pairs.

Group Members

Faizan Abid (17B-057-SE)

Hamza Khalid (17B-027-SE)

Ibad Hashmi (17B-022-SE)

Releases

No releases published

Packages

No packages published

Languages