LeetCode C# solutions
| # | Title | Solution | Difficulty |
|---|---|---|---|
| 1 | Two Sum | C# | Easy |
| 21 | Merge Two Sorted Lists | C# | Easy |
| 237 | Delete Node in a Linked List | C# | Easy |
| 344 | Reverse String | C# | Easy |
| 509 | Fibonacci Number | C# | Easy |
| 682 | Baseball Game | C# | Easy |
| 771 | Jewels and Stones | C# | Easy |
| 876 | Middle of the Linked List | C# | Easy |
| 933 | Number of Recent Calls | C# | Easy |
| 1108 | Defanging an IP Address | C# | Easy |
| 1290 | Convert Binary Number in a Linked List to Integer | C# | Easy |
| 1342 | Number of Steps to Reduce a Number to Zero | C# | Easy |
| 1394 | Find Lucky Integer in an Array | C# | Easy |
| 1431 | Kids With the Greatest Number of Candies | C# | Easy |
| 1470 | Shuffle the Array | C# | Easy |
| 1480 | Running Sum of 1d Array | C# | Easy |
| 1512 | Number of Good Pairs | C# | Easy |
| 1556 | Thousand Separator | C# | Easy |
| 1603 | Design Parking System | C# | Easy |
| 1662 | Check If Two String Arrays are Equivalent | C# | Easy |
| 1672 | Richest Customer Wealth | C# | Easy |
| 1678 | Goal Parser Interpretation | C# | Easy |
| 1684 | Count the Number of Consistent Strings | C# | Easy |