Skip to content

CPP program to simulate adding friends, recommending new friends and removing friends.

Notifications You must be signed in to change notification settings

MariamAmr01/Social-Network-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Social-Network-System

Program for connecting users by simulating adding friends, recommending new friends and removing friends.

Features:

  • Read users from file.
  • Read users' relations from file.
  • Login.
  • Search for user by username.
  • Show friend list.
  • Add friends.
  • Delete friends.
  • Get friends recommendations.
  • Logout.

Used Data structures:

  • Linked List.
  • Treap (Priority used in treap is set to a random number < 100).

About

CPP program to simulate adding friends, recommending new friends and removing friends.

Topics

Resources

Stars

Watchers

Forks

Languages