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.
- Host: GitHub
- URL: https://github.com/rid17pawar/friendscircle
- Owner: rid17pawar
- Created: 2021-04-26T08:15:44.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-26T09:29:23.000Z (about 5 years ago)
- Last Synced: 2025-12-25T19:08:47.261Z (6 months ago)
- Topics: cpp, data, graph, graph-algorithms, oop
- Language: C++
- Homepage:
- Size: 817 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

### Thank You !