All Projects → AllAlgorithms → Java

AllAlgorithms / Java

Licence: mit
Implementation of All ▲lgorithms in Java Programming Language

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Java

Algos And Data Structures
Collection of Test Specs and Implementation of various algorithms and data structures from the Princeton Coursera course: Intro to Algorithms part 1 and 2
Stars: ✭ 31 (-24.39%)
Mutual labels:  algorithms
Machinelearning
ML.NET is an open source and cross-platform machine learning framework for .NET.
Stars: ✭ 7,755 (+18814.63%)
Mutual labels:  algorithms
Quant Finance Resources
Courses, Articles and many more which can help beginners or professionals.
Stars: ✭ 36 (-12.2%)
Mutual labels:  algorithms
Deepdatabase
A relational database engine using B+ tree indexing
Stars: ✭ 32 (-21.95%)
Mutual labels:  algorithms
Codewars Handbook
A Handbook of Codewars Challenges 👘⛩🥋
Stars: ✭ 34 (-17.07%)
Mutual labels:  algorithms
Lib9wada
Wonderful library with lots of useful functions, algorithms and data structures in C, link it with -l9wada
Stars: ✭ 35 (-14.63%)
Mutual labels:  algorithms
Ds Algo Point
This repository contains codes for various data structures and algorithms in C, C++, Java, Python, C#, Go, JavaScript, PHP, Kotlin and Scala
Stars: ✭ 949 (+2214.63%)
Mutual labels:  algorithms
Learn some algorithm and data structure
从零开始回顾一下最简单最基础的算法与数据结构
Stars: ✭ 38 (-7.32%)
Mutual labels:  algorithms
Cs Book
计算机类常用电子书整理,并且附带下载链接,包括Java,Python,Linux,Go,C,C++,数据结构与算法,人工智能,计算机基础,面试,设计模式,数据库,前端等书籍
Stars: ✭ 9,264 (+22495.12%)
Mutual labels:  algorithms
Fragile
Framework for building algorithms based on FractalAI
Stars: ✭ 36 (-12.2%)
Mutual labels:  algorithms
Sudoku Generator
A Sudoku puzzle generator written in C++ using modified and efficient backtracking algorithm.
Stars: ✭ 33 (-19.51%)
Mutual labels:  algorithms
Innovative Hacktober
Make a pull request. Let's hack the ocktober in an innovative way.
Stars: ✭ 34 (-17.07%)
Mutual labels:  algorithms
Algorithms Tutorial
Algorithms Tutorial
Stars: ✭ 35 (-14.63%)
Mutual labels:  algorithms
Algos
Popular Algorithms and Data Structures implemented in popular languages
Stars: ✭ 966 (+2256.1%)
Mutual labels:  algorithms
Blog
About math, programming and procedural generation
Stars: ✭ 37 (-9.76%)
Mutual labels:  algorithms
Hamming
Hamming distance and bit counting primitives in Go (golang)
Stars: ✭ 30 (-26.83%)
Mutual labels:  algorithms
Mlcourse.ai
Open Machine Learning Course
Stars: ✭ 7,963 (+19321.95%)
Mutual labels:  algorithms
Strava Wind Analysis
Analytics and data visualization site for Strava
Stars: ✭ 39 (-4.88%)
Mutual labels:  algorithms
Algorithms
Here is the my solutions for problems in {leetcode, hackerrank, geeksforgeeks}
Stars: ✭ 36 (-12.2%)
Mutual labels:  algorithms
Algo Phantoms Backend
💻 Algo-Phantoms-Backend is an Application that provides pathways and quizzes along with a code editor to help you towards your DSA journey.📰🔥 This repository contains the REST APIs of the application.✨
Stars: ✭ 36 (-12.2%)
Mutual labels:  algorithms

We are accepting all pull requests. Read More





Algorithms Logo





What is an algorithm?    Contributing    Stickers & T-Shirts

Twitter     Instagram     Github    


Huge collection of All ▲lgorithms implemented in multiple languages


See

What is an algorithm?

Informally, an algorithm is any well-defined computational procedure that takes some value, or set of values, as input and produces some value, or set of values, as output. An algorithm is thus a sequence of computational steps that transform the input into the output.

An algorithm should have three important characteristics to be considered valid:

  • It should be finite: If your algorithm never ends trying to solve the problem it was designed to solve then it is useless
  • It should have well defined instructions: Each step of the algorithm has to be precisely defined; the instructions should be unambiguously specified for each case.
  • It should be effective: The algorithm should solve the problem it was designed to solve. And it should be possible to demonstrate that the algorithm converges with just a paper and pencil.

Categories

Structure of The All ▲lgoritms project

Artificial Intelligence

Backtracking

Bit Manipulation

Cellular Automaton

Computational Geometry

Cryptography

Data Structures

Divide and conquer

Dynamic Programming

Gaming Theory

Graphs

Greedy Algorithms

Math

Networking

Numerical Analysis

Operating system

Randomized Algorithms

Searches

Selections Algorithms

Sorting

Strings

Online Challenges

Others

License

This work is released under MIT License.

To the extent possible under law, Abraham Hernandez (@abranhe) has waived all copyright and related or neighboring rights to this work.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].