Skip to content

Latest commit

 

History

History
22 lines (19 loc) · 209 Bytes

README.md

File metadata and controls

22 lines (19 loc) · 209 Bytes

aoc2023

  • types of variables
  • arrays
  • linked lists
  • stacks
  • queues
  • heaps
  • trees
  • graphs

Julia Vocab

  • Union
  • Nothing
  • module
  • type
  • function
  • include
  • typeof
  • multiple dispatch
  • missing