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.

29379
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.

27709
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.

44171
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.

12882
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.

12690
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.

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

18660
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.

24494
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.

58331
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.

20236
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.

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

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

18595
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.

14018
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.

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

12409
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.

9614
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.

7496
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.

7867
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.

10362
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.

9339
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.

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

19789
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.

17021
Advertisements Advertisements