Skip to content

Implementations of the CLRS (Introduction to Algorithms) book

Notifications You must be signed in to change notification settings

ashish979/CLRS-implementation

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

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

About

Implementations of the CLRS (Introduction to Algorithms) book

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published