My Portfolio
This page highlights some of my coding abilities with code samples and applets.
Java
|
|
|
|
| Graphic Clock | Expression Parser | Binary Tree |
| Represent time in a grid of JPanels; each panel stands for a unit of time. Different color changes and different layouts are possible. | A simple parser of mathematical expressions; parses basic binary operators and constructs a tree to represent them. | A self-balancing binary search tree, animated to show node addition and removal. |