Click here to Skip to main content
15,881,600 members
Articles / General Programming / Algorithms

Merge Sort algorithm developed with an Object Oriented approach

Rate me:
Please Sign up or sign in to vote.
4.56/5 (8 votes)
14 Nov 2012CPOL4 min read 43.9K   418   14  
A clean version of merge sort algorithm, implemented with classes and objects instead of the usual, unreadable big function.

Views

Daily Counts

Downloads

Weekly Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect
Switzerland Switzerland
I'm a software engineer, passionate about software development since I was 8yrs old.
I (almost) always worked with Microsoft technologies: from C++, VB and classic ASP, in the early 2thousands I moved to .NET Technologies...
My best expertise is about C# development on Web & Windows platforms, software architectures and design / testing patterns.

Comments and Discussions