A structured collection of solutions to coding challenges from HackerRank implemented in C#, C++, and Bash.
.
├── HackerRankChallenges.sln # Visual Studio / .NET Solution for C# challenges
├── 30-Days-of-Code/ # Solutions for the 30 Days of Code tutorial series (Days 0–29)
├── Algorithms/ # Problem solutions organized by algorithmic domain
│ ├── Dynamic Programming/
│ ├── Graph Theory/
│ ├── Search/
│ └── Warmup/
├── C#/ # C# Interview Preparation Kit solutions (Arrays, Warmup)
├── C++/ # C++ language track solutions (Introductory, Strings)
└── Linux Shell/ # Bash scripting challenges
Includes the core/test component to run automated security scanning, secret detection, and dependency checks across the solution repository.