Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 596 Bytes

README.md

File metadata and controls

17 lines (14 loc) · 596 Bytes

Ateam08

Welcome

Detail description in design.pdf

A Java FX final group project part of the CS 400 course. Covers the basic functionality of today's social networks using graphs

Finished goals:

  • Set up the repository and project.
  • Get all team members to clone the repository and set up local work directories.
  • Define GraphADT.java interface.
  • Define SocialNetworkADT.java interfaces.
  • Implementation of Graph.java class.
  • Implementation of GraphTest.java class.
  • Implementation of SocialNetwork.java class.
  • Implementation of SocialNetworkTest.java class.
  • Link Back-end with GUI.