<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>A Quest for Technical Expertise</title>
	<atom:link href="http://ksearch.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://ksearch.wordpress.com</link>
	<description>A never ending odyssey for technical knowledge enrichment!</description>
	<lastBuildDate>Tue, 17 Jan 2012 13:33:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='ksearch.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>A Quest for Technical Expertise</title>
		<link>http://ksearch.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://ksearch.wordpress.com/osd.xml" title="A Quest for Technical Expertise" />
	<atom:link rel='hub' href='http://ksearch.wordpress.com/?pushpress=hub'/>
		<item>
		<title>How to change drive from within a Microsoft Windows batch file?</title>
		<link>http://ksearch.wordpress.com/2012/01/17/change-drive-in-batch-file/</link>
		<comments>http://ksearch.wordpress.com/2012/01/17/change-drive-in-batch-file/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 13:29:48 +0000</pubDate>
		<dc:creator>Santhosh</dc:creator>
				<category><![CDATA[Operating System]]></category>
		<category><![CDATA[bat]]></category>
		<category><![CDATA[batch]]></category>
		<category><![CDATA[microsoft windows]]></category>
		<category><![CDATA[operation system]]></category>

		<guid isPermaLink="false">https://ksearch.wordpress.com/?p=319</guid>
		<description><![CDATA[This post describes how to change a drive from within batch script in Microsoft Windows. It also sheds light on how to navigate to a specific folder within some drive from some other drive programmatically.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ksearch.wordpress.com&amp;blog=15767561&amp;post=319&amp;subd=ksearch&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ksearch.wordpress.com/2012/01/17/change-drive-in-batch-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/33b71d696cee31725b13647222564f9c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Santhosh</media:title>
		</media:content>
	</item>
		<item>
		<title>How to print absolute path of a file with &#8216;ls&#8217;?</title>
		<link>http://ksearch.wordpress.com/2011/10/21/print-absolute-path-with-ls/</link>
		<comments>http://ksearch.wordpress.com/2011/10/21/print-absolute-path-with-ls/#comments</comments>
		<pubDate>Fri, 21 Oct 2011 05:05:58 +0000</pubDate>
		<dc:creator>Santhosh</dc:creator>
				<category><![CDATA[Shell Scripting]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[shell commands]]></category>

		<guid isPermaLink="false">https://ksearch.wordpress.com/2011/10/21/print-absolute-path-with-ls/</guid>
		<description><![CDATA[Most often while creating shell scripts, you may fall in need of fetching a list of files with absolute path. By default, the output of 'ls' command contains relative paths of the files and directories.

This post will shed some light on how to use 'ls' such that the output contains absolute path of files and directories.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ksearch.wordpress.com&amp;blog=15767561&amp;post=318&amp;subd=ksearch&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ksearch.wordpress.com/2011/10/21/print-absolute-path-with-ls/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/33b71d696cee31725b13647222564f9c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Santhosh</media:title>
		</media:content>
	</item>
		<item>
		<title>Algorithms &#8211; Sorting &#8211; Quick Sort &#8211; Source Code</title>
		<link>http://ksearch.wordpress.com/2011/07/28/quick-sort-source-code/</link>
		<comments>http://ksearch.wordpress.com/2011/07/28/quick-sort-source-code/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 10:58:45 +0000</pubDate>
		<dc:creator>Santhosh</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[quicksort]]></category>
		<category><![CDATA[Sorting]]></category>
		<category><![CDATA[Source Code]]></category>

		<guid isPermaLink="false">https://ksearch.wordpress.com/2011/07/28/quick-sort-source-code/</guid>
		<description><![CDATA[This article provides the source code for the Quick Sort algorithm discussed in http://ksearch.wordpress.com/2011/07/28/quick-sort-algorithm/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ksearch.wordpress.com&amp;blog=15767561&amp;post=223&amp;subd=ksearch&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ksearch.wordpress.com/2011/07/28/quick-sort-source-code/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/33b71d696cee31725b13647222564f9c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Santhosh</media:title>
		</media:content>
	</item>
		<item>
		<title>Algorithms &#8211; Sorting &#8211; Quick Sort</title>
		<link>http://ksearch.wordpress.com/2011/07/28/quick-sort-algorithm/</link>
		<comments>http://ksearch.wordpress.com/2011/07/28/quick-sort-algorithm/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 10:41:54 +0000</pubDate>
		<dc:creator>Santhosh</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[partition]]></category>
		<category><![CDATA[quicksort]]></category>
		<category><![CDATA[Sorting]]></category>

		<guid isPermaLink="false">https://ksearch.wordpress.com/2011/07/28/quick-sort-algorithm/</guid>
		<description><![CDATA[This article describes the quicksort algorithm.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ksearch.wordpress.com&amp;blog=15767561&amp;post=220&amp;subd=ksearch&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ksearch.wordpress.com/2011/07/28/quick-sort-algorithm/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/33b71d696cee31725b13647222564f9c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Santhosh</media:title>
		</media:content>
	</item>
		<item>
		<title>Algorithms &#8211; Sorting &#8211; Insertion Sort</title>
		<link>http://ksearch.wordpress.com/2011/07/28/insertion-sort/</link>
		<comments>http://ksearch.wordpress.com/2011/07/28/insertion-sort/#comments</comments>
		<pubDate>Thu, 28 Jul 2011 04:05:16 +0000</pubDate>
		<dc:creator>Santhosh</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Insertion]]></category>
		<category><![CDATA[Sorting]]></category>

		<guid isPermaLink="false">https://ksearch.wordpress.com/2011/07/28/insertion-sort/</guid>
		<description><![CDATA[This article outlines the algorithm for insertion sort and a sample implementation in C++.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ksearch.wordpress.com&amp;blog=15767561&amp;post=219&amp;subd=ksearch&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ksearch.wordpress.com/2011/07/28/insertion-sort/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/33b71d696cee31725b13647222564f9c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Santhosh</media:title>
		</media:content>
	</item>
		<item>
		<title>Data Structures: Key points about a Binary Tree &#8211; Part 2</title>
		<link>http://ksearch.wordpress.com/2011/07/27/key-points-binary-tree-part-2/</link>
		<comments>http://ksearch.wordpress.com/2011/07/27/key-points-binary-tree-part-2/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 16:52:34 +0000</pubDate>
		<dc:creator>Santhosh</dc:creator>
				<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Binary]]></category>
		<category><![CDATA[Binary Tree]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Interview]]></category>
		<category><![CDATA[Tree]]></category>

		<guid isPermaLink="false">https://ksearch.wordpress.com/2011/07/27/key-points-binary-tree-part-2/</guid>
		<description><![CDATA[This article continues describing binary trees and key points about them. This is an extension of the part 1 article: http://ksearch.wordpress.com/2011/07/27/key-points-binary-tree/<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ksearch.wordpress.com&amp;blog=15767561&amp;post=216&amp;subd=ksearch&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ksearch.wordpress.com/2011/07/27/key-points-binary-tree-part-2/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/33b71d696cee31725b13647222564f9c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Santhosh</media:title>
		</media:content>

		<media:content url="https://blufiles.storage.live.com/y1pvKNazMStJ6go6nfuYaQLpuvvR4cbTFUhxyEhIntz2McvPUhZOoKmHACV__pZa9A1g-H-jiDPpbU/Strictly-Binary-Tree.png?psid=1" medium="image" />

		<media:content url="http://ksearch.files.wordpress.com/2011/07/clip_image0027_thumb.gif" medium="image">
			<media:title type="html">clip_image002[7]</media:title>
		</media:content>

		<media:content url="http://ksearch.files.wordpress.com/2011/07/clip_image0029_thumb.gif" medium="image">
			<media:title type="html">clip_image002[9]</media:title>
		</media:content>

		<media:content url="http://ksearch.files.wordpress.com/2011/07/clip_image00211_thumb.gif" medium="image">
			<media:title type="html">clip_image002[11]</media:title>
		</media:content>

		<media:content url="http://ksearch.files.wordpress.com/2011/07/clip_image00215_thumb.gif" medium="image">
			<media:title type="html">clip_image002[15]</media:title>
		</media:content>

		<media:content url="http://ksearch.files.wordpress.com/2011/07/clip_image00217_thumb.gif" medium="image">
			<media:title type="html">clip_image002[17]</media:title>
		</media:content>
	</item>
		<item>
		<title>Data Structures: Key points about a Binary Tree &#8211; Part 1</title>
		<link>http://ksearch.wordpress.com/2011/07/27/key-points-binary-tree/</link>
		<comments>http://ksearch.wordpress.com/2011/07/27/key-points-binary-tree/#comments</comments>
		<pubDate>Wed, 27 Jul 2011 15:54:18 +0000</pubDate>
		<dc:creator>Santhosh</dc:creator>
				<category><![CDATA[Data Structures]]></category>
		<category><![CDATA[Binary]]></category>
		<category><![CDATA[Binary Tree]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Interview]]></category>
		<category><![CDATA[Tree]]></category>

		<guid isPermaLink="false">https://ksearch.wordpress.com/2011/07/27/key-points-binary-tree/</guid>
		<description><![CDATA[This article jots down few key points to remember about a Binary Tree. These are usually helpful during an interview on Data Structures.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ksearch.wordpress.com&amp;blog=15767561&amp;post=203&amp;subd=ksearch&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ksearch.wordpress.com/2011/07/27/key-points-binary-tree/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/33b71d696cee31725b13647222564f9c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Santhosh</media:title>
		</media:content>

		<media:content url="http://blufiles.storage.live.com/y1pcc-mSIsYuXBltepTmv5e98wMapFT06PKFAcoPQiGKDv-iJUqb8DqiC47r8NIvzlykrId8eB3UZA/Binary-Tree.png?psid=1.png?psid=1" medium="image" />

		<media:content url="https://blufiles.storage.live.com/y1pvKNazMStJ6go6nfuYaQLpuvvR4cbTFUhxyEhIntz2McvPUhZOoKmHACV__pZa9A1g-H-jiDPpbU/Strictly-Binary-Tree.png?psid=1" medium="image" />

		<media:content url="https://blufiles.storage.live.com/y1pMnWrSXr2SwFqcpEyh496Y3TanZzrCZN6vOhVSOeARUcxlktNQGhzANURrU_ivZkzEXGb7-XaUDw/Strictly-Binary-Tree-Level.png?psid=1" medium="image" />
	</item>
		<item>
		<title>Bubble Sort &#8211; Source Code</title>
		<link>http://ksearch.wordpress.com/2011/07/26/bubble-sort-source-code/</link>
		<comments>http://ksearch.wordpress.com/2011/07/26/bubble-sort-source-code/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 14:04:20 +0000</pubDate>
		<dc:creator>Santhosh</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Bubble Sort]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Implementation]]></category>
		<category><![CDATA[Program]]></category>
		<category><![CDATA[Source Code]]></category>

		<guid isPermaLink="false">https://ksearch.wordpress.com/2011/07/26/bubble-sort-source-code/</guid>
		<description><![CDATA[Article providing the source code for Bubble Sort algorithm in C++.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ksearch.wordpress.com&amp;blog=15767561&amp;post=201&amp;subd=ksearch&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ksearch.wordpress.com/2011/07/26/bubble-sort-source-code/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/33b71d696cee31725b13647222564f9c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Santhosh</media:title>
		</media:content>
	</item>
		<item>
		<title>Sorting Algorithms&#8211;Bubble Sort</title>
		<link>http://ksearch.wordpress.com/2011/07/26/sorting-algorithms-bubble-sort/</link>
		<comments>http://ksearch.wordpress.com/2011/07/26/sorting-algorithms-bubble-sort/#comments</comments>
		<pubDate>Tue, 26 Jul 2011 10:46:43 +0000</pubDate>
		<dc:creator>Santhosh</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Bubble Sort]]></category>
		<category><![CDATA[Sorting]]></category>

		<guid isPermaLink="false">https://ksearch.wordpress.com/2011/07/26/sorting-algorithmsbubble-sort/</guid>
		<description><![CDATA[This post details Bubble Sort algorithm to sort integers and also provides C++ source code for the same.<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ksearch.wordpress.com&amp;blog=15767561&amp;post=199&amp;subd=ksearch&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ksearch.wordpress.com/2011/07/26/sorting-algorithms-bubble-sort/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/33b71d696cee31725b13647222564f9c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Santhosh</media:title>
		</media:content>
	</item>
		<item>
		<title>How much in one Million, Billion and Trillion (in short scale)?</title>
		<link>http://ksearch.wordpress.com/2011/07/21/how-much-in-one-million-billion-trillion/</link>
		<comments>http://ksearch.wordpress.com/2011/07/21/how-much-in-one-million-billion-trillion/#comments</comments>
		<pubDate>Thu, 21 Jul 2011 15:25:51 +0000</pubDate>
		<dc:creator>Santhosh</dc:creator>
				<category><![CDATA[Finance]]></category>
		<category><![CDATA[Billion]]></category>
		<category><![CDATA[Million]]></category>
		<category><![CDATA[Quintillion]]></category>
		<category><![CDATA[Septillion]]></category>
		<category><![CDATA[Sextillion]]></category>
		<category><![CDATA[Trillion]]></category>

		<guid isPermaLink="false">https://ksearch.wordpress.com/2011/07/21/how-much-in-one-million-billion-trillion-in-short-scale/</guid>
		<description><![CDATA[Do you know the value of one Million, Billion, Trillion, Quintillion, Sextillion and Septillion in short scale? If in doubt, check out this post!<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=ksearch.wordpress.com&amp;blog=15767561&amp;post=195&amp;subd=ksearch&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
		<wfw:commentRss>http://ksearch.wordpress.com/2011/07/21/how-much-in-one-million-billion-trillion/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/33b71d696cee31725b13647222564f9c?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">Santhosh</media:title>
		</media:content>
	</item>
	</channel>
</rss>
