Skip to content

Latest commit

 

History

History
20 lines (15 loc) · 484 Bytes

README.md

File metadata and controls

20 lines (15 loc) · 484 Bytes

leetcode.com Solution

This repository contains all the solved solutions for coding problems on LeetCode. All solutions have an acceptable runtime and memory usage.

Programming Languages:

  • C# - denoted by [C#]
  • Java - denoted by [J]
  • Python - denoted by [Py]
  • SQL - denoted by [SQL]
  • Bash Script - denoted by [B]
  • TypeScript - denoted by [T]

Naming Format:

[Difficulty][Programming Language].question number.question title

Difficulty:

E: Easy M: Medium H: Hard