Skip to content

Latest commit

 

History

History
49 lines (31 loc) · 1.41 KB

README.md

File metadata and controls

49 lines (31 loc) · 1.41 KB

Basis

Theory

Data Structures

  • Binary Tree here
  • Singly Linked List here
  • Doubly Linked List here
  • Skip List here

Algorithms

Design patterns (dps) 🏗

Theory

Behavior

Generative

Structural

Data Source

  • Data Access Object here
  • Active Record here
  • Row Data Gateway here

Optimization

Practice

Useful Links