Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 358 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 358 Bytes

SkillsUSA_Java

unfinished java project from Skills USA Competition in March

Project Goal: 4 hour time limit. Insert client accounts (AccountRecordSerializable) into a Binary Search Tree. Organize this storage structure. Create program to access, edit, delete, and create accounts.

Status: GUI and Binary Tree working. Methods to access and edit don't.