<feed xmlns="http://www.w3.org/2005/Atom"> <id>https://rohanroy8.github.io/</id><title>Roy's Blog</title><subtitle>A personal blog where I post about my philosophical musings and my learnings related to computer science field such as DSA, web development.</subtitle> <updated>2026-06-10T17:41:18+00:00</updated> <author> <name>Rohan Roy</name> <uri>https://rohanroy8.github.io/</uri> </author><link rel="self" type="application/atom+xml" href="https://rohanroy8.github.io/feed.xml"/><link rel="alternate" type="text/html" hreflang="en" href="https://rohanroy8.github.io/"/> <generator uri="https://jekyllrb.com/" version="4.4.1">Jekyll</generator> <rights> © 2026 Rohan Roy </rights> <icon>/assets/img/favicons/favicon.ico</icon> <logo>/assets/img/favicons/favicon-96x96.png</logo> <entry><title>Asymptotic Notation</title><link href="https://rohanroy8.github.io/posts/Asymptotic-Notation/" rel="alternate" type="text/html" title="Asymptotic Notation" /><published>2025-12-07T00:00:00+00:00</published> <updated>2025-12-10T18:36:52+00:00</updated> <id>https://rohanroy8.github.io/posts/Asymptotic-Notation/</id> <content type="text/html" src="https://rohanroy8.github.io/posts/Asymptotic-Notation/" /> <author> <name>Rohan Roy</name> </author> <category term="Programming" /> <category term="DSA" /> <summary>Notes: Big O: Gives the tight upper bound of the given function O(g(n)) = f(n) eg:- f(n) = n⁴ + 100n² + 10n + 50 g(n) = n⁴, is the upper bound g(n) gives the maximum rate of growth for f(n) Guidelines for analysis: Loops: for(i=0; i&amp;lt;=n; i++) //executes n times m=m+2 //constant time total time = c*n = cn = O(n) Nested loop: ...</summary> </entry> </feed>
