<?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>technicalganesh &#187; Algorithms</title>
	<atom:link href="http://www.technicalganesh.com/category/algorithms/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.technicalganesh.com</link>
	<description>formatting the future...</description>
	<lastBuildDate>Thu, 29 Apr 2010 14:35:47 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Week days and Calender program in C</title>
		<link>http://www.technicalganesh.com/algorithms/week-days-and-calender-program-in-c/</link>
		<comments>http://www.technicalganesh.com/algorithms/week-days-and-calender-program-in-c/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 01:46:49 +0000</pubDate>
		<dc:creator>Ganesh Kumar</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[C]]></category>
		<category><![CDATA[Classical Languages & Tools]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.technicalganesh.com/?p=33</guid>
		<description><![CDATA[




Introduction
Though all of the programming languages enhanced to provide basic date, time and calendar calculations, writing hard logic for a simple requirements such as calander improves our programming skill. Let us consider about calculating day of a week for a given date and calender for a given month in C language. This is for helping learners of C language.
A little logic
Initially these programs store number of days in all 12 months in an array. Julian Day is the number which represents the day number of that date in all 365 ...]]></description>
		<wfw:commentRss>http://www.technicalganesh.com/algorithms/week-days-and-calender-program-in-c/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Producer-Consumer Problem in Java</title>
		<link>http://www.technicalganesh.com/algorithms/producer-consumer-problem-in-java/</link>
		<comments>http://www.technicalganesh.com/algorithms/producer-consumer-problem-in-java/#comments</comments>
		<pubDate>Sat, 24 Oct 2009 00:41:42 +0000</pubDate>
		<dc:creator>Ganesh Kumar</dc:creator>
				<category><![CDATA[Algorithms]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[Programming]]></category>

		<guid isPermaLink="false">http://www.technicalganesh.com/?p=9</guid>
		<description><![CDATA[




The Producer-Consumer problem is the traditional one to explain the concept of multitasking with shared memory access in operating systems. This program demonstrates how a shared memory is being accessed by two different threads which run concurrently through an Applet. The producer thread continuously produces an item (here it generates a random number) and inserts into the stockpile (here it is an array limited in size), until space exists. The other thread named consumer, consumes an item (here it simply removes the item from the array). If there is no ...]]></description>
		<wfw:commentRss>http://www.technicalganesh.com/algorithms/producer-consumer-problem-in-java/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
