Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

链表 #5

Open
jiangshanmeta opened this issue Oct 12, 2018 · 0 comments
Open

链表 #5

jiangshanmeta opened this issue Oct 12, 2018 · 0 comments

Comments

@jiangshanmeta
Copy link
Owner

jiangshanmeta commented Oct 12, 2018

基本操作

  • 707 实现链表(插入节点 查找节点 删除节点)

删除节点

  • 203 最基本的删除节点
  • 82 链表删除节点 删除重复的节点
  • 83 链表删除节点 删除重复的节点
  • 237 这题是脑筋急转弯 链表删除节点

翻转链表

  • 206 翻转链表
  • 92 翻转链表 翻转部分
  • 24 翻转链表 成对翻转
  • 25 翻转链表 k个一组翻转

合并链表

  • 2 链表合并
  • 445 链表合并 翻转链表(2)
  • 21 合并链表
  • 23 合并链表 分治

拆分链表

  • 328 拆分链表
  • 86 拆分链表
  • 138 复制链表 拆分链表

快慢指针

  • 876 快慢指针 找链表中点
  • 234 快慢指针 翻转链表
  • 143 快慢指针 翻转链表 合并链表
  • 109 快慢指针 找链表终点 链表转换为平衡BST
  • 19 快慢指针 删除倒数第k个节点
  • 61 快慢指针 (19)

  • 141 快慢指针 判断链表有环
  • 142 快慢指针 找到环开始位置

排序

  • 147 链表的插入排序
  • 148 快慢指针找链表终点 合并链表 归并排序

未分类

  • 160 找两个链表交集的起点 不知道咋分类 这题挺有意思 其实应该划到树里
  • 725 遍历链表? 不知道咋分类
  • 817 不知道咋分类 hash?
  • 430 栈
  • 1171 ※ hash
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant