Logo

Sorting and Searching Algorithms: A Cookbook

Small book cover: Sorting and Searching Algorithms: A Cookbook

Sorting and Searching Algorithms: A Cookbook
by


Number of pages: 36

Description:
This is a collection of algorithms for sorting and searching, with brief and intuitive descriptions. It is assumed that you know C, and that you are familiar with concepts such as arrays and pointers. The text presents several sorting algorithms, techniques for implementing dictionaries, structures that allow efficient search, insert, and delete operations, algorithms that sort data and implement dictionaries for very large files.

Home page url

Download or read it online for free here:
Download link
(150KB, PDF)

Similar books

Book cover: Sequential and Parallel Sorting AlgorithmsSequential and Parallel Sorting Algorithms
by - FH Flensburg
From the table of contents: insertion sort, quicksort, heapsort, mergesort, shellsort, lower bounds, external sorting, sorting networks, sorting on mesh-connected processor arrays, sorting contest. Explanations are followed by source code.
(21334 views)
Book cover: Algorithms for Programmers: Ideas and Source CodeAlgorithms for Programmers: Ideas and Source Code
by
Aimed to programmers who are interested in the selected algorithms and those who want to create optimized code. It covers low level algorithms, combinatorial generation, fast orthogonal transforms, fast arithmetic, and algorithms for finite fields.
(22928 views)
Book cover: Algorithms Notes for ProfessionalsAlgorithms Notes for Professionals
- Goalkicker.com
Contents: Algorithm Complexity; Big-O Notation; Trees; Binary Search Trees; Graph; Dijkstra's Algorithm; A* Pathfinding; Dynamic Programming; Kruskal's Algorithm; Greedy Algorithms; Catalan Number; Sorting; Searching; Pascal's Triangle; etc.
(7381 views)
Book cover: Text AlgorithmsText Algorithms
by - Oxford University Press
This book on the design of algorithms and data structures for text processing emphasizes both theoretical foundations and practical applications. It will serve both as a textbook for courses on algorithm design and as a reference for professionals.
(17904 views)