Skip to content

LeetCode problems' solutions with TypeScript on Deno.

License

Notifications You must be signed in to change notification settings

guocaoyi/leetcode-ts

Repository files navigation

Algorithms use TypeScript

Algorithms problems' solutions with TypeScript, includes algorithms
data-structure \ interviews \ leetcode \ lcoffer problems.

Power by deno.lang

Topics

Array¹², Dynamic Programming⁴, Math³, String¹, Tree¹,

Problems

Algorithms

Data Structures

Interview Problems

LC Offer

LeetCode

#TitleTopicsDifficulty
1Two SumStringEasy
3longest-substring-without-repeating-charactersArray,Dynamic Programming,Math,StringEasy
4median-of-two-sorted-arraysStringHard
14longest-common-prefixStringEasy
17letter-combinations-of-a-phone-numberStringEasy
50powx-nStringEasy
74search-a-2d-matrixStringEasy
136single-numberStringMedium
169majority-elementStringEasy
202happy-numberStringEasy
240search-a-2d-matrix-iiStringEasy
344reverse-stringStringEasy
724find-pivot-indeStringHard

Testing

deno test // all deno test ./leetcode/0001.two-sum // scope

Testing Permission

  • -A, --allow-read

Author: Yalda

Github: leetcode-ts

Online Book: www.yalda.cn/leetcode-ts

close