Algorithms

Porter’s Algorithm in C

Porter’s Algorithm in C

Originally written in 1979 at Computer Laboratory, Cambridge (England), it was reprinted in 1997 in the book "Readings in Information Retrieval". Initially it was written…

Algorithms in C

These algorithms are represented in terms of compact implementations in C so that readers can both understand their fundamental properties and implement them in real…

Applied Cryptography: Protocols, Algorithms, and Source Code in C, 20th Edition

From the world's most renowned security technologist, Bruce Schneier, this 20th Anniversary Edition is the most comprehensive reference on cryptography ever written and original work…

Data Structures and Algorithm Analysis in C++ (2nd Edition)

In this second edition of his successful book, experienced teacher and author Mark Allen Weiss continues to refine and enhance his innovative approach to algorithms…

Data Structures and Algorithm Analysis in Java

Provides a proven approach to algorithms & data structures using the exciting Java programming language as the implementation tool. With Java, the author highlights conceptual…

Bayer Tree implementation in C

This is implementation of Bayer-Trees, which are normally used for indices of data bases. These routines provide all stuff that is needed to create and…

Operations Research : Applications and Algorithms (with CD-ROM and InfoTrac)

Intended as a intermediate text in management science programs, this text explains operations research, emphasizing model formulation and model building as being of equal importance…

Generating fast sorting routines

In a lot of programs my gensort-utility turned out to be very useful. It consists simply of the header file "gensort.h", contained in the this…