面試資料
CtrlK
  • Introduce
  • Java
    • JVM
  • Data Structrue
    • Linked list
      • # 61 Rotate List
      • # 138 Copy List with Random Pointer
      • # 430 Flatten a Multilevel Doubly Linked List
      • # 203 Remove Linked List Elements
      • # 35 Reverse Linked List
      • # 19 Remove Nth Node From End of List
      • # 160 Intersection of Two Linked Lists
    • Hash Table
      • # 202 Happy Number
      • # 349 Intersection of Two Arrays
      • # 136 Single Number
      • # 217 Contains Duplicate
    • Array & String
      • # 15 3Sum
      • # 11. Container With Most Water
      • #189 Rotate Array
      • #724 Find Pivot Index
  • Operating System
  • Leetcode
    • 27 Remove Element
  • 1
Powered by GitBook
On this page

Was this helpful?

  1. Data Structrue

Linked list

# 61 Rotate List# 138 Copy List with Random Pointer# 430 Flatten a Multilevel Doubly Linked List# 203 Remove Linked List Elements# 35 Reverse Linked List# 19 Remove Nth Node From End of List# 160 Intersection of Two Linked Lists
PreviousData StructrueNext# 61 Rotate List

Last updated 6 years ago

Was this helpful?