<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>space complexity - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/space-complexity/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/space-complexity/</link>
	<description>Interview Questions</description>
	<lastBuildDate>Fri, 03 Sep 2021 06:30:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>

<image>
	<url>https://www.wikitechy.com/interview-questions/wp-content/uploads/2025/10/cropped-wikitechy-icon-32x32.png</url>
	<title>space complexity - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/space-complexity/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>What is space complexity of the program ?</title>
		<link>https://www.wikitechy.com/interview-questions/programming/what-is-space-complexity-of-the-program/</link>
					<comments>https://www.wikitechy.com/interview-questions/programming/what-is-space-complexity-of-the-program/#respond</comments>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Fri, 27 Aug 2021 00:53:28 +0000</pubDate>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[Cognizant Interview Questions]]></category>
		<category><![CDATA[Craterzone Interview Questions and Answers]]></category>
		<category><![CDATA[difference between time and space complexity]]></category>
		<category><![CDATA[how to calculate space complexity]]></category>
		<category><![CDATA[Most Asked Sapient Nitro Interview Questions]]></category>
		<category><![CDATA[sapient nitro interview questions and answers]]></category>
		<category><![CDATA[Sapient Nitro Placement Questions and Answers]]></category>
		<category><![CDATA[space complexity]]></category>
		<category><![CDATA[space complexity examples]]></category>
		<category><![CDATA[space complexity in data structure]]></category>
		<category><![CDATA[space complexity notation]]></category>
		<category><![CDATA[space complexity of an algorithm]]></category>
		<category><![CDATA[space complexity of sorting algorithms]]></category>
		<category><![CDATA[Time and Space Complexity]]></category>
		<category><![CDATA[time and space complexity of algorithms]]></category>
		<category><![CDATA[Time and Space Complexity Tutorials]]></category>
		<category><![CDATA[time complexity and space complexity]]></category>
		<category><![CDATA[time space complexity]]></category>
		<category><![CDATA[What does 'Space Complexity' mean]]></category>
		<category><![CDATA[What is O 1 space complexity]]></category>
		<category><![CDATA[What is space and time complexity]]></category>
		<category><![CDATA[What is Space Complexity]]></category>
		<category><![CDATA[what is Space Complexity and Why measuring it]]></category>
		<category><![CDATA[What is space complexity in data structure]]></category>
		<category><![CDATA[What is time complexity C]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=2592</guid>

					<description><![CDATA[Answer : C. Amount of memory required by the program to run]]></description>
										<content:encoded><![CDATA[<div class="TextHeading">
<div class="hddn">
<p class="color-pink">What is space complexity of the program ?</p>
<div class="row">
<div class="col-sm-12">
<p>A. Amount of hard disk space required to store the program</p>
</div>
<div class="col-sm-12">
<p>B. Amount of hard disk space required to compile the program</p>
</div>
<div class="col-sm-12">
<p>C. Amount of memory required by the program to run</p>
</div>
<div class="col-sm-12">
<p>D. Amount of memory required by the program to compile</p>
</div>
</div>
</div>
</div>
<h3 id="answer-c-amount-of-memory-required-by-the-program-to-run"><b>Answer : </b>C. Amount of memory required by the program to run</h3>
<div class="subheading">
<h2 id="explanation">Explanation :</h2>
</div>
<div class="Content">
<div class="hddn">
<ul>
<li>Space complexity is a measure of how efficient your code is in terms of memory used.</li>
</ul>
</div>
</div>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/programming/what-is-space-complexity-of-the-program/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
