A Trie is a general tree, in that each node can have any number of children. It is used to store a dictionary (list) of words that can be searched on,
...Purpose: Writing the Client and Server code
The purpose of Assignment 2 is to build a simple socket based multi-threaded
client/server chat application. In Part 1 of the assignment you have built the GUI
...
Purpose: Building the GUIs
The purpose is to build a multi-threaded client/server chat application.
In Part 1 of the assignment you are to build the GUI. In Part 2 of the assignment you
...
We will be going through some fun image manipulation exercises
in this one, developing some tools for your image processing toolbox. You may notice that
FILE I/O will receive no partial marks. The reason for this is that every following question
...