Skip to search formSkip to main contentSkip to account menu

Merge sort

Known as: Balanced merge sort, Mergesort, Array merging 
In computer science, merge sort (also commonly spelled mergesort) is an efficient, general-purpose, comparison-based sorting algorithm. Most… 
Wikipedia (opens in a new tab)

Papers overview

Semantic Scholar uses AI to extract papers important to this topic.
2014
2014
The Open Directory Project (ODP) is a large scale, high quality and publicly available web directory utilized in many studies and… 
2014
2014
Given an array with n elements, we want to rearrange them in ascending order. Sorting algorithms such as the Bubble, Insertion… 
2014
2014
Efficient storage and querying of large repositories of RDF content is important due to the widespread growth of Semantic Web and… 
2011
2011
Schema merging is the process of incorporating data models into an integrated, consistent schema from which query solutions… 
2009
2009
Limited bandwidth to off-chip main memory poses a problem in chip multiprocessors for streaming applications, such as Cell BE… 
2008
2008
Given an array with n elements, we want to rearrange them in ascending order. Sorting algorithms such as the Bubble, Insertion… 
2007
2007
Creating mappings between ontologies is a common way of approaching the semantic heterogeneity problem on the SemanticWeb. To fit… 
Review
2006
Review
2006
A brief review is given of the aspects of galaxy formation and evolution that are relevant to understanding the origin of the… 
2005
2005
In MRF based unsupervised segmentation, the MRF model parameters are typically estimated globally. Those global statistics… 
1998
1998
Abstract. We demonstrate that if standard Mergesort is implemented using finger search trees instead of arrays it optimally…