[algogeeks] String and Array Performance Issue

2008-11-04 Thread Adrian Godong
Hi, The following question may be simple for you guys, but I do really need help. I have the following application, all the code is Javascript (so you'll miss all those powerful library features and server-class computing power). I need an algorithm improvement for the following scenario: 1. I

[algogeeks] Re: Backtracking algorithm

2008-11-04 Thread Rahul Singhal
there ia a book called "FUNDAMENTALS OF DATA STRUCTURES BY HOROWITZS AND SAHNI". NOTE:There are two versions of it.The ebook of the version containing this topic is not available as per knowlegde but it is available in market.This version's size is long as compare to other version. This topic is n

[algogeeks] Re: Backtracking algorithm

2008-11-04 Thread Ajinkya Kale
Can you be a bit more specific ? On Tue, Nov 4, 2008 at 9:12 AM, Luciano Pinheiro <[EMAIL PROTECTED]>wrote: > > Please, help me people ! > > I need understand and develop a backtracking algorithm to include into > a program and I don't nkow where find these. > > Someone have any document, or URL

[algogeeks] Backtracking algorithm

2008-11-04 Thread Luciano Pinheiro
Please, help me people ! I need understand and develop a backtracking algorithm to include into a program and I don't nkow where find these. Someone have any document, or URL to indicate to me ? Sincerely, Luciano Soares Pinheiro Jr. Analista desenvolve

[algogeeks] C O M P U T E R S

2008-11-04 Thread matha
$$$ First Computers First Computers was founded in 1988 under the aegis of Brilliant Tutorials, the now 3-decade old national leader with complete COMMITMENT and DEDICATION to ... $$$

[algogeeks] Re: exponential algorithms NP problems ?

2008-11-04 Thread gpsla...@googlemail.com
There is only one known relation, and it is that each NP problem can be solved by exponential time algorithm. "Is there problem that is not in NP but have exponential solution" = Open problem. On 4. Nov, 06:39 h., crypter00 <[EMAIL PROTECTED]> wrote: > Is there any relation between algorithms th