Registry / utility / software-and-algorithms

software-and-algorithms

JSON →
library1.0javamavenunverified

Provides neat algorithm implementations in Java, including sorting, searching, and data structures.

<dependency> <groupId>com.github.kevinstern</groupId> <artifactId>software-and-algorithms</artifactId> <version>1.0</version> </dependency>
INSTALL
IMPORT
SIG · SOFTWARE-AND-ALGOR
S
software-and-algorithms
utilityjavav1.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QuickSort
com.github.kevinstern.softwareandalgorithms.sorting.QuickSort

Shows how to use QuickSort algorithm.

import com.github.kevinstern.softwareandalgorithms.sorting.QuickSort; public class Example { public static void main(String[] args) { int[] arr = {3, 1, 4, 1, 5}; QuickSort.sort(arr); for (int i : arr) { System.out.print(i + " "); } } }
Debug
Known issues

No known issues recorded.

Upgrade
Version history
1.0latest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
6 hits · last 30 days
node
4
Amazon
1
Resources
software-and-algorithms — mvn dependency:get software-and-algorithms · libregistry