Skip to content

Conversation

@MorviBhojwani
Copy link
Contributor

@MorviBhojwani MorviBhojwani commented Oct 17, 2020

Solved Course Schedule II ([LeetCode 210]((https://leetcode.com/problems/course-schedule-ii/) | Graph | Medium) and updated Readme.md

Addresses issue #11
Approach: BFS solution
Time complexity: O(V+E)
Space complexity: O(V)

Put check marks:

Have you made changes in README file ?

  • Added problem & solution under correct topic.
  • Specified Space & Time complexity.
  • Specified difficulty level, tag & Note(if any).

Make sure all below guidelines are followed else PR will get Reject:

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code so that it is easy to understand
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • Any dependent changes have been merged and published in downstream modules
@MorviBhojwani MorviBhojwani force-pushed the solve_CourseScheduleII branch from f84ef95 to 78d2a7b Compare October 17, 2020 16:32
@MorviBhojwani
Copy link
Contributor Author

Hi @GouravRusiya30 , I have resolved the conflicts in the above PR. Please review it.

@GouravRusiya30 GouravRusiya30 merged commit 141ca43 into codedecks-in:master Oct 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants