Skip to content

Latest commit

 

History

History
41 lines (29 loc) · 823 Bytes

README_ZH.md

File metadata and controls

41 lines (29 loc) · 823 Bytes

English | 简体中文

多个outline搭配使用: 使用Notion的database更方便: leetcode 刷题记录

Study RoadMap

Problem List

  • 题单: blind75 That cover the most common questions and question patterns asked within coding interviews

By 数据结构

preview

  • [数组]
  • [链表]
  • [栈及队列]
  • [树]
    • [二叉搜索树]
    • [字典树]
    • [完全二叉树/堆]
    • [并查集]
  • [图]
  • [字符串]
  • [矩阵]

By 算法

  • [二分查找]
  • [多指针]
  • [BFS]
  • [DFS]
  • [减治]
    • [贪心]
  • [动态规划]

外链

  • [前端的数据结构与算法题]