Algorithms
Algorithms copied to clipboard
A collection of algorithms and data structures
The Hungarian algorithm is mainly used to solve some problems related to bipartite graph matching.The code I uploaded mainly addresses the issue of minimum point coverage, and I hope it...
The Hungarian algorithm is mainly used to solve some problems related to bipartite graph matching.The code I uploaded mainly addresses the issue of minimum point coverage, and I hope it...
Bumps [mikepenz/action-junit-report](https://github.com/mikepenz/action-junit-report) from 3 to 5. Release notes Sourced from mikepenz/action-junit-report's releases. v5 no changes v5.0.0-rc01 🚀 Features Improve parsing logic for nested suites PR: #1224 Configuration to enable grouping...
Bumps [com.google.truth:truth](https://github.com/google/truth) from 1.1.5 to 1.4.4. Release notes Sourced from com.google.truth:truth's releases. v1.4.4 Annotated the rest of the main package for nullness, and moved the @NullMarked annotation from individual classes...
Bumps org.apache.commons:commons-lang3 from 3.14.0 to 3.17.0. [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a...
Updated toString method to prevent NullPointerException and improved readability in various methods.
https://github.com/williamfiset/Algorithms/blob/173fa7ce70f5d731c0f2141b48679e4697a76647/src/main/java/com/williamfiset/algorithms/datastructures/stack/ListStack.java#L58 The iterator which is being passed over to the Stack class, when used, prints elements in FIFO order.