Skip to content

OmnicWolf/leetcode-csharp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Solutions in C#

Environment

  • Visual Studio 2019 for Mac v8.10
    • .NET SDK 5.0.402
    • .NET Core SDK 3.1.414

Problems Completed

Easy

Problem Runtime Percentile
1. Two Sum 112ms 100.00%
125. Valid Palindrome 76ms 90.15%
206. Reverse Linked List 76ms 99.61%

Medium

Problem Runtime Percentile
36. Valid Sudoku 108ms 74.10%
50. Pow(x, n) 20ms 100.00%
92. Reverse Linked List II 84ms 92.62%
430. Flatten a Multilevel Doubly Linked List

Hard

Problem Runtime Percentile
42. Trapping Rain Water 84ms 99.59%

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Languages