Notes
Algorithmic Pattern
Algorithmic Pattern
  • About
  • Arrays
    • Kadane’s Algorithm
    • Boyer Moore majority vote algorithm
  • Linked List
    • Linked List
    • Cycle Detection
    • Sorting
  • Stack
    • Stack
    • Monotonic Stack
    • Reversing an Array
    • Tower of Hanoi
  • Queue
    • Queue
    • Deques
    • Priority Queue
  • Heap
    • Heap
    • Binary Heap
    • Binomial Heap
  • Sort
    • Sorting
    • Insertion Sort
    • Selection Sort
    • Bubble Sort
    • Quick Sort
    • Merge Sort
    • Counting Sort
    • Pigeon Hole Sort
  • Tree
    • Centre of gravity
    • Shortest Path
    • Diameter of Tree
    • Binary Tree Traversal
  • Graph
    • Topological Sort
    • Tree Traversal
    • Graph
    • Cycle detection
  • Numerical Algorithms
    • GCD of two numbers
    • Performing Exponentiation
    • Finding If Number is Prime
    • Randomising Data
    • Prime Numbers
  • Miscellaneous
    • Finding the majority element
    • Rotate array by K steps
Powered by GitBook
On this page
  1. Sort

Merge Sort

PreviousQuick SortNextCounting Sort