Skip to content

gonghaima/leetcode

Repository files navigation

Leetcode Solutions with JavaScript PRs Welcome Build Status

Graph Problems

Union Find

Identify if problems talks about finding groups or components.

DFS

DFS from boundary

DFS - Time taken to reach all nodes or share information to all graph nodes

DFS - from each unvisited node/Island problems

DFS - Cycle Find

BFS

BFS - Shortest Path

Graph coloring/Bipartition

Topological Sort

Find Shortest Path (Dijkstra's/Bellman Ford)

Sliding Window

Dynamic programming

Linear DP

DP 1

string and array

Linked List

trees-and-graphs

Backtracking

Sorting and Searching

Sorting and Searching

Dynamic Programming

Design

Math

Others

Top liked

Top interview

About

Leetcode Solutions with JavaScript

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •