Skip to content

Java Implementation: DFSrecursive with Graph class, Monotonic Array #6095

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

Closed
wants to merge 22 commits into from

Conversation

SlyyJavii
Copy link

  • [x ] I have read CONTRIBUTING.md.
  • [ x] This pull request is all my own work -- I have not plagiarized it.
  • [ x] All filenames are in PascalCase.
  • [ x] All functions and variable names follow Java naming conventions.
  • [ x] All new algorithms have a URL in their comments that points to Wikipedia or other similar explanations.
  • [ x] All new code is formatted with clang-format -i --style=file path/to/your/file.java

@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 73.54%. Comparing base (1c978c5) to head (41c8476).
Report is 210 commits behind head on master.

Additional details and impacted files
@@              Coverage Diff              @@
##             master    #6095       +/-   ##
=============================================
+ Coverage     62.98%   73.54%   +10.55%     
- Complexity     4049     5108     +1059     
=============================================
  Files           569      658       +89     
  Lines         16056    17649     +1593     
  Branches       3086     3396      +310     
=============================================
+ Hits          10113    12980     +2867     
+ Misses         5525     4166     -1359     
- Partials        418      503       +85     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@siriak
Copy link
Member

siriak commented Nov 30, 2024

DFS is already implemented here

@siriak siriak closed this Nov 30, 2024
@SlyyJavii
Copy link
Author

DFS is already implemented here

My bad, on the website it doesn’t show that there was any java implementation for DFS
IMG_3071

@siriak
Copy link
Member

siriak commented Dec 1, 2024

That's probably because it's not in data structures, but in searches. I think you could move the existing implementation to data structures to make it more discoverable

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.

4 participants