---
title: Time Complexity and Merge Sort
pageLayout: default
slug: notes/Algorithms-and-Data-Structures/Time-Complexity-and-Merge-Sort
permalink: https://stateless.computer/notes/Algorithms-and-Data-Structures/Time-Complexity-and-Merge-Sort.md
generator:
  quartz: v4.5.2
  hostedProvider: Cloudflare
  baseUrl: stateless.computer
full: https://stateless.computer/llms-full.txt
---
Time complexity is not measured in physical sense of time because of variation of the machine where the code is run. But what we can measure is number of operations.

