<?xml version="1.0" encoding="UTF-8"?>

<rss version="2.0">

<channel>
<title><![CDATA[BoardTracker - Algorithms]]></title>
<link>http://www.boardtracker.com/all/286/1/</link>
<description><![CDATA[Latest threads from "Algorithms"]]></description>
<pubDate>Sat, 17 May 2008 04:49:17 GMT</pubDate>
<lastBuildDate>Sat, 17 May 2008 04:49:17 GMT</lastBuildDate>
<item>
<title><![CDATA[B+ Tree C Implementation...]]></title>
<link>http://www.boardtracker.com/rss/thread/62367541</link>
<description><![CDATA[ Hi, I have to implement a B+ Tree, I found this code online. This code allows to insert and lookup. First you will be prompted to enter number of keys to insert, number of lookups to perfo...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/62367541</guid>
<pubDate>Fri, 16 May 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[for programming questions??...]]></title>
<link>http://www.boardtracker.com/rss/thread/62367540</link>
<description><![CDATA[ any where to go for programming questions and algos? ...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/62367540</guid>
<pubDate>Fri, 16 May 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[program's efficient...]]></title>
<link>http://www.boardtracker.com/rss/thread/62295965</link>
<description><![CDATA[ Hi. Today I saw the following codes: Code: for(int i=2; i&lt;n; i++) if(n%i == 0) return false; return true; Code: for(int i=2; i&lt;0.5/n; i++) if(n%i == 0) return ...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/62295965</guid>
<pubDate>Tue, 13 May 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Best data structure for notepad application...]]></title>
<link>http://www.boardtracker.com/rss/thread/62295969</link>
<description><![CDATA[ Can any one pls tell me which data structure will best suit the application - notepad.......? Justify as to how its best suited............. Thanking u in advance.... ...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/62295969</guid>
<pubDate>Tue, 13 May 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[csv file duplicate detection...]]></title>
<link>http://www.boardtracker.com/rss/thread/62295975</link>
<description><![CDATA[ Hi, I have a csv file looking like: code quantity 0022 11 0033 14 etc. I need an efficient way of detecting code duplicates. This files can become pretty big and what...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/62295975</guid>
<pubDate>Mon, 12 May 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[basic design/algorithm question...]]></title>
<link>http://www.boardtracker.com/rss/thread/62153610</link>
<description><![CDATA[ I'm not a C# programmer so I don't know for sure, but this [http://www.csharphelp.com/archives/archive105.html]> seems to have some info about arrays of delegates. ...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/62153610</guid>
<pubDate>Tue, 06 May 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[I am looking for......]]></title>
<link>http://www.boardtracker.com/rss/thread/62153617</link>
<description><![CDATA[ some documentation of a range coder. I want to add one to my method. (I have my own method based off LZ that I want to add a range coder to. My method is called LZJS3 (a few different concepts I h...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/62153617</guid>
<pubDate>Mon, 05 May 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Binary interpolation search...]]></title>
<link>http://www.boardtracker.com/rss/thread/62062477</link>
<description><![CDATA[ hello all. i have a little problem implementing a binary interpolation search in an array. In some cases the program enters to an endlessly loop. the code is uploaded here. http://rapids...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/62062477</guid>
<pubDate>Wed, 30 Apr 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[All paths between 2 vertices...]]></title>
<link>http://www.boardtracker.com/rss/thread/61844289</link>
<description><![CDATA[ Hi all, I want to find all the possible simple path between 2 specified vertices in a graph. My graph is directed, weighted, no negative weight are allowed and repetition are not allowed...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61844289</guid>
<pubDate>Sat, 19 Apr 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Stable Marriage...]]></title>
<link>http://www.boardtracker.com/rss/thread/61844291</link>
<description><![CDATA[ I figured out that is a double loop. foreach man in MEN if man is Not FREE foreach woman in WOMEN if woman and man BETTER MATCH Divorce and Mar...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61844291</guid>
<pubDate>Sat, 19 Apr 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Variable Vertex Cost - Graph Algorithm...]]></title>
<link>http://www.boardtracker.com/rss/thread/61799257</link>
<description><![CDATA[ Hello! I've been busting my brains for quite a while on this problem with no results so i thought it's about time I ask for help. There it goes: We are given a dice and a squar...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61799257</guid>
<pubDate>Fri, 18 Apr 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Implementation of an 2,4 tree...]]></title>
<link>http://www.boardtracker.com/rss/thread/61799259</link>
<description><![CDATA[ I would like to ask if anyone knows where i can find an implementation of an 2,4 tree ...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61799259</guid>
<pubDate>Thu, 17 Apr 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Hash Function...]]></title>
<link>http://www.boardtracker.com/rss/thread/61750301</link>
<description><![CDATA[ Hi All, For a Project of mine i have to come up with a hash function to store information on items stored in a furniture shop. For our hashing we are to use the product key which looks like t...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61750301</guid>
<pubDate>Tue, 15 Apr 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Basic question about Queue?...]]></title>
<link>http://www.boardtracker.com/rss/thread/61750306</link>
<description><![CDATA[ I just looked at Template in C++ and that's exactly what I want. Is there a way to make template in ANSI C? ...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61750306</guid>
<pubDate>Tue, 15 Apr 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Polyphase merge sort...]]></title>
<link>http://www.boardtracker.com/rss/thread/61703418</link>
<description><![CDATA[ I am kind of confused on how to find the initial distribution for a polyphase merge sort.. I know it's a fibonacci series.. but how do I do that say I have 53 numbers that I want to sort using 4 t...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61703418</guid>
<pubDate>Sun, 13 Apr 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Am I doing something wrong here?...]]></title>
<link>http://www.boardtracker.com/rss/thread/61660719</link>
<description><![CDATA[ Can someone take a look at this source and tell me if they see anything wrong with it? Thanks. I get an intermittent bug that happens at random. It crashes, but it crashes at different points on d...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61660719</guid>
<pubDate>Fri, 11 Apr 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[HashTable lookup... I am getting this right?...]]></title>
<link>http://www.boardtracker.com/rss/thread/61660723</link>
<description><![CDATA[ I am attaching a zip file with 3 files contained within it. You will have to modify the file it opens in main.cpp, and I know the slowdown is associated with the console... And I also know I will ...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61660723</guid>
<pubDate>Thu, 10 Apr 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Text-shrinking algorithm using dynamic programming...]]></title>
<link>http://www.boardtracker.com/rss/thread/61660726</link>
<description><![CDATA[ People who are going to answer can also look at: http://forum.java.sun.com/thread.js...sageID=10197776 [http://forum.java.sun.com/thread.jspa?messageID=10197776]> for extra information. @O...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61660726</guid>
<pubDate>Thu, 10 Apr 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Searching an algorithm to find the center of concave and convex 2d polygons......]]></title>
<link>http://www.boardtracker.com/rss/thread/61660714</link>
<description><![CDATA[ Hi, I'm searching for an algorithm with that I can find the 'center' of any 2D Polygon. I think it is not really the center I search, but I don't know if there is an special name for the poi...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61660714</guid>
<pubDate>Thu, 10 Apr 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[HeapSort output unpredictable?...]]></title>
<link>http://www.boardtracker.com/rss/thread/61609454</link>
<description><![CDATA[ Hi ALL, I am running into troubles with the output of a DB query. Let me try to explain the problem. Assume we have a table with the following data col1 col2 1 0 1 0 2 -2 1 3 ...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61609454</guid>
<pubDate>Wed, 09 Apr 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Reference counting problem...]]></title>
<link>http://www.boardtracker.com/rss/thread/61609463</link>
<description><![CDATA[ Hi, Maybe this is a c++ question but I guess it is general (although I encountered it using MS VC++ 6.0). I created a class (and many classes derived from that) with reference counting and...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61609463</guid>
<pubDate>Wed, 09 Apr 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Data structure: Singly linked list...]]></title>
<link>http://www.boardtracker.com/rss/thread/61609457</link>
<description><![CDATA[ I have been asked a question in the data structure to remove any random node (only its address is known) using singly linked list. For ex: Here is the linked list A--&gt;B--&gt;C--&gt...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61609457</guid>
<pubDate>Wed, 09 Apr 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Feedjournal RSS Newspaper - Algorithm?!...]]></title>
<link>http://www.boardtracker.com/rss/thread/61609466</link>
<description><![CDATA[ I'm curious if anyone has any idea how Feedjournal - a RSS Newspaper-view generator works. I've spent some serious time investigating layout techniques and comparing various generated pdfs to look...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61609466</guid>
<pubDate>Wed, 09 Apr 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[How To Generate a Set of Random Numbers From a Fixed Set of Numbers?...]]></title>
<link>http://www.boardtracker.com/rss/thread/61609447</link>
<description><![CDATA[ Sup everyone! I am trying to generate a set of random numbers B from a fixed set A = [1 2 3 4 5 6 7 8 9] in MATLAB with no repeats. So for example, B = [3 2 4 7 1 8 9 6 5] is one p...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61609447</guid>
<pubDate>Wed, 09 Apr 2008 00:00:00 GMT</pubDate>
</item>
<item>
<title><![CDATA[Algorithm help...]]></title>
<link>http://www.boardtracker.com/rss/thread/61559338</link>
<description><![CDATA[ Hey guys, I'm doing an introductory programming course at uni and I've come across a question in the assignment that has me stumped. This is the question: You are asked to write a simple C...]]></description>
<guid isPermaLink="true">http://www.boardtracker.com/rss/thread/61559338</guid>
<pubDate>Mon, 07 Apr 2008 00:00:00 GMT</pubDate>
</item>

</channel>
</rss>
