DSA Notes
  • My Blog
  • Home

Data Structures

  • Arrays
  • Linked Lists
    • Problems
  • Stacks
  • Priority Queues

Algorithms

  • Sorts
  • Binary Search
  • Dynamic Programming

Stringology

  • Exact Match

Misc

  • Maximal Rectangle Problem
  • Line Sweeping
  • Scheduling
  • Journey
  • Python Tricks
DSA Notes
  • Data Structures
  • Linked Lists

Linked Lists

Problems

  • Intersection of Two Linked Lists
  • Merge Two Sorted Lists
  • Flatten a Multilevel Doubly Linked List
  • Insert into a Sorted Circular Linked List
  • Copy List with Random Pointer: Only use O(1) space.
Previous Next

Built with MkDocs using a theme provided by Read the Docs.
« Previous Next »