Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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.

License

NotificationsYou must be signed in to change notification settings

Debashis08/datastructures-algorithms

Repository files navigation

This repository contains a collection ofdata structures and algorithms implemented inC++. 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 withCMake 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  ├── include            # Header Files├── source             # Implementation of the solutions├── test               # 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

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

[8]ページ先頭

©2009-2025 Movatter.jp