Cpp projects
TryMe - Programming competition software
Fast ABTree - A fast dynamic ab tree implementation
P Tree - A Parallel Lock Fre AB Tree
TryMe contest software is software that will hopefully replace the aging competition software used at FSU programming competitions. It is similiar to software used by ACM and topcoder, however will be completely open source and extensible. If you find any bugs or have any questions, please let me know. Documentation can be found here. Development has been discontinued.
Software works on command line
Submission and auto-compilation of programs
Email subsystem is implemented
Ranking system has been partially implemented
Ability to grade programs and respond to emails by judges
A Parallel Lock Free AB Tree that I did for my master's project at FSU.
In design stages, will be an open source generic tree implementation that will be fast and be able to do dynamic range searches. Will try to beat ANN and other range tree's.
Copyright 2006, All Rights Reserved, Micah Villmow