We write, we don’t plagiarise! Every answer is different no matter how many orders we get for the same assignment. Your answer will be 100% plagiarism-free, custom written, unique and different from every other student.
I agree to receive phone calls from you at night in case of emergency
Please share your assignment brief and supporting material (if any) via email here at: support@instaresearch.co.uk after completing this order process.
No Plagiarism Guarantee - 100% Custom Written
This paper revolves around Implementing a Social Network, you are required to design and implement a Java application that maintains the data for a simple social network You are to amplify your skills with the use of data structures and algorithms studied throughout our course.
Course Project: Implementing a Social Network
Design and implement a Java application that maintains the data for a simple social network. Each person in the network should have a profile that contains the person’s name, current status, 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 friends. Although you will have some freedom in the design of the data types, please note that both the social network and the list of friends for each person need to be implemented using the concepts studied in our course. Note that in Week 7 we will study new elements and you can also apply them in your implementation. This exercise is a variation of Project 16 in Chapter 13 of the textbook. 16. The popular social network Facebook™ 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 person’s name, optional image, current status, 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 friends. Create a UML class diagram that describes your class designs. Explain in a separate document why you chose the ADTs you used in the design of the data structures.
*Please use NetBeans IDE 8.0.2*
Objectives
With this project, you will enhance your abilities with the use of data structures and algorithms studied throughout our course. Based on the topics learned, you will design and implement your own solution for the given problem.
Problem Description
Design and implement a Java application that maintains the data for a simple social network. Each person in the network should have a profile that contains the person’s name, current status, 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 friends.
Although you will have some freedom in the design of the data types, please note that both the social network and the list of friends for each person need to be implemented using the concepts studied in our course. Note that in Week 7 we will study new elements and you can also apply them in your implementation.
This exercise is a variation of Project 16 in Chapter 13 of the textbook.
Create a UML class diagram that describes your class designs. Explain in a separate document why you chose the ADTs you used in the design of the data structures.
Guidelines
Best Practices
First of all, it is important to have a clear idea about what the problem is. Be sure you understand its parts and relationships. Second, think carefully about the data structuring portion of the project, as there are a number of variables to take into consideration. Third, as a software project, a design is required before starting the implementation, so make sure your UML class diagram is not missing any important components. Finally, test your project components, from its individual units to the entire system.