Survey manager main form application with client forms, press 'Connect' on each form to connect to a chat server.
Application allows for main client to select from list of sample questions to be sent to client forms.
Features:
- Three different sorts used for sample data sorting
- Doubly linked list for displaying data (Head <-> Tail)
- Binary tree with pre-order, in-order, post-order display
- Save survey & results into hashmap then .txt file

