Hello! This is a repo of my solutions to leetcode problems. This code is currently all written in C# although I might do some Python as well. The purpose for me in doing these problems is to keep my skills sharp, learn some new techniques, and really review data structures used in programming. An added bonus is that I find it quite fun to come up with these solutions.
https://leetcode.com/list/eb1r7wlv
Below is a table of the Leetcode problems that I've solved. The column on the left links to the problem on the leetcode.com website and the column on the right link to .cs files in this repository.
| Problem | Solution |
|---|---|
| Two Sum | c# |
| Integer to Roman | c# |
| Roman to Integer | c# |
| Integer to English Words | c# |
| Top K Frequent Words | c# |
| Check if the Sentence Is Pangram | c# |
| Contains Duplicate II | c# |
Table created with Tables Generator