Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eminencegrs/coding-challenges
This repository is a consolidated collection of solutions to popular coding challenges.
https://github.com/eminencegrs/coding-challenges
algorithms coding-challenges csharp dotnet hackerrank leetcode problem-solving
Last synced: about 1 month ago
JSON representation
This repository is a consolidated collection of solutions to popular coding challenges.
- Host: GitHub
- URL: https://github.com/eminencegrs/coding-challenges
- Owner: eminencegrs
- License: apache-2.0
- Created: 2024-01-30T21:04:10.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-11-22T11:12:03.000Z (about 2 months ago)
- Last Synced: 2024-11-22T12:18:32.700Z (about 2 months ago)
- Topics: algorithms, coding-challenges, csharp, dotnet, hackerrank, leetcode, problem-solving
- Language: C#
- Homepage:
- Size: 584 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Welcome to the Coding Challenges Repository! 🚀
This repository is a consolidated collection of solutions to popular coding challenges.
It serves as a resource for practicing problem-solving skills, learning various algorithms,
and understanding common patterns in coding interviews.## Structure
The repository is organized into multiple sections to streamline access to different types of content.
Each section focuses on a unique platform, making it easy to explore specific challenges and solutions.### [DailyCodingProblem](./DailyCodingProblem/README.md)
This section includes solutions to problems from *Daily Coding Problem*,
a platform that sends one coding challenge each day.
They help build a daily habit of practicing coding and algorithms.### [HackerRank](./HackerRank/README.md)
The HackerRank section contains solutions to problems hosted on *HackerRank*,
a popular platform for coding challenges across various domains,
such as data structures, algorithms, SQL, and more.### [LeetCode](./LeetCode/README.md)
This section holds solutions to *LeetCode* problems,
one of the most widely used platforms for interview preparation.
LeetCode challenges cover a wide range of topics and difficulty levels,
making it ideal for preparing for technical interviews in software development.## Theory
This section contains theoretical explanations and common patterns used in algorithm design and problem-solving.
It covers foundational concepts like the sliding window technique, dynamic programming, and recursion,
which are frequently applied in coding challenges.- [Common Patterns & Approaches](./Theory/CommonPatterns&Approaches.md)
- [Binary Trees & Traversal Types](./Theory/BinaryTrees.md)## Build & Code Coverage
[![.NET](https://github.com/eminencegrs/coding-challenges/actions/workflows/dotnet.yml/badge.svg)](https://github.com/eminencegrs/coding-challenges/actions/workflows/dotnet.yml)
[![codecov](https://codecov.io/gh/eminencegrs/coding-challenges/graph/badge.svg?token=UE997CV8PZ)](https://codecov.io/gh/eminencegrs/coding-challenges)