Skip to content

akuisara/Course

Repository files navigation

Wheaton College

###COMP215 Algorithms

  • bst.cpp: Binary search tree that can traverse the tree in-order
  • bst_RBtree: Implementing binary search tree and red-black tree

###COMP335 Principles of Programming Languages

  • bst.rkt: Binary search tree that can traverse the tree in-order
  • parser_interpreter.rkt: Implement the parser, interpreter and syntactic sugar
  • interp+env.rkt: added the environment
  • mutation.rkt: added mutation
  • Haskell: Final Presentation

###COMP398 Web Application Development

###COMP345 Operating System