Skip to content

Commit 2719ab6

Browse files
committed
style: fixed typo in big o post
1 parent 7856dc1 commit 2719ab6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/blog/introduction-to-big-o.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
layout: ../../layouts/PostLayout.astro
33
title: 'A brief introduction to Big-O'
44
pubDate: 2023-07-04
5-
description: 'What do we mean by efficient algorithms? How does the runtime of an algorithm grows as its input size grows?'
5+
description: 'What do we mean by efficient algorithms? How does the runtime of an algorithm grow as its input size grows?'
66
tags: ['big-o', 'complexity-analysis']
77
---
88

0 commit comments

Comments
 (0)