FreeTechBooks.com Homepage
FreeTechBooks.com
Free Online Computer Science and Programming Books, Textbooks, and Lecture Notes


Algorithms and Data Structures
 Topics   Views 
Advertisements Advertisements
No new posts 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.

22531
No new posts 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.

23409
No new posts 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.

37803
No new posts 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.

10473
No new posts 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.

10213
No new posts Average Case Analysis of Algorithms on Sequences
Describes methods employed in average case analysis of algorithms, combining both analytical and probabilistic tools.

5930
No new posts Combinatorial Algorithms
These lecture notes cover algorithms, especially combinatorial algorithms, with the main goal of creating correct and always-efficient ones.

17016
No new posts 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.

21214
No new posts 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.

49870
No new posts 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.

17454
No new posts 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.

11582
No new posts Design and Analysis of Computer Algorithms
Focuses on how to design good algorithms, and how to analyze their efficiency.

10475
No new posts Efficient Algorithms for Sorting and Synchronization
Presents efficient algorithms for internal and external parallel sorting and remote data update.

17185
No new posts 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.

12158
No new posts 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.

5509
No new posts Introduction to Algorithms
Covers the behaviour, implementation, correctness and complexity of some well known array algorithms, especially for sorting and searching.

9455
No new posts 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.

8058
No new posts 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.

6079
No new posts 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.

6357
No new posts 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.

7553
No new posts 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.

7615
No new posts 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.

30336
No new posts Problems on Algorithms, Second Edition
Collection of 965 problems on the design, analysis, and verification of algorithms.

17579
No new posts 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.

14102
Advertisements Advertisements