How to Check if it’s Possible to Finish all the Courses (Leetcode 207)
Let's understand Graph data structure and DFS algorithm by solving this problem
Originally Published @ https://asyncq.com/
Introduction
In this article, we will solve Leetcode problem 207 which help us to learn about graph data structure and operating DFS on the graph data structure.