Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 474 Bytes

dsa-practice.md

File metadata and controls

23 lines (18 loc) · 474 Bytes

DSA Practice Rubric

Classic Data Structures

Given a ___________,  find _______________

Array                      max element
Linked List	               sum of elements
Stack                      whether x is contained in it
Queue                      reversed/sorted/manipulated version of it
Tree
BST

Iteratively && Recursively

Arrays

  • Sorting
  • Multi-Level
    • Neighbors, Sums, Ways out of a maze
  • Deep Traversals
  • Creating other DS from an array