Tuesday, July 31, 2007

Algorithm And Data Structure


Algorithmic Problem Solving
An introduction to problem-solving and algorithm formulation using an example-driven approach. It demonstrates the importance of mathematical calculation, but the chosen examples are typically not mathematical.

11876Sun, 08 Oct 2006 07:07:32
Sun, 08 Oct 2006 07:07:32ndaru
-->
Algorithms
Contains carefully selected and clustered algorithm topics. No attempt was made to be encyclopedic, so that this book can include topics traditionally de-emphasized or omitted from most Algorithms books.
0
ndaru
-->
14888Thu, 22 Jun 2006 18:57:22
Thu, 22 Jun 2006 18:57:22ndaru
-->
Algorithms for Programmers
Selected algorithms for programmers who are interested in the treated algorithms and actually want to create a working and reasonably optimized code.
0
ndaru
-->
28121Tue, 15 Mar 2005 19:35:40
Tue, 15 Mar 2005 19:35:40ndaru
-->
Algorithms in the Real World: Lecture Notes
This document looks both at algorithms and at case studies in which the problems are used in real-world applications.
0
ndaru
-->
6300Wed, 20 Sep 2006 01:56:12
Wed, 20 Sep 2006 01:56:12ndaru
-->
Art of Programming Contest
A textbook for an algorithm course focusing on programming as well as a programming course focusing on algorithms. The book is designed to train students to participate in competitions, especially the ACM International Collegiate Programming Contest.
-- Suggested by Ahmed Shamsul Arefin --
-->
0
ndaru
-->
6180Tue, 03 Oct 2006 14:48:57
Tue, 03 Oct 2006 14:48:57ndaru
-->
Average Case Analysis of Algorithms on Sequences
Describes methods employed in average case analysis of algorithms, combining both analytical and probabilistic tools.
0
ndaru
-->
2757Tue, 27 Feb 2007 03:56:08
Tue, 27 Feb 2007 03:56:08ndaru
-->
Combinatorial Algorithms
These lecture notes cover algorithms, especially combinatorial algorithms, with the main goal of creating correct and always-efficient ones.
0
ndaru
-->
13786Thu, 08 Sep 2005 20:39:38
Thu, 08 Sep 2005 20:39:38ndaru
-->
Data Structures and Algorithms with Object-Oriented Design Patterns in C#
Promotes object-oriented design using C# and to illustrate the use of the emerging object-oriented design patterns.
0
ndaru
-->
15570Sat, 08 Jan 2005 12:04:19
Sat, 08 Jan 2005 12:04:19ndaru
-->
Data Structures and Algorithms with Object-Oriented Design Patterns in C++
Promotes object-oriented design using C++ and illustrates the use of the emerging object-oriented design patterns.
2
ndaru
-->
37474Wed, 22 Mar 2006 16:34:09
Wed, 22 Mar 2006 16:34:09elektra
-->
Data Structures and Algorithms With Object-Oriented Design Patterns in Java
Covers the fundamentals of data structures and algorithms -- the basic elements from which large and complex software artifacts are built -- using Java programming language.
0
ndaru
-->
13362Sat, 30 Oct 2004 06:20:12
Sat, 30 Oct 2004 06:20:12ndaru
-->
Design and Analysis of Algorithms: Course Notes
These notes teach the techniques for the design and analysis of algorithms and data structures. It also study efficient algorithms from areas such as graph theory, networks, scheduling etc.
0
ndaru
-->
6711Mon, 11 Sep 2006 16:10:19
Mon, 11 Sep 2006 16:10:19ndaru
-->
Design and Analysis of Computer Algorithms
Focuses on how to design good algorithms, and how to analyze their efficiency.
0
ndaru
-->
4823Wed, 14 Feb 2007 18:56:18
Wed, 14 Feb 2007 18:56:18ndaru
-->
Efficient Algorithms for Sorting and Synchronization
Presents efficient algorithms for internal and external parallel sorting and remote data update.
0
ndaru
-->
13161Sun, 12 Jun 2005 00:23:01
Sun, 12 Jun 2005 00:23:01ndaru
-->
Foundations of Computer Science
Introduces the principles of data structures and algorithms. Emphasises the algorithmic side of programming, focusing on problem-solving rather than on hardware-level bits and bytes.
0
ndaru
-->
7063Mon, 16 Oct 2006 05:49:57
Mon, 16 Oct 2006 05:49:57ndaru
-->
GNU libavl Online Book
Provides an introduction to binary tree techniques using GNU libavl, a library in ANSI C for manipulation of various types of binary trees.
0
ndaru
-->
2527Sun, 11 Feb 2007 18:23:52
Sun, 11 Feb 2007 18:23:52ndaru
-->
Introduction to Algorithms
Covers the behaviour, implementation, correctness and complexity of some well known array algorithms, especially for sorting and searching.
0
ndaru
-->
4081Mon, 12 Feb 2007 10:10:42
Mon, 12 Feb 2007 10:10:42ndaru
-->
Jeff Erickson's Algorithms Course Materials
Helps students develop algorithmic intuition, i.e. understanding how various algorithms really work, how to attack a problem for the first time, how to tell which techniques will work at all and which ones will work best.
0
ndaru
-->
3494Sat, 12 May 2007 13:53:17
Sat, 12 May 2007 13:53:17ndaru
-->
Notes for the Course of Advanced Algorithms
Describe a couple of the classical algorithms which are not taught in a first algorithms course. Also give a general understanding of efficient algorithms and a better understanding for how to design and analyze efficient algorithms.
0
ndaru
-->
2909Wed, 14 Feb 2007 02:46:13
Wed, 14 Feb 2007 02:46:13ndaru
-->
Notes for the Course of Algorithms
Deal with how to design good algorithms, which is about the mathematical theory behind the design of good programs.
0
ndaru
-->
3024Sun, 18 Feb 2007 13:20:34
Sun, 18 Feb 2007 13:20:34ndaru
-->
Notes for the Course of Data Structures
Focus on the representation and algorithms, the concrete issues of implementation of data structures. Provide the students with the tools needed to design and implement their own data structures.
0
ndaru
-->
3422Mon, 19 Feb 2007 02:16:03
Mon, 19 Feb 2007 02:16:03ndaru
-->
Object-oriented Programming with Ansi-C
Uses ANSI-C to discover how object-oriented programming is done, what its techniques are, why they help us solve bigger problems, and how we harness generality and program to catch mistakes earlier.
0
ndaru
-->
3547Fri, 23 Mar 2007 00:13:34
Fri, 23 Mar 2007 00:13:34ndaru
-->
Problems on Algorithms
A collection of problems on the design, analysis, and verification of algorithms for use by practicing programmers who wish to hone and expand their skills.
4
ndaru
-->
22596Sun, 26 Nov 2006 10:27:49
Sun, 26 Nov 2006 10:27:49ndaru
-->
Problems on Algorithms, Second Edition
Collection of 965 problems on the design, analysis, and verification of algorithms.
0
ndaru
-->
13214Sat, 30 Oct 2004 06:21:22
Sat, 30 Oct 2004 06:21:22ndaru
-->
Sorting and Searching Algorithms: A Cookbook
A collection of algorithms for sorting and searching. Descriptions are brief and intuitive, with just enough theory thrown in.

No comments: