Skip to content

Completed Graph-1#763

Open
AneerudhS27 wants to merge 1 commit intosuper30admin:masterfrom
AneerudhS27:master
Open

Completed Graph-1#763
AneerudhS27 wants to merge 1 commit intosuper30admin:masterfrom
AneerudhS27:master

Conversation

@AneerudhS27
Copy link

No description provided.

@super30admin
Copy link
Owner

  • Strengths:

    • Correct implementation of both problems.
    • Good use of comments to explain the logic.
    • Efficient time and space complexity for both solutions.
  • Areas for Improvement:

    • Avoid using <bits/stdc++.h> as it includes many unnecessary headers and is not considered good practice in professional coding.
    • Separate the solutions for different problems into different files or clearly demarcate them to improve readability.
    • For the ball in a maze problem, consider adding a check to see if the starting position is valid (i.e., not a wall) before proceeding with DFS.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants