This artifact contains several miscellaneous, well-known algorithms, which however are
rather specific in their concrete use case and therefore not fit for the AutomataLib
Utilities library. Examples include Dijkstra's algorithm for the SSSP problem, the
Floyd-Warshall algorithm for the APSP problem and Tarjan's algorithm for finding
all strongly-connected components in a graph.
| License | LGPL 3.0 |
|---|---|
| Tags | automataalgorithm |
| Date | Jan 15, 2015 |
| Files | pom (2 KB) jar (17 KB) View All |
| Repositories | CentralArizona CSIBiblioXceptance |
| Ranking | #863843 in MvnRepository (See Top Artifacts) |
Compile Dependencies (7)
| Category/License | Group / Artifact | Version | Updates | |
|---|---|---|---|---|
| Defect Detection LGPL 2.1 | com.google.code.findbugs » jsr305 | 2.0.3 | 4.9.8 | |
Apache 2.0 | net.automatalib » automata-commons-util | 0.5.1 | 0.12.1 | |
| Collections Apache 2.0 | net.automatalib » automata-commons-smartcollections | 0.5.1 | 0.12.1 | |
Apache 2.0 | net.automatalib » automata-api | 0.5.1 | 0.12.1 | |
Apache 2.0 | net.automatalib » automata-core | 0.5.1 | 0.12.1 | |
Apache 2.0 | net.automatalib » automata-util | 0.5.1 | 0.12.1 | |
| Testing Apache 2.0 | org.testng » testng | 6.8.8 | 7.11.0 |
Licenses
| License | URL |
|---|---|
| GNU LESSER GENERAL PUBLIC LICENSE Version 3, 29 June 2007 | http://www.gnu.org/licenses/lgpl-3.0-standalone.html |
Developers
| Name | Dev Id | Roles | Organization | |
|---|---|---|---|---|
| Malte Isberner | malte.isberner<at>gmail.com | misberner | Developer | TU Dortmund, Chair for Programming Systems |
Related Books
| Data Structures and Algorithms in Java: A Project-Based Approach (2024) by Myers, Dan S. | |
| Beginning Java Data Structures and Algorithms: Sharpen your problem solving skills by learning core computer science concepts in a pain-free manner (2018) by Cutajar, James | |
| Think Data Structures: Algorithms and Information Retrieval in Java (2017) by Downey, Allen | |
| Data Structures and Algorithms in Java (2014) by Goodrich, Michael T., Tamassia, Roberto, Goldwasser, Michael H. | |
| Data Structures and Algorithms Made Easy in Java: Data Structure and Algorithmic Puzzles (2013) by Karumanchi, Narasimha | |
| Algorithms (4th Edition) (2011) by Sedgewick, Robert, Wayne, Kevin | |
| Data Structures and Algorithms in Java (2002) by Lafore, Robert |