LeetcodeCollection

@kavimaluskam

Leetcode Collection

Personal leetcode challenge/documentation with leetcode-cli.

1: Two Sum

Easy
array
hash-table

2: Add Two Numbers

Medium
linked-list
math

3: Longest Substring Without Repeating Characters

Medium
hash-table
two-pointers
string
sliding-window

15: 3Sum

Medium
array
two-pointers

50: Pow(x, n)

Medium
math
binary-search

66: Plus One

Easy
array

67: Add Binary

Easy
math
string

74: Search a 2D Matrix

Medium
array
binary-search

78: Subsets

Medium
array
backtracking
bit-manipulation

79: Word Search

Medium
array
backtracking
  • <
  • 1
  • 2
  • 3
  • 4
  • >