Skip to content

The DSA (Data Structures and Algorithms) repository on GitHub is a collection of code implementations and examples I created while learning DSA using the book "Introduction to Algorithms."

Notifications You must be signed in to change notification settings

newwohh/clrs-cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms in C++

This repository contains the C++ code for the data structures and algorithms presented in the book Introduction to Algorithms by Thomas H. Cormen, Charles E. Leiserson, Ronald L. Rivest, and Clifford Stein.

The code is well-commented and easy to understand. It is also well-tested, with unit tests for each data structure and algorithm.

The repository is organized into the following directories:

  • data_structures: This directory contains the code for the data structures presented in the book.
  • algorithms: This directory contains the code for the algorithms presented in the book.

To get started, simply clone the repository and open the main.cpp file in your favorite IDE. You can then run the code by clicking the "Run" button.

This repository is a great resource for anyone who wants to learn about data structures and algorithms in C++. It is also a valuable reference for experienced programmers who need to implement these data structures and algorithms in their own code.

Contributing

Contributions to this repository are welcome. If you find any errors in the code, please open an issue. If you have any suggestions for improvements, please open a pull request.

Author

This repository was created by Nevin Raju.

Contact

If you have any questions, please contact [email protected].

About

The DSA (Data Structures and Algorithms) repository on GitHub is a collection of code implementations and examples I created while learning DSA using the book "Introduction to Algorithms."

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published