Skip to content

Graph-1 completed#767

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

Graph-1 completed#767
sathvikareddy18 wants to merge 1 commit intosuper30admin:masterfrom
sathvikareddy18:master

Conversation

@sathvikareddy18
Copy link

No description provided.

@super30admin
Copy link
Owner

Strengths:

  • Correct implementation of both problems.
  • Appropriate use of data structures (BFS for maze, indegree tracking for town judge).
  • Clear and readable code.

Areas for Improvement:

  • In the town judge problem, consider renaming "array" to something more descriptive like "indegrees" to better reflect its purpose.
  • For the maze problem, adding comments to explain the BFS steps and the condition checks would enhance readability.
  • Ensure consistent formatting (e.g., spacing around operators) throughout the code.

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