Collection of various coding challenges and related code snippets
Mostly C# solutions but there is the occasional javascript/typescript implementation
- Find minimum value in sorted rotated array [C#]
- Find minimum length fence that encompasses all points [C#]
- Number of occurrences of a word in a string [C#]