-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added dfs.java #138
base: master
Are you sure you want to change the base?
added dfs.java #138
Conversation
Please review this PR and kindly notify me if any changes are requested. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a README file describing about what it does and how is this implemented.
Added visualizing feature for the algorithm
I added the README file and also gave a link to visualize the code for a better understanding for beginners. CAn you please review this now @khanchi97 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It should prompt the user to enter values.
@@ -0,0 +1,49 @@ | |||
import java.io.*; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not in this way.Make it ask to users to enter values for this.
I added Depth First Search Algorithm in java . I think this solves issue #111 .