MandalKoch / LeetCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LeetCode Solutions - MandalKoch

Description:

This repository stores my personal solutions to problems on LeetCode, a platform for practicing coding skills and preparing for technical interviews. It aims to showcase my understanding of various algorithms, data structures, and programming techniques.

LeetCode Profile Badge - MandalGer

Problems

1. Two Sum 9. Palindrome Number 13. Roman to Integer

Key Features:

Language:
    Solutions are mostly written in .Net C# 8
    Test are written with FluentAssertions and XUnit.
    https://fluentassertions.com/
    https://xunit.net/
Structured Organization:
    Two main project. One with the solutions and one with the corresponding Unit test.

Usage:

Clone the repository:
Bash

git clone https://github.com/MandalKoch/LeetCode.git

Browse or search for solutions:
    Navigate through the folder structure to find solutions based on difficulty or problem type.
    Use the GitHub search bar to find specific problem solutions.
Learn and apply:
    Study the code, understand the approaches, and adapt them to your own practice.
    Contribute to the discussion by raising questions or suggesting improvements.

Contribution Guidelines:

If you'd like to submit improvements or discuss the solutions, feel free to open an issue or pull request.
Please follow consistent coding style and comment conventions.
Provide clear explanations for changes you make.

Disclaimer:

These solutions are intended for educational purposes and may not be optimal for all scenarios.
Always test and adapt the code according to your specific needs.

About


Languages

Language:C# 100.0%