Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 367 Bytes

presentation.md

File metadata and controls

41 lines (28 loc) · 367 Bytes
marp theme class math
true
uncover
invert
mathjax

Writng a Fast Dictionary

By: Matthew Crews


Why?

  • Sometimes you need a Dictionary
  • Learning Opprotunity

Code

let func a b = a + b

Math!

$\mathcal{0}(n\log{n})$

OR, multi-line expression.

$$ \begin{align} x &= 1 + \frac{1}{2} \\ &= 1.5 \end{align} $$