/Leetcode-TypeScript

Some Leetcode solutions on Typescript

Primary LanguageTypeScript

Leetcode Solutions in TypeScript

Leetcode Problem Solution Difficulty Post
18. 4Sum 18.ts Medium
56. Merge Intervals 56.ts Medium Link
100. Same Tree 100.ts Easy
836. Rectangle Overlap 836.ts Easy
1146. Snapshot Array 1146.ts Medium
1304. Find N Unique Integers Sum up to Zero 1304.ts Easy
1386. Cinema Seat Allocation 1386.ts Medium
1404. Number of Steps to Reduce a Number in Binary Representation to One 1404.ts Medium
1405. Longest Happy String 1405.ts Medium
1615. Maximal Network Rank 1615.ts Medium
1822. Sign of the Product of an Array 1822.ts Easy

Run Locally

# Deno
deno run --watch <file>.ts

Author