Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 1.11 KB

README.md

File metadata and controls

25 lines (18 loc) · 1.11 KB

CLRS_Implementation

Overview

This repo contains the implementation of the algorithms found in the "CLRS" book - Introduction to Algorithms, Third edition. Details of the algorithm and implementation will be given in the code's README file.

Language & Compiler

I will be mainly using C++ to implement the various algorithms. GNU C++ compiler will be used to compile all the code.

Input & Output

Input to the various algorithms will be provided by an input file and the output will again be written to a file. The user can choose which files by giving in the necessary arguments.

Code Organization

Each chapter will have a separate folder and each algorithm will be a folder inside its chapter's folder.

Links

CLRS Book - http://mitpress.mit.edu/algorithms/
GNU C++ Compiler - http://gcc.gnu.org/
C++ in Eclipse - http://eclipse.org/cdt/
Readme Driven Development - http://tom.preston-werner.com/2010/08/23/readme-driven-development.html

License

Free as in free speech.

Contributions & Questions

Send me a mail on raj@diskodev.com or tweet me at https://twitter.com/#!/rajkumar_p