# Light2Offer **Repository Path**: henturay/light2offer ## Basic Information - **Project Name**: Light2Offer - **Description**: No description available - **Primary Language**: Java - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-12-29 - **Last Updated**: 2021-01-09 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Light2Offer #### 介绍 《剑指Offer》笔记 #### 链表 * exam06:从后往前打印链表 * exam18.test1:O(1)时间复杂度删除链表中的节点 * exam18.test2:删除链表中重复的节点 * exam22:链表中倒数第k个节点 * exam23:链表中环的入口节点 * exam24:反转链表 * exam25:合并两个排序的链表 * exam52:两个链表的第一个公共节点