<?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>Programming Questions Archives - Web Rewrite</title>
	<atom:link href="https://webrewrite.com/tag/programming-questions/feed/" rel="self" type="application/rss+xml" />
	<link></link>
	<description>Technology Blog Where You Find Programming Tips and Tricks</description>
	<lastBuildDate>Sat, 30 Apr 2022 00:30:58 +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>
	<item>
		<title>Find Duplicate Characters in a String &#124; Java Code</title>
		<link>https://webrewrite.com/find-duplicate-characters-string-java-code/</link>
					<comments>https://webrewrite.com/find-duplicate-characters-string-java-code/#disqus_thread</comments>
		
		<dc:creator><![CDATA[WebRewrite]]></dc:creator>
		<pubDate>Wed, 20 Mar 2019 16:49:37 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[HashMap]]></category>
		<category><![CDATA[HashSet]]></category>
		<category><![CDATA[Programming Questions]]></category>
		<category><![CDATA[string]]></category>
		<guid isPermaLink="false">https://webrewrite.com/?p=2804</guid>

					<description><![CDATA[<p> <a class="continue-reading-link" href="https://webrewrite.com/find-duplicate-characters-string-java-code/"> <span class="meta-nav">&#8594; </span></a></p>
<p>The post <a href="https://webrewrite.com/find-duplicate-characters-string-java-code/">Find Duplicate Characters in a String | Java Code</a> appeared first on <a href="https://webrewrite.com">Web Rewrite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://webrewrite.com/find-duplicate-characters-string-java-code/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Java Program to Find Missing Number in Array</title>
		<link>https://webrewrite.com/java-program-to-find-missing-number-in-array/</link>
					<comments>https://webrewrite.com/java-program-to-find-missing-number-in-array/#disqus_thread</comments>
		
		<dc:creator><![CDATA[WebRewrite]]></dc:creator>
		<pubDate>Mon, 02 Oct 2017 10:39:41 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Missing Number]]></category>
		<category><![CDATA[Programming Questions]]></category>
		<guid isPermaLink="false">http://webrewrite.com/?p=2443</guid>

					<description><![CDATA[<p> <a class="continue-reading-link" href="https://webrewrite.com/java-program-to-find-missing-number-in-array/"> <span class="meta-nav">&#8594; </span></a></p>
<p>The post <a href="https://webrewrite.com/java-program-to-find-missing-number-in-array/">Java Program to Find Missing Number in Array</a> appeared first on <a href="https://webrewrite.com">Web Rewrite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://webrewrite.com/java-program-to-find-missing-number-in-array/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Binary Search in Java</title>
		<link>https://webrewrite.com/implement-binary-search-in-java/</link>
					<comments>https://webrewrite.com/implement-binary-search-in-java/#disqus_thread</comments>
		
		<dc:creator><![CDATA[WebRewrite]]></dc:creator>
		<pubDate>Sun, 10 Sep 2017 03:08:20 +0000</pubDate>
				<category><![CDATA[Java]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Binary Search]]></category>
		<category><![CDATA[Programming Questions]]></category>
		<guid isPermaLink="false">http://webrewrite.com/?p=2425</guid>

					<description><![CDATA[<p> <a class="continue-reading-link" href="https://webrewrite.com/implement-binary-search-in-java/"> <span class="meta-nav">&#8594; </span></a></p>
<p>The post <a href="https://webrewrite.com/implement-binary-search-in-java/">Binary Search in Java</a> appeared first on <a href="https://webrewrite.com">Web Rewrite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://webrewrite.com/implement-binary-search-in-java/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
		<item>
		<title>Find Pair of Elements in an Array whose Sum is Equal to a given number</title>
		<link>https://webrewrite.com/find-pair-elements-array-whose-sum-equal-given-number/</link>
					<comments>https://webrewrite.com/find-pair-elements-array-whose-sum-equal-given-number/#disqus_thread</comments>
		
		<dc:creator><![CDATA[WebRewrite]]></dc:creator>
		<pubDate>Fri, 15 Aug 2014 03:06:36 +0000</pubDate>
				<category><![CDATA[InterviewQuestions]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[Interview Questions]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming Questions]]></category>
		<guid isPermaLink="false">http://webrewrite.com/?p=1498</guid>

					<description><![CDATA[<p> <a class="continue-reading-link" href="https://webrewrite.com/find-pair-elements-array-whose-sum-equal-given-number/"> <span class="meta-nav">&#8594; </span></a></p>
<p>The post <a href="https://webrewrite.com/find-pair-elements-array-whose-sum-equal-given-number/">Find Pair of Elements in an Array whose Sum is Equal to a given number</a> appeared first on <a href="https://webrewrite.com">Web Rewrite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://webrewrite.com/find-pair-elements-array-whose-sum-equal-given-number/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>C Program to Count Number of Words in a String</title>
		<link>https://webrewrite.com/program-count-number-words-string/</link>
					<comments>https://webrewrite.com/program-count-number-words-string/#disqus_thread</comments>
		
		<dc:creator><![CDATA[WebRewrite]]></dc:creator>
		<pubDate>Fri, 08 Aug 2014 16:19:09 +0000</pubDate>
				<category><![CDATA[InterviewQuestions]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Programming Questions]]></category>
		<category><![CDATA[string]]></category>
		<guid isPermaLink="false">http://webrewrite.com/?p=1492</guid>

					<description><![CDATA[<p> <a class="continue-reading-link" href="https://webrewrite.com/program-count-number-words-string/"> <span class="meta-nav">&#8594; </span></a></p>
<p>The post <a href="https://webrewrite.com/program-count-number-words-string/">C Program to Count Number of Words in a String</a> appeared first on <a href="https://webrewrite.com">Web Rewrite</a>.</p>
]]></description>
		
					<wfw:commentRss>https://webrewrite.com/program-count-number-words-string/feed/</wfw:commentRss>
			<slash:comments>0</slash:comments>
		
		
			</item>
	</channel>
</rss>
