/data_structs_algos_probs

Some prep problems in data structures and algorithms

Prep Problems in Data Structures and Algorithms

The basic process for each problem

  1. attempt solution on paper
  2. solution check
  3. translate to code (checking syntax errors)
  4. commenting the code