Write a sample java program that uses Graph ADT. The program must use a Graph ADT to add new users like a social site. T

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899604
Joined: Mon Aug 02, 2021 8:13 am

Write a sample java program that uses Graph ADT. The program must use a Graph ADT to add new users like a social site. T

Post by answerhappygod »

Write a sample java program that uses Graph ADT.
The program must use a Graph ADT to add new users like a social
site.
The program must allow users to follow each other, and when
another user is deleted the followers must be notified.
Each user that gets created should have a username, password,
name, surname and gender.
Each user can be updated, removed and disabled.
Each user must be able to send and receive a message
You can use Lists, ArrayLists, Queues or Stacks in your
program.
When you are done, the program must be executed as a jar
file.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply