Data Structures and Algorithms in C#

This repository is a collection of algorithms, data structures and coding challenges which I've solved over a period of time. The algorithms/solutions are implemented considering effecient Time and Space Complexity approaches. All the solutions are 100% correct and tested against various test cases, unless marked as TODO/InProgress.

Algorithms Problems C#

Problem   Description
Array Partition I
View
Find Anagram Mappings
View
Hamming Distance
View
Jewels And Stones
View
Judge Route Circle
View
Logger Rate Limiter
View
Merge Two Binary Trees
View
Moving Average
View
Number Complement
View
Number of Lines to write string
View
Program
View
Reverse String
View
Reverse String II
View
Self Dividing Numbers
View
Subdomain Visit Count
View
Two Sum
View
Baseball Game
View
Distribute Candies
View
Trim BST
View
FizzBuzz
View
Island Perimeter
View
Toeplitz Matrix
View
Reshape Matrix
View
Flip Game
View
Goat Latin
View
ToLowerCase
View