wojtask / CormenImpl

Implementations of algorithms and data structures from Introduction to Algorithms. (DEPRECATED)
0 stars 0 forks source link

CormenImpl Build Status codecov

CormenImpl provides implementations of algorithms and data structures from Introduction to Algorithms, ed. 2 by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest and Clifford Stein. It also provides implementations from Introduction to Algorithms – Solutions to exercises and problems by Krzysztof Wojtas, that can be found here (in Polish).

Project objectives

The main CormenImpl objectives are:

The implementations of algorithms tend to be as close as possible to the pseudocodes from the textbook or the solutions, and thus appear as single (sometimes lengthy) procedures. For the same reason data structures are implemented using procedural approach. The implementations not relying on pseudocodes are often more divided into several procedures to increase readability.