<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	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/"
		>
<channel>
	<title>Comments on: Needleman-Wunsch Algorithm</title>
	<atom:link href="http://itknowledgeexchange.techtarget.com/itanswers/needleman-wunsch-algorithm/feed/" rel="self" type="application/rss+xml" />
	<link>http://itknowledgeexchange.techtarget.com/itanswers/needleman-wunsch-algorithm/</link>
	<description></description>
	<lastBuildDate>Wed, 19 Jun 2013 19:19:38 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: ubuntuuser</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/needleman-wunsch-algorithm/#comment-74778</link>
		<dc:creator>ubuntuuser</dc:creator>
		<pubDate>Fri, 12 Mar 2010 01:31:32 +0000</pubDate>
		<guid isPermaLink="false">#comment-74778</guid>
		<description><![CDATA[Thanks guys]]></description>
		<content:encoded><![CDATA[<p>Thanks guys</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: kccrosser</title>
		<link>http://itknowledgeexchange.techtarget.com/itanswers/needleman-wunsch-algorithm/#comment-74761</link>
		<dc:creator>kccrosser</dc:creator>
		<pubDate>Thu, 11 Mar 2010 19:24:34 +0000</pubDate>
		<guid isPermaLink="false">#comment-74761</guid>
		<description><![CDATA[To dynamically increase the bounds of your arrays, use the ReDim statement.

ReDim Matrix(Seq2.text.length, Seq1.text.length)
ReDim RowColPointer(Seq2.text.length, Seq1.text.length)

Note - if you dynamically ReDim an array after any values have been set in the array, you must use &quot;ReDim Preserve &lt;name&gt;(&lt;newbounds&gt;)&quot;.]]></description>
		<content:encoded><![CDATA[<p>To dynamically increase the bounds of your arrays, use the ReDim statement.</p>
<p>ReDim Matrix(Seq2.text.length, Seq1.text.length)<br />
ReDim RowColPointer(Seq2.text.length, Seq1.text.length)</p>
<p>Note &#8211; if you dynamically ReDim an array after any values have been set in the array, you must use &#8220;ReDim Preserve &lt;name&gt;(&lt;newbounds&gt;)&#8221;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using memcached
Database Caching 6/8 queries in 0.007 seconds using memcached
Object Caching 283/284 objects using memcached

Served from: itknowledgeexchange.techtarget.com @ 2013-06-19 23:08:31 -->