java-algorithms-implementation
Algorithms and Data Structures implemented in Java (by phishman3579)
graph-pathfinding-algorithms
Implementation and tests for graph pathfinding algorithms. (by rabestro)
java-algorithms-implementation | graph-pathfinding-algorithms | |
---|---|---|
2 | 2 | |
4,499 | 5 | |
0.0% | - | |
0.0 | 0.9 | |
over 2 years ago | about 1 year ago | |
Java | Java | |
Apache License 2.0 | MIT License |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
java-algorithms-implementation
Posts with mentions or reviews of java-algorithms-implementation.
We have used some of these posts to build our list of alternatives
and similar projects.
graph-pathfinding-algorithms
Posts with mentions or reviews of graph-pathfinding-algorithms.
We have used some of these posts to build our list of alternatives
and similar projects.
- Code Review - Breadth First Shortest Path
-
Can I use JUnit4 in my projects in JetBrains Academy?
Example. In HyperMetro project you should implement BFS & Dijkstra’s algorithms. I created a separate task and two tests using JUnit and Spock just to compare them. Please take a look: Task: https://github.com/rabestro/algorithms/issues/30 JUnit: https://github.com/rabestro/algorithms/blob/master/algorithm/src/test/java/lv/id/jc/algorithm/graph/SearchAlgorithmsTest.java Spock: https://github.com/rabestro/algorithms/blob/master/algorithm/src/test/groovy/lv/id/jc/algorithm/graph/SearchAlgorithmsSpec.groovy
What are some alternatives?
When comparing java-algorithms-implementation and graph-pathfinding-algorithms you can also consider the following projects:
Java - All Algorithms implemented in Java
jetbrains-academy-hypermetro - Have you ever been worried about getting lost in the subway? Do you need to find a faster route to your destination? Write an application that will help you better navigate the complicated metro system.
OptiGraph - Optimum graph creation and distribution for underground networks.
simple-graphs - A simple graph library for java
data-structures - A collection of powerful data structures
FXGraphAlgorithmSimulator - Visualizes specific Graph Algorithms like BFS, DFS, MST etc. on interactive user input graphs.