Question: I need help in java. Thank you! Please include 4files including, Profile.java, DictionaryInterface.java, HashedDictionary.java, Driver.java; The popular social network Facebook TM was founded by Mark

I need help in java. Thank you! Please include 4files including, Profile.java, DictionaryInterface.java, HashedDictionary.java, Driver.java;

The popular social network Facebook TM was founded by Mark Zuckerberg and his classmates at Harvard University in 2004. At the time, he was a sophomore studying computer science.

Design and implement an application that maintains the data for a simple social network. Each person in the network should have a profile that contains the persons name, an image(Optional), current status(Online, offline, busy,...), and a list of friends. Your application should allow a user to join the network, leave the network, create a profile, modify the profile, search for other profiles, and add and remove friends.

Reference: Data Structures and Abstractions with Java, Frank M. Carrano, 4th Edition, Pearson, 2015.

You can use any data structure you have learned and written so far.

DO NOT USE ANY JAVA, C++, or PYTHON LIBRARY to import data structures!

Use your own data structures that you wrote before for the exercises.

Use at least a hash table or a dictionary.

You need at least 2 data structures: One for profiles and one for the list of the friends of those profiles.

You should submit the data structures you used in your code.

You need to implement CRUD (In computer programming, create, read, update, and delete (CRUD) are the four basic functions):

C= Create: Add profile- Add friends

R= Read: Read the information of a profile - Search for other profiles

U= Update: Update and edit the profile - Update the friend list

D= Delete: Delete a profile - Delete a friend of a profile.

You need to have a class diagram for your program (A simple one is acceptable): Read about UML and Class Diagrams online:

https://www.smartdraw.com/class-diagram/Links to an external site.

https://www.visual-paradigm.com/guide/uml-unified-modeling-language/uml-class-diagram-tutorial/Links to an external site.

https://www.uml-diagrams.org/class-diagrams-examples.htmlLinks to an external site.

Draw it on paper or a file (both are acceptable): Links to an external site.

https://www.draw.io/ Links to an external site.(draw.io is free online diagram software for making flowcharts, process diagrams, org charts, UML, and network diagrams.)Links to an external site.

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Databases Questions!