- This repository contains the Java implementation for CLRS book whose name is Introduction to Algorithms
- The implementation not contains the mathematical proof in the book
Because this is the java implementation for CLRS, so I try to use some features in Java programming language:
- Object-Oriented Programming
- Exceptions
- Generics
- Interface
- Annotation
- Inner class
- Inheritance and Polymorphism
- If you don't use Java, and you are looking for the solutions, then I recommend you this repository CLRS
- If you feel it not very easy to read the book, then I recommend you first watch the video MIT Public Class
- If you find some bugs in my code, you can fork this repository and have a pull request
- Keep Updating ...