Skip to content

abranhe/allalgorithms-java

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation





The All ▲lgorithms Java library

Javadocs



java.allalgorithms.com

Why?

  • Why not 😂??
  • Clean and focused.
  • Actively maintained.
  • Because All Algorithms should be easy to use in Java.

Read the detailed documentation at java.allalgorithms.com. See the All ▲lgorithms Tree.

Want to contribute? GET STARTED HERE

Dependency Information

Download the latest AAR from Maven Central or grab via Gradle:

Maven

<dependency>
        <groupId>com.abranhe.allalgorithms</groupId>
        <artifactId>allalgorithms</artifactId>
        <version>0.0.1</version>
</dependency>

Gradle

compile 'com.abranhe:bigdecimal:0.0.1'

Apache Ivy

<dependency org="com.abranhe" name="allalgorithms" rev="0.0.1" />

Groovy Grape

@Grapes(
  @Grab(group='com.abranhe', module='allalgorithms', version='0.0.1')
)

Apache Builder

'com.abranhe:allalgorithms:jar:0.0.1'

Using it in your project?

import com.abranhe.allalgorithms.*;

Usage

import com.abranhe.allalgorithms.searches.*;

public static void main(String[] args) {
    int[] arr = {7, 2, 1, 19};

    MergeSort.sort(arr);
    // {1, 2, 7, 19}
}

Tree

Related

Maintainers

Carlos Abraham Logo
Carlos Abraham

License

MIT License © Carlos Abraham

About

The All ▲lgorithms Java Library

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy