Skip to content

Commit 3ba353b

Browse files
authored
Merge pull request #34 from Debashis08/feature-readme-updation
Update README.md
2 parents efc2d6d + c6238dd commit 3ba353b

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

README.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
## Data Structures and Algorithms
2+
3+
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.
4+
5+
### Features
6+
7+
- **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).
8+
- **Modular Design:** Code is organized into manageable modules for better readability and reusability.
9+
- **Testing:**
10+
- Built with **CMake** as the build system for ease of compilation and dependency management.
11+
- **Google Test** framework is integrated for comprehensive unit testing to ensure code correctness.
12+
13+
### Folder Structure
14+
15+
```plain text
16+
datastructures-algorithms
17+
├── Headers # Header Files
18+
├── SourceCodes # Implementation of the solutions
19+
├── Tests # Unit tests for implemented solutions
20+
└── CMakeLists.txt # CMake configuration file
21+
```

0 commit comments

Comments
 (0)