LeetCode problems' submissions & top randed with TypeScript.
Submissions was completed by myself.
Top Randed includes the best submissions complated by other guys in LeetCode.com with JavaScript.
Author: Yalda
Github: leetcode-ts
Blog: www.yalda.cn
Online Book: www.yalda.cn/leetcode-ts
Array¹², Dynamic Programming⁴, Math³, String¹, Tree¹,
# | Title | Topics | Difficulty |
---|---|---|---|
0001 | two-sum | String | Easy |
0003 | longest-substring-without-repeating-characters | String | Easy |
0004 | median-of-two-sorted-arrays | String | Hard |
0014 | longest-common-prefix | String | Easy |
0017 | letter-combinations-of-a-phone-number | String | Easy |
0050 | powx-n | String | Easy |
0074 | search-a-2d-matrix | String | Easy |
0136 | single-number | String | Medium |
0169 | majority-element | String | Easy |
0202 | happy-number | String | Easy |
0240 | search-a-2d-matrix-ii | String | Easy |
0344 | reverse-string | String | Easy |
0724 | find-pivot-inde | String | Hard |