zoukankan
html css js c++ java
链表题型归纳
链表归纳
一、题型
1、链表反转/翻转
206 Reverse Linked List
092 Reverse Linked List II
061 Rotate List
2、链表划分/重排
086 Partition List
143 Reorder List
3、链表合并
021 Merge Two Sorted Lists
023 Merge K Sorted Lists
4、链表相交
160 Intersection of Two Linked Lists
5、环形链表
141 Linked List Cycle
142 Linked List Cycle II
6、奇偶链表
328 Odd Even Linked List
7、回文链表
160 Intersection of Two Linked Lists
8、链表去重
083 Remove Duplicates from Sorted List
082 Remove Duplicates from Sorted List II
9、链表深度拷贝
138 Copy List with Random Pointer
10、链表相加
002 Add Two Numbers
445 Add Two Numbers II
二、技巧
1、虚拟表头
2、快慢指针
3、巧用数学规律
4、基础操作
查看全文
相关阅读:
(KMP Next的运用) Period II -- fzu -- 1901
(字典树)How many--hdu--2609
(KMP 最大表示最小表示)String Problem -- hdu-- 3374
(KMP 暴力)Corporate Identity -- hdu -- 2328
(KMP 扩展)Clairewd’s message -- hdu -- 4300
(KMP 字符串处理)Substrings -- hdu -- 1238
(KMP)Count the string -- hdu -- 3336
JQuery弹出窗口小插件ColorBox
jquery promot
C#
原文地址:https://www.cnblogs.com/WakingUp/p/8543395.html
最新文章
Python _PyQt5对话框
Python_进程process 与 线程thread
Python_多进程_pool进程池
分布式 task_master / task_worker
网络发布工具 Apache/Nginx
Python_列表相减(判断长度后长的减短的)
Python_面向对象
Vue-Router路由Vue-CLI脚手架和模块化开发 之 vue-router路由
Vue 组件&组件之间的通信 之 使用slot分发内容
Vue 组件&组件之间的通信 之 非父子关系组件之间的通信
热门文章
Vue 组件&组件之间的通信 之 单向数据流
Vue 组件&组件之间的通信 之 子组件向父组件传值
Vue 组件&组件之间的通信 之 父组件向子组件传值
Vue 组件&组件之间的通信 父子组件的通信
Vue 组件&组件之间的通信 之 template模板引用与动态组件的使用
Vue 组件&组件之间的通信 之全局组件与局部组件
Vue 组件&组件之间的通信 之组件的介绍
(用了map) Registration system
Before an Exam
Watermelon -- codeforces
Copyright © 2011-2022 走看看