Skip to content

bdahnaf/Leetcode-Solutions-C-Sharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode C# Problem Solutions

GitHub GitHub last commit

Introduction

Welcome to my public repository that contains my C# solutions to various LeetCode problems. In this repository, I share my coding journey as I tackle interesting challenges and improve my C# programming skills.

About LeetCode

LeetCode is a popular platform that offers a wide range of coding problems to help you prepare for technical interviews and improve your algorithmic and problem-solving skills.

Repository Structure

The repository is organized into folders based on different problems. Each folder contains the C# solutions for the corresponding problems. Here's an overview of the structure:

  • LC_1310/: Solutions for problem #1310.
  • LC_450/: Solutions for problem #450.

However, solving enough problems I'll restructure it based on different categories. Like:

  • LinkedList/: Solutions for linked list problems.
  • Arrays/: Solutions for array problems.

List of Problems

Here is a list of the problems available in this repository, along with direct links to their respective LeetCode pages:

SL. Problem Name Solution
001. 1929. Concatenation of Array Solution
002. 2469. Convert the Temperature Solution
003. 1672. Richest Customer Wealth Solution
004. 2413. Smallest Even Multiple Solution
005. 2114. Maximum Number of Words Found in Sentences Solution
006. 412. Fizz Buzz Solution
007. 1342. Number of Steps to Reduce a Number to Zero Solution
008. 20. Valid Parentheses Solution
009. 2798. Number of Employees Who Met the Target Solution
010. 2652. Sum Multiples Solution
011. 2520. Count the Digits That Divide a Number Solution
012. 1859. Sorting the Sentence Solution
013. 2810. Faulty Keyboard Solution
014. 1323. Maximum 69 Number Solution
015. 2769. Find the Maximum Achievable Number Solution
016. 2574. Left and Right Sum Differences Solution
017. 1389. Create Target Array in the Given Order Solution
018. 1732. Find the Highest Altitude Solution
019. 2315. Count Asterisks Solution
020. 2535. Difference Between Element Sum and Digit Sum of an Array Solution
021. 2006. Count Number of Pairs With Absolute Difference K Solution
022. 1290. Convert Binary Number in a Linked List to Integer Solution
023. 2363. Merge Similar Items Solution
024. 2586. Count the Number of Vowel Strings in Range Solution
025. 944. Delete Columns to Make Sorted Solution
026. 2169. Count Operations to Obtain Zero Solution
027. 66. Plus One Solution

How to Use

If you are interested in exploring my solutions, follow these steps:

  1. Clone the repository to your local machine using the following command:
git clone https://github.com/bdahnaf/Leetcode-Solutions-C-Sharp.git
  1. Navigate to the relevant folder based on the topic or problem you want to explore.

  2. Review the C# solution files to see how I approached and solved the problems.

Contributions

Contributions are welcome! If you have a better solution or want to add solutions for new problems, feel free to fork the repository and submit a pull request.

Before submitting a pull request, make sure to adhere to the following guidelines:

  • Follow the C# coding standards and best practices.
  • Provide a clear description of the problem you are addressing in the solution file.
  • Add comments to explain your thought process and any important algorithmic steps.

License

This repository is open-source and available under the MIT License. Feel free to use the code, learn from it, and share it with others.

Social

Connect with me on social media or reach out via email:

Happy coding! 🚀

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages