Giter Club home page Giter Club logo

allalgorithms-java's Introduction





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

allalgorithms-java's People

Contributors

abrahamhba avatar wyvernix avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar

allalgorithms-java's Issues

Generic implementation of Merge Sort in Java

I have implemented the MergeSort algorithm, in which I have created a void sort(arr) method, that takes the array and sort it, I am repeating code for the method to pass the array parameter of Integers or Doubles. What about String, ... etc

This implementation works so far, but is there any way to implement this generically this algorithm?

Helpful links:

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.