• Menu
  • Skip to right header navigation
  • Skip to main content
  • Skip to secondary navigation
  • Skip to primary sidebar

OnlineProgrammingBooks.com

Legally Free Computer Books

  • All Categories
  • All Books
  • All Categories
  • All Books
  • About Us
  • Privacy policy
  • Disclaimer
  • Subscribe
  • Contact
You are here: Home ▶ Algorithms & Data Structures ▶ Sorting and Searching Algorithms: A Cookbook

Sorting and Searching Algorithms: A Cookbook

March 24, 2006

This is a collection of algorithms for sorting and searching. Descriptions are brief and intuitive, with just enough theory thrown in to make you nervous. I assume you know C, and that you are familiar with concepts such as arrays and pointers.

Book Description

The first section introduces basic data structures and notation. The next section presents several sorting algorithms. This is followed by techniques for implementing dictionaries, structures that allow efficient search, insert, and delete operations. The last section illustrates algorithms that sort data and implement dictionaries for very large files.

Table of Contents

  • Introduction
  • Sorting
  • Dictionaries
  • Very Large Files

Download Free PDF / Read Online

Author(s): Thomas Niemann
Format(s): PDF
File size: 158 KB
Number of pages: 36
Link: Download.

Similar Books:

  1. Advances in Evolutionary Algorithms
  2. Greedy Algorithms
Previous Post: « A Functional Pattern System for Object-Oriented Design
Next Post: Brian and Tom’s Linux Book »

Primary Sidebar

Get Latest Updates

  • Facebook
  • Pinterest
  • RSS
  • Twitter
  • YouTube
  • About Us
  • Privacy policy
  • Disclaimer
  • Subscribe
  • Contact

Copyright © 2006–2025 OnlineProgrammingBooks.com