Lee Kang

Projects

Grumblr

A blogging website that imitates Tumblr, Twitter, or Facebook. It uses Twitter Bootstrap on the frontend and Django for the backend.

Laptop Compare

Ever wanted an easy way to compare laptops with each other? This web application combines laptop information from amazon.com and benchmark information from cpubenchmark.net to make that task easy. This was our final project for my web applications class and I worked mainly on the back end.

Malloc Implementation

Implemented the well-known C function, malloc, for my systems class. We were scored based on speed and space. My implementation ended up being one of the best in the class

Chess Bot

Created a chess bot for my algorithms class. It uses the minimax algorithm with alpha-beta pruning. I also use many other well-known heuristics to make it better. Our bots were pitted against each other and my bot recieved 9th place.

Learn more: chessprogramming.wikispaces.com

Project Euler

Completed around 100 problems on Project Euler.

Project Euler