- Why not 😂
- Clean and focused
- Actively maintained
- Because All Algorithms should be easy to use in Python
Read the detailed documentation at python.allalgorithms.com or see the docs
directory on Github. See Tree.
Want to contribute? GET STARTED HERE
Dependency Information Download the latest version JAR to include it in your project
<dependency>
<groupId>com.abranhe.bigdecimal</groupId>
<artifactId>bigdecimal</artifactId>
<version>1.0.1</version>
</dependency>
import com.abranhe.allalgorithms.searches.*;
public static void main(String[] args) {
int[] arr = {7, 2, 1, 19};
MergeSort.sort(arr);
// {1, 2, 7, 19}
}
- javascript-lib: All ▲lgorithms Javascript library
- python-lib: All ▲lgorithms Python library
Carlos Abraham |
MIT License © Carlos Abraham