Skip to content

Sibyl233/LeetCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

README

题解

  • 剑指Offer
  • 每日一题 & 热题100(待做)

数据结构

  • 数组与链表
  • 栈与队列
  • 树与图:并查集
  • 哈希表
  • 字符串:字典树、后缀树

算法

  • 排序算法 [ code | note | 十大经典排序算法 ]
  • 搜索算法:回溯、递归、剪枝技巧 [ code ]
  • 图论:最短路、最小生成树、网络流建模
  • 动态规划:背包问题、最长子序列、计数问题
  • 基础技巧:分治、倍增、二分、贪心

其它

  • 时间复杂度和空间复杂度 [ note | 复杂度速查表 ]
  • 代码的规范性、完整性和鲁棒性

参考

  1. https://leetcode-cn.com/leetbook/read/illustration-of-algorithm/50e446/
  2. https://pegasuswang.github.io/python_data_structures_and_algorithms/

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages