|
As a summer project, I have decided to practice basic algorithms and learn Haskell at the same time, by implementing large chunks of CLRS in Haskell.
Things are going pretty swimmingly, so far, but since I started graph algorithms, I've noticed a lack...
Started by Agor on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
Have you looked at open-source projects that implement graph-theory algorithms? They might have QuickGraph annas RGL NetworkX I don't know much about graph algorithms or graph test sets, so collection of data for the purpose of testing ....
|
|
Can quantum algorithms be useful?
Has any one been successful in putting quantum algorithms to any use?
Started by kasperasky on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
There are things that can with classical computation: Discrete logarithm and Integer factorisation (see Shor's algorithm ) are in BQP a successful quantum ....
;-)
"Quantum algorithms" are algorithms to be run on quantum computers.
|
|
I've seen Introduction to Algorithms by Cormen but I find it difficult to read after reading a lot of Head First books. Is there no book that explains Algorithms in a play way manner?
Started by CodingTales on
, 8 posts
by 8 people.
Answer Snippets (Read the full thread at stackoverflow):
Apart, algorithms are much harder....
From Introduction to Algorithms by C.L.R.S , The Algorithm Design Manual by Steven S.Skiena is alsoI found Dasgupta et al.'s Algorithms ( 978-0073523408 ) to be good when I read it for class.
|
Ask your Facebook Friends
|
Possible Duplicates:
Books on Design Patterns and/or Algorithms?
How to get started on ALGORITHMS?
What is the best book for learning about Algorithms?
I am planning to get some knowledge about Data Structure and Algorithms.
Also I have a reasonable knowledge...
Started by Upul on
, 7 posts
by 7 people.
Answer Snippets (Read the full thread at stackoverflow):
There's also The Algorithm Design Manual , by Skiena
For practical application of common algorithms I like ....
Another one would be the CLR book.
Here are some:
Data Structures Using C
Introduction to Algorithms
That would be one.
|
|
I have the book "Introduction to Algorithms" by by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, Clifford Stein.
What are the other books/sources for algorithms? Even I would like to know information on communities where discussion about Algorithms...
Started by Sreenath on
, 11 posts
by 11 people.
Answer Snippets (Read the full thread at stackoverflow):
Kleinberg and Tardos' Algorithm DesignMy favorite algorithm....
Get your copy of Essential Books on Algorithms Algorithms: A creative approach is a bit more applicative.
Of this rather general but incredibly useful algorithm.
|
|
Can you suggest a good book or other resource on graphs and graph algorithms? Something that will cover some basics but also advanced problems and algorithms.
Started by Michał Piaskowski on
, 9 posts
by 9 people.
Answer Snippets (Read the full thread at stackoverflow):
But it is....
Cormen: Introduction to Algorithms
Look for Graph Theory by Narsingh and algorithms.
Http://www.amazon.com/Algorithms book available for free)
T.
Robert Sedgewick's Algorithms in Java, Part 5 book covers Graphs.
|
|
I've a good idea of what Big-O is, and I also know a few basic sorting algorithms, although, for some reason, I was never comfortable with them, and I keep forgetting them. I've been programming for 4 years in Java, Python, C and C++; I've been a decent...
Started by vito on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
algorithm, and mention there are better algorithms like Strassen's O(N 2.81 ) (without describing(!) Aho & Ulman Algorithms And Data Structure (!!) Vhirt (!!!)Donald.E.Knuth The Art of Computer Programming
I would certainly recommend....
|
|
Hi,
I am willing to learn in detail about Data Structures and Algorithms. What freely available university courses are there that cover data structures and algorithms?
Thanks.
Started by Rachel on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
ITunes U has some great free lectures.
All lectures are available in audio and video Introduction to Algorithms has good companion videos you can watch.
Check out the MIT Introduction to Algorithms course.
|
|
What are the main algorithms used in RDMBS ?
Started by ZeroCool on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Here are some others: http://en.wikipedia.org/wiki/Category:Database_algorithms
SQLite is a good database to study.
One of the algorithms; it is a binary algorithm used to find records quickly.
|
|
In honor of the Hutter Prize , what are the top algorithms (and a quick description of each) for text compression?
Note: The intent of this question is to get a description of compression algorithms, not of compression programs.
Started by Brian R. Bondy on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
The boundary-pushing compressors....
7-Zip ( LZMA algorithm archiver.
Bzip2 is the best compromise between being enjoying a relatively broad install base and a rather good compression ratio, but requires a separate archiver .
algorithm) still wins.
|