
My solutions to HackerRank practice problems using C#
If you are interested in helping or have a different solution, feel free to make a pull request.
- Warmup
 - Implementation
 - Strings
 - Sorting
 - Search
 - Graph Theory
 - Greedy
 - Dynamic Programming
 - Constructive Algorithms
 - Bit Manipulation
 - Recursion
 - Game Theory
 - NP Complete
 - Debugging
 
| # | Title | Solution | Difficulty | Points | 
|---|---|---|---|---|
| 01 | Solve Me First | C# | Easy | 1 | 
| 02 | Simple Array Sum | C# | Easy | 10 | 
| 03 | Compare the Triplets | C# | Easy | 10 | 
| 04 | A Very Big Sum | C# | Easy | 10 | 
| 05 | Diagonal Difference | C# | Easy | 10 | 
| 06 | Plus Minus | C# | Easy | 10 | 
| 07 | Staircase | C# | Easy | 10 | 
| 08 | Mini-Max Sum | C# | Easy | 10 | 
| 09 | Birthday Cake Candles | C# | Easy | 10 | 
| 10 | Time Conversion | C# | Easy | 15 |