Skip to content

Bert0324/leetcode-vscode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm + Rust + JS, following CLRS

Data Structure

Binary Tree

  1. Traverse ( DFS + BFS )
  2. Balance
  3. extension: binary search tree, avl tree, RB tree.

Union-Find

Hash Table

Method

Greedy

Dynamic Programming

Divide-and-Conquer Method

3 steps:

  1. the meaning of each element
  2. the relationship between elements
  3. initial situation

Design

LRU cache

Graph

  1. Adjacency List
  2. Adjacency Matrix
  3. Minimum Spanning Tree
  4. shortest paths: Floyd–Warshall algorithm

Graphics

DDA

About

a leetcode repo base on vscode-leetcode: https://github.com/jdneo/vscode-leetcode

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published