<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://charlesreid1.com/w/index.php?action=history&amp;feed=atom&amp;title=Theta_vs_Big_O</id>
	<title>Theta vs Big O - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://charlesreid1.com/w/index.php?action=history&amp;feed=atom&amp;title=Theta_vs_Big_O"/>
	<link rel="alternate" type="text/html" href="https://charlesreid1.com/w/index.php?title=Theta_vs_Big_O&amp;action=history"/>
	<updated>2026-06-20T01:25:34Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.12</generator>
	<entry>
		<id>https://charlesreid1.com/w/index.php?title=Theta_vs_Big_O&amp;diff=18839&amp;oldid=prev</id>
		<title>Admin: Admin moved page Theta versus Big O to Theta vs Big O</title>
		<link rel="alternate" type="text/html" href="https://charlesreid1.com/w/index.php?title=Theta_vs_Big_O&amp;diff=18839&amp;oldid=prev"/>
		<updated>2017-06-27T04:39:41Z</updated>

		<summary type="html">&lt;p&gt;Admin moved page &lt;a href=&quot;/wiki/Theta_versus_Big_O&quot; class=&quot;mw-redirect&quot; title=&quot;Theta versus Big O&quot;&gt;Theta versus Big O&lt;/a&gt; to &lt;a href=&quot;/wiki/Theta_vs_Big_O&quot; title=&quot;Theta vs Big O&quot;&gt;Theta vs Big O&lt;/a&gt;&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 04:39, 27 June 2017&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
	<entry>
		<id>https://charlesreid1.com/w/index.php?title=Theta_vs_Big_O&amp;diff=18829&amp;oldid=prev</id>
		<title>Admin: Created page with &quot;One of the things that you&#039;ll notice as you peruse algorithm and data structure textbooks is that there tend to be two camps: the Big O camp, and the Theta camp.  This page ad...&quot;</title>
		<link rel="alternate" type="text/html" href="https://charlesreid1.com/w/index.php?title=Theta_vs_Big_O&amp;diff=18829&amp;oldid=prev"/>
		<updated>2017-06-27T04:17:40Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot;One of the things that you&amp;#039;ll notice as you peruse algorithm and data structure textbooks is that there tend to be two camps: the Big O camp, and the Theta camp.  This page ad...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;One of the things that you&amp;#039;ll notice as you peruse algorithm and data structure textbooks is that there tend to be two camps: the Big O camp, and the Theta camp.&lt;br /&gt;
&lt;br /&gt;
This page addresses some of the reasons why you would use one versus the other.&lt;br /&gt;
&lt;br /&gt;
==Why Big O==&lt;br /&gt;
&lt;br /&gt;
This is the more common concept, and is used because it is often easier to intuit about. The big O complexity class refers to an upper bound on the cost of the algorithm. It&amp;#039;s a coarser and less rigorous way of comparing algorithms.&lt;br /&gt;
&lt;br /&gt;
This is the approach you see in most textbooks, undergraduate material, etc. &lt;br /&gt;
&lt;br /&gt;
==Why Theta==&lt;br /&gt;
&lt;br /&gt;
Theta is a lower bound - a big-Theta cost of T(f(n)) says you can never do better than f(n) in terms of cost. This is a way of talking about the cost of the absolute best your algorithm will be able to do.&lt;br /&gt;
&lt;br /&gt;
MIT lecturers often make use of Theta(n).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Category:Algorithms]]&lt;br /&gt;
[[Category:CS]]&lt;br /&gt;
{{CSFlag}}&lt;/div&gt;</summary>
		<author><name>Admin</name></author>
	</entry>
</feed>