Andrei's Playground

  • Algorithms can be fun...
  • the basics...
  • Analysis of algorithms

    Basic data structures

    Algorithmic paradigm

    Sort

    Search

    Graphs

    Strings

    Practice

Basic data structures
  • Stacks and queues
  • Trees
    • Traversals
    • Segment Trees
    • Fenwick (Binary Indexed) Trees
    • Cartesian Trees
  • Heaps
  • Disjoint sets