🌃
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
      • Problem 1 Add Binary
      • Problem 2 Plus One
      • Problem 3 Add Strings
      • Problem 4 Add Two Numbers
      • Problem 5 Add Two Numbers
      • Problem 6 Plus One Linked List
      • Problem 7 Add two Polynomial
      • Problem 8 Remove Linked List
      • Problem 9 Delete Linked List
      • Problem 10
      • Problem 11
    • Practice 2 LinkedList & String
    • 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 1 String & LinkedList

5 LinkedList & String& Array I

Add Binary

Plus One

Add Strings

Add Two Numbers

Add Two Numbers II

Plus One Linked List

Add Two Polynomials Represented as Linked Lists

Remove Linked List Elements

Delete Node in a Linked List

Delete the Middle Node of a Linked List

Remove Nth Node From End of List

PreviousLinkedList DesignNextProblem 1 Add Binary

Last updated 1 year ago