<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>Bytes - answers</title>
		<link>http://bytes.com</link>
		<description>Algorithms and Advanced Maths - Get answers to questions about Maths Logic and Algorithm maths as it relates to programming.</description>
		<language>en</language>
		<lastBuildDate>Sat, 21 Nov 2009 02:01:11 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://bytes.com/images/misc/rss.jpg</url>
			<title>Bytes - answers</title>
			<link>http://bytes.com</link>
		</image>
		<item>
			<title><![CDATA[Writing an algorithm to spell the word "OREGON" in pep7 language machine..]]></title>
			<link>http://bytes.com/topic/algorithms/answers/877218-writing-algorithm-spell-word-oregon-pep7-language-machine</link>
			<pubDate>Wed, 18 Nov 2009 06:09:00 GMT</pubDate>
			<description><![CDATA[Write "o" 
write "r" 
write "e" 
write "g" 
write "o" 
write "n" 
.end]]></description>
			<content:encoded><![CDATA[<div>Write &quot;o&quot;<br />
write &quot;r&quot;<br />
write &quot;e&quot;<br />
write &quot;g&quot;<br />
write &quot;o&quot;<br />
write &quot;n&quot;<br />
.end</div>

]]></content:encoded>
			<category domain="http://bytes.com/topic/algorithms/answers/">answers</category>
			<dc:creator>shine1lytskin28</dc:creator>
			<guid isPermaLink="true">http://bytes.com/topic/algorithms/answers/877218-writing-algorithm-spell-word-oregon-pep7-language-machine</guid>
		</item>
		<item>
			<title>What is Computer Theory?</title>
			<link>http://bytes.com/topic/algorithms/answers/877138-what-computer-theory</link>
			<pubDate>Tue, 17 Nov 2009 05:03:19 GMT</pubDate>
			<description>Well, if you need some information to the issues just email for help. I can help you for just a general information about it.</description>
			<content:encoded><![CDATA[<div>Well, if you need some information to the issues just email for help. I can help you for just a general information about it.</div>

]]></content:encoded>
			<category domain="http://bytes.com/topic/algorithms/answers/">answers</category>
			<dc:creator>renaik</dc:creator>
			<guid isPermaLink="true">http://bytes.com/topic/algorithms/answers/877138-what-computer-theory</guid>
		</item>
		<item>
			<title>Extracting data from a line in field with written text</title>
			<link>http://bytes.com/topic/algorithms/answers/876525-extracting-data-line-field-written-text</link>
			<pubDate>Wed, 04 Nov 2009 10:38:10 GMT</pubDate>
			<description>I have an article in one cell of an Excel, from which I wanted the words in the second line. 
 
 
The article is  
 
Exclusive: Goldman hires Mike...</description>
			<content:encoded><![CDATA[<div>I have an article in one cell of an Excel, from which I wanted the words in the second line.<br />
<br />
<br />
The article is <br />
<br />
Exclusive: Goldman hires Mike Workman from UBS ahead of sovereign Eurobond decision<br />
Emergingmarkets, 02 Nov 2009<br />
<br />
http://emergingmarkets.me/2009/11/goldman-hires-mike-workman-from-ubs-ahead-of-sovereign-eurobond-decision/<br />
<br />
Goldman Sachs have hired Michael Workman from UBS for a senior role in fixed income just as the US investment bank expects to land a key role on Russia’s $17bn Sovereign Eurobond issue.<br />
<br />
The Wall Street Bank declined to comment but a source close to Goldman Sachs in Moscow confirmed Workman had already joined their Moscow operation in “a senior role.”<br />
<br />
<br />
I wanted to take out only the data in the second line i.e. &quot;Emergingmarkets, 02 Nov 2009&quot;<br />
<br />
<br />
Can anyone help me in this???</div>

]]></content:encoded>
			<category domain="http://bytes.com/topic/algorithms/answers/">answers</category>
			<dc:creator>Ainudeen</dc:creator>
			<guid isPermaLink="true">http://bytes.com/topic/algorithms/answers/876525-extracting-data-line-field-written-text</guid>
		</item>
		<item>
			<title>Complexity Problem</title>
			<link>http://bytes.com/topic/algorithms/answers/876492-complexity-problem</link>
			<pubDate>Tue, 03 Nov 2009 19:37:51 GMT</pubDate>
			<description><![CDATA[I have an algorithm wich I'm trying my best to find it's complexity but I realy have a problem with recursions. I have two versions. 
I've come down...]]></description>
			<content:encoded><![CDATA[<div>I have an algorithm wich I'm trying my best to find it's complexity but I realy have a problem with recursions. I have two versions.<br />
I've come down to this:<br />
Version1: T(n)  = 2n * Sum(1&lt;i&lt;n)[ T(i) + T(n-i) ]<br />
Version2: T(n) = n * Sum(1&lt;i&lt;n)[ T(i) + T(n-i) ]<br />
<br />
I wanna know the complexity in the form of O(something), can anyone enlight me on this?</div>

]]></content:encoded>
			<category domain="http://bytes.com/topic/algorithms/answers/">answers</category>
			<dc:creator>desaurido</dc:creator>
			<guid isPermaLink="true">http://bytes.com/topic/algorithms/answers/876492-complexity-problem</guid>
		</item>
	</channel>
</rss>
