🌃
Limited Algorithm
Ctrlk
  • Summary
  • Hash & TreeMap
  • Queue &Stack & PQ
  • Hybrid Data Structure
  • Graph
  • Graph Backtracking and Others
  • Tree
  • Pure Recursion & Backtracking
  • Dynamic Programming
  • Others
  • Array& LinkedList & String
    • String & Character& StringBuilder
    • Array/List & LinkedList
    • Integer Class
    • Practice 0 Basic Operation & Implement
    • Practice 1 String & LinkedList
    • Practice 2 LinkedList & String
      • Question1 Reverse Linked List
      • Question2 Swap Nodes in Pairs
      • Question3 Reverse LinkedList II
      • Question4 Reverse Vowels of a String
      • Question 5 Reverse Words in a String
      • Question 6 Reverse String
      • Question 7 Reverse String II
      • Question 8 Valid Palindrome
      • Question 9 Valid Palindrome II
      • Question 10 Valid Paretheses
      • Question 11 Valid Paretheses II
    • Practice 3 LinkedList & Array
    • Practice 4 Integer, String and Pointers Practice
    • Practice 5 Advance String Practice I
    • KMP
    • Practice X Matrix Rotation
  • Adavance Two Pointer
  • Advance Sliding Window
  • Advance Binary Search
  • Advance Young's Matrix
  • Java Knowledge
Powered by GitBook
On this page
  1. Array& LinkedList & String

Practice 2 LinkedList & String

7 LinkedList & String& Array II

Reverse Linked List

Swap Nodes in Pairs

Reverse Linked List II

Reverse Vowels of a String

Reverse Words in a String

Reverse String

Reverse String II

Valid Palindrome

Valid Palindrome II

Valid Parentheses

PreviousProblem 11NextQuestion1 Reverse Linked List

Last updated 1 year ago