An open API service indexing awesome lists of open source software.

https://github.com/rid17pawar/friendscircle

Friends Circle is a console based application developed in cpp using Graph Data Structure.
https://github.com/rid17pawar/friendscircle

cpp data graph graph-algorithms oop

Last synced: 18 days ago
JSON representation

Friends Circle is a console based application developed in cpp using Graph Data Structure.

Awesome Lists containing this project

README

          

# FriendsCircle
Friends Circle is a console based application developed in cpp using Graph Data Structure. It uses Adjacency List representation to store Graph's Data.
#### Time Complexity is O(V)
#### Space Complexity is O(V+E)
where V is number of users and E is total friendship links.

![Logo](https://github.com/rid17pawar/FriendsCircle/blob/main/FriendsCircle.png)

### Thank You !