ritikbanger / Hacktoberfest2022-DSA

If You know the implementation of any DSA related topic/problem or HackerRank, HackerEarth, LeetCode problems then you can contribute it in this repo. Raise Genuine PRs only. Your PRs will be accepted, keep patience. Star this Repo. You aren't allowed to Update README.md. Create PR and win Swags in hacktoberfest 2022
MIT License
97 stars 340 forks source link

Created 103B_Ctulhu.cpp #490

Closed RuchNas-Pottah closed 1 year ago

RuchNas-Pottah commented 1 year ago

Contains accepted solution to the problem https://codeforces.com/problemset/problem/103/B on Codeforces. The problem is amazing and provides a learning experience related to graphs as it consists of two checks (one, if all nodes are part of a single component, and then, if only one cycle is present)

ritikbanger commented 1 year ago

lgtm