Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 219 Bytes

note0234.md

File metadata and controls

8 lines (6 loc) · 219 Bytes

Thoughts

Stupid thought

  1. Traverse the entire linklist and store the values in a array list
  2. if array list is equal to its reversed list, return true

Linklist thought

  1. Reverse linklist to compare