Forum Discussion Search with BoardTracker.com
Forum Discussion Search with BoardTracker.com
  
  

Advanced  |  Help
    Home Search Alerts Browse My Threads Setup About Login Signup    


» All > Computers & Internet > Algorithms [5 Forums][Track this Category]
   Browse sub-categories   
No sub-categories for this category

   Latest threads in category   
CodeGuru basic design/algorithm question  
07:50 6-May-08   [Replies: 12, Views: 338]    By: drowned
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. ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru I am looking for...  
18:55 5-May-08   [Replies: 0, Views: 59]    By: JamesSchumacher
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...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Binary interpolation search  
11:16 30-Apr-08   [Replies: 1, Views: 145]    By: r@ven
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...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru All paths between 2 vertices  
18:47 19-Apr-08   [Replies: 1, Views: 116]    By: Kevin1234
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...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Stable Marriage  
02:27 19-Apr-08   [Replies: 13, Views: 575]    By: Punkis
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...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Variable Vertex Cost - Graph Algorithm  
08:40 18-Apr-08   [Replies: 7, Views: 317]    By: xex
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...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Implementation of an 2,4 tree  
12:19 17-Apr-08   [Replies: 1, Views: 162]    By: jianelisj
I would like to ask if anyone knows where i can find an implementation of an 2,4 tree ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Hash Function  
15:04 15-Apr-08   [Replies: 3, Views: 153]    By: Unnamed
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...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Basic question about Queue?  
07:42 15-Apr-08   [Replies: 3, Views: 213]    By: matrix80
I just looked at Template in C++ and that's exactly what I want. Is there a way to make template in ANSI C? ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Polyphase merge sort  
00:15 13-Apr-08   [Replies: 0, Views: 175]    By: -EquinoX-
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...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Am I doing something wrong here?  
03:07 11-Apr-08   [Replies: 6, Views: 239]    By: JamesSchumacher
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...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru HashTable lookup... I am getting this right?  
19:54 10-Apr-08   [Replies: 0, Views: 211]    By: JamesSchumacher
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 ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Text-shrinking algorithm using dynamic programming  
12:30 10-Apr-08   [Replies: 2, Views: 152]    By: danooo
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...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Searching an algorithm to find the center of concave and convex 2d pol..  
09:43 10-Apr-08   [Replies: 9, Views: 403]    By: jke
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...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru HeapSort output unpredictable?  
15:24 9-Apr-08   [Replies: 1, Views: 107]    By: pankaj.talk
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 ...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Reference counting problem  
12:34 9-Apr-08   [Replies: 3, Views: 149]    By: ProgramArtist
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...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Data structure: Singly linked list  
09:51 9-Apr-08   [Replies: 8, Views: 254]    By: linux_help
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-->B-->C-->...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Feedjournal RSS Newspaper - Algorithm?!  
07:03 9-Apr-08   [Replies: 0, Views: 70]    By: js0n
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...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru How To Generate a Set of Random Numbers From a Fixed Set of Numbers?  
05:36 9-Apr-08   [Replies: 2, Views: 86]    By: Hsiangsta
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...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Algorithm help  
05:50 7-Apr-08   [Replies: 3, Views: 250]    By: Kyouryoku
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...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Sorting algorithm for almost sorted data?  
23:19 6-Apr-08   [Replies: 2, Views: 140]    By: TriKri
Hello! I would like to find a good sorting algorithm for sorting data that already is almost sorted. That means, an elemend is at a possition in the array that usually isn't very far from wher...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Algorithm code help  
11:52 6-Apr-08   [Replies: 2, Views: 191]    By: xblade
I need to create a depth first traversal structure in psuedocode and below is what i have come up with: Code: GraphSearch(G,v,u) G Graph being searched v Node at the start of the se...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Permutation procedure help needed.  
09:46 4-Apr-08   [Replies: 2, Views: 143]    By: brokendidge
Since i cannot figure it out myself i hope one of you can help me with creating the right algorhytm for a specific permutation generator. Problem: We have A = number of RED marbles in sample...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru Best data structure for natural numbers  
17:13 31-Mar-08   [Replies: 3, Views: 245]    By: Tig
Hi I'd like to know if there's a known "best" data structure for an ordered array of natural numbers (~100.000 length, up to 6 digits numbers). I have studied several choices but...
[Tags: No tags defined yet] -
Be the first to Tag this thread
CodeGuru implement Haar-like features  
15:39 30-Mar-08   [Replies: 0, Views: 168]    By: salama
Hi! Anyone knows where I could find source code (possibly Matlab ) for finding Haar-like features in an image? Or at least a detailed description of the algorithm... I've read the Viol...
[Tags: No tags defined yet] -
Be the first to Tag this thread

<<First  <Previous  [1]  2  3  4  5  6  7  8  9  10  Next>      
 




Research | Board owners portal | BoardTracker Forums | Search plugin | Add your board | About us | Contact us

© Pidgin Technologies Ltd. 2006