<?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>What is the time complexity of quick sort - Wikitechy</title>
	<atom:link href="https://www.wikitechy.com/interview-questions/tag/what-is-the-time-complexity-of-quick-sort/feed/" rel="self" type="application/rss+xml" />
	<link>https://www.wikitechy.com/interview-questions/tag/what-is-the-time-complexity-of-quick-sort/</link>
	<description>Interview Questions</description>
	<lastBuildDate>Mon, 13 Sep 2021 10:34:33 +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>What is the time complexity of quick sort - Wikitechy</title>
	<link>https://www.wikitechy.com/interview-questions/tag/what-is-the-time-complexity-of-quick-sort/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>In case of the worst timing, which might be the worst to implement in sorting algorithm ?</title>
		<link>https://www.wikitechy.com/interview-questions/data-structure/in-case-of-the-worst-timing-which-might-be-the-worst-to-implement-in-sorting-algorithm/</link>
					<comments>https://www.wikitechy.com/interview-questions/data-structure/in-case-of-the-worst-timing-which-might-be-the-worst-to-implement-in-sorting-algorithm/#respond</comments>
		
		<dc:creator><![CDATA[Editor]]></dc:creator>
		<pubDate>Tue, 13 Jul 2021 10:52:07 +0000</pubDate>
				<category><![CDATA[Data Structure]]></category>
		<category><![CDATA[Accenture interview questions and answers]]></category>
		<category><![CDATA[Altimetrik India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Applied Materials interview questions and answers]]></category>
		<category><![CDATA[Bharti Airtel interview questions and answers]]></category>
		<category><![CDATA[BMC Software interview questions and answers]]></category>
		<category><![CDATA[Capgemini interview questions and answers]]></category>
		<category><![CDATA[CASTING NETWORKS INDIA PVT LIMITED interview questions and answers]]></category>
		<category><![CDATA[CGI Group Inc interview questions and answers]]></category>
		<category><![CDATA[Chetu interview questions and answers]]></category>
		<category><![CDATA[Ciena Corporation interview questions and answers]]></category>
		<category><![CDATA[Collabera Te interview questions and answers]]></category>
		<category><![CDATA[Dell International Services India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Flipkart interview questions and answers]]></category>
		<category><![CDATA[Genpact interview questions and answers]]></category>
		<category><![CDATA[Globallogic India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[IBM interview questions and answers]]></category>
		<category><![CDATA[Indecomm Global Services interview questions and answers]]></category>
		<category><![CDATA[merge sort worst case]]></category>
		<category><![CDATA[Most Asked Sapient Nitro Interview Questions]]></category>
		<category><![CDATA[Mphasis interview questions and answers]]></category>
		<category><![CDATA[NetApp interview questions and answers]]></category>
		<category><![CDATA[Oracle Corporation interview questions and answers]]></category>
		<category><![CDATA[quick sort example]]></category>
		<category><![CDATA[quick sort program in data structure]]></category>
		<category><![CDATA[quick sort pseudocode]]></category>
		<category><![CDATA[quick sort python]]></category>
		<category><![CDATA[quicksort best case example]]></category>
		<category><![CDATA[quicksort worst case example]]></category>
		<category><![CDATA[SAP Labs India Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Sapient Consulting Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[sorting algorithms]]></category>
		<category><![CDATA[Tech Mahindra interview questions and answers]]></category>
		<category><![CDATA[time complexity of sorting algorithms]]></category>
		<category><![CDATA[Tracxn Technologies Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[UnitedHealth Group interview questions and answers]]></category>
		<category><![CDATA[What are the worst and best cases for quick sort algorithms]]></category>
		<category><![CDATA[What is the time complexity of quick sort]]></category>
		<category><![CDATA[What is the worst case time complexity of quicksort]]></category>
		<category><![CDATA[When does Quicksort have its worst case -time complexity]]></category>
		<category><![CDATA[Wipro Infotech interview questions and answers]]></category>
		<category><![CDATA[WM Global Technology Services India Pvt.Ltd Limited (WMGTS) interview questions and answers]]></category>
		<category><![CDATA[worst time sorting algorithm]]></category>
		<category><![CDATA[Xoriant Solutions Pvt Ltd interview questions and answers]]></category>
		<category><![CDATA[Yodlee Infotech Pvt Ltd interview questions and answers]]></category>
		<guid isPermaLink="false">https://www.wikitechy.com/interview-questions/?p=464</guid>

					<description><![CDATA[Answer : A. Quick]]></description>
										<content:encoded><![CDATA[<div class="TextHeading">
<div class="hddn">
<h3 id="in-case-of-the-worst-timing-which-might-be-the-worst-to-implement-in-sorting-algorithm" class="color-pink" style="text-align: justify;">In case of the worst timing, which might be the worst to implement in sorting algorithm ?</h3>
<div class="row" style="text-align: justify;">
<div class="col-sm-6">
<p>A. Quick</p>
</div>
<div class="col-sm-6">
<p>B. Merge</p>
</div>
<div class="col-sm-6">
<p>C. Time</p>
</div>
<div class="col-sm-6">
<p>D. Heap</p>
</div>
</div>
<h3 id="answer-a-quick" style="text-align: justify;"><b>Answer : </b>A. Quick</h3>
</div>
</div>
<div class="subheading" style="text-align: justify;">
<h2 id="explanation">Explanation :</h2>
</div>
<div class="Content" style="text-align: justify;">
<div class="hddn">
<ul>
<li>Quick sort is a highly efficient sorting algorithm and is based on partitioning of array of data into smaller arrays.</li>
<li>A large array is partitioned into two arrays one of which holds values smaller than the specified value, approximately pivot, based on which the partition is made and another array holds values greater than the pivot value.</li>
<li>Quick sort partitions an array and then calls itself recursively twice to sort the two resulting subarrays.</li>
</ul>
</div>
</div>
<div class="ImageContent" style="text-align: justify;">
<div class="hddn"><img decoding="async" class="img-responsive center-block aligncenter" src="https://cdn.wikitechy.com/interview-questions/data-structure/quicksort-example.gif" alt="Quick Sort" /></div>
</div>
<p style="text-align: justify;">This algorithm is quite efficient for large-sized data sets as its average and worst case complexity are of <b>Ο(n<sup>2</sup>)</b>, where n is the number of items.</p>
]]></content:encoded>
					
					<wfw:commentRss>https://www.wikitechy.com/interview-questions/data-structure/in-case-of-the-worst-timing-which-might-be-the-worst-to-implement-in-sorting-algorithm/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
