Skip to content

A comprehensive collection of Data Structures and Algorithms implemented in C++, based on the concepts from the book Introduction to Algorithms by Cormen, Leiserson, Rivest, and Stein (CLRS). This repository includes various coding challenges and solutions, with unit tests to ensure correctness.

Notifications You must be signed in to change notification settings

Debashis08/datastructures-algorithms

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Data Structures and Algorithms

This repository contains a collection of data structures and algorithms implemented in C++. It is designed to provide efficient solutions to common algorithmic problems while adhering to clean coding practices and modular design.

Features

  • Data Structures and Algorithms: Implementations of data structures and algorithms based on the concepts from the book Introduction to Algorithms by Cormen, Leiserson, Rivest, and Stein (CLRS).
  • Modular Design: Code is organized into manageable modules for better readability and reusability.
  • Testing:
    • Built with CMake as the build system for ease of compilation and dependency management.
    • Google Test framework is integrated for comprehensive unit testing to ensure code correctness.

Folder Structure

datastructures-algorithms  
├── Headers            # Header Files
├── SourceCodes        # Implementation of the solutions
├── Tests              # Unit tests for implemented solutions
└── CMakeLists.txt     # CMake configuration file

About

A comprehensive collection of Data Structures and Algorithms implemented in C++, based on the concepts from the book Introduction to Algorithms by Cormen, Leiserson, Rivest, and Stein (CLRS). This repository includes various coding challenges and solutions, with unit tests to ensure correctness.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published