Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 323 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 323 Bytes

Collection of various coding challenges and related code snippets

Mostly C# solutions but there is the occasional javascript/typescript implementation

  1. Find minimum value in sorted rotated array [C#]
  2. Find minimum length fence that encompasses all points [C#]
  3. Number of occurrences of a word in a string [C#]