CodersForLife / Data-Structures-Algorithms

Your personal library of every algorithm and data structure code that you will ever encounter
MIT License
171 stars 208 forks source link

Check for cycle in Graph (C++) #308

Open jvillegasd opened 4 years ago

jvillegasd commented 4 years ago

Would you like to work on the issue?

Yes

SamarthMayya commented 4 years ago

Is a C++ solution accepted? In that case, I can surely work on such an issue

jvillegasd commented 4 years ago

Yes, it is a C++ solution and I did a Pull request with the solution already.