Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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: about 1 month 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 !