The portfolio is where I will put some of my available code and grahpics work.



Practical Programming

This is a section in programming in PHP. I have written a bit of PHP code for this website which makes maintaining & expanding it much simpler than a normal website written in HTML only.

  • Template System
    A (rather simplistic) system for separating a site's layout from its content


Data Structures

Here is some work I have done for my data structures class.

  • Binary Tree
    A binary tree structure written in a C++ class template which is used to sort any abstract data type.