Giter VIP home page Giter VIP logo

manu05x / algorithms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from thuva4/algorithms

0.0 0.0 0.0 1.17 MB

Collection of algorithms in multiple programming languages.

License: Apache License 2.0

JavaScript 6.55% C++ 29.46% Python 15.57% Go 3.37% Java 21.83% C 6.92% Rust 0.74% Ruby 2.31% C# 4.17% Swift 4.73% Kotlin 1.23% Racket 0.09% Perl 0.41% Crystal 0.17% Makefile 0.15% Haskell 1.27% Scala 0.89% Brainfuck 0.13%

algorithms's Introduction

Algorithms Example

DeepScan grade

This repository contains examples of various algorithms which were written on different programming languages.

Implemented algorithms with languages:

Language BrainFuck C C# C++ Crystal Go Haskell Java JavaScript Kotlin Perl Python Racket Ruby Rust Scala Swift
AStar Search ๐Ÿ‘ ๐Ÿ‘
Bellman Ford ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Binary GCD ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Binary Search ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Bitap Algorithm ๐Ÿ‘ ๐Ÿ‘
Bitonic Sort ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Bloom Filter ๐Ÿ‘
Borweins Algorithm ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Bubble Sort ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Cocktail Sort ๐Ÿ‘
Coin Change ๐Ÿ‘
Conjugate Gradient ๐Ÿ‘ ๐Ÿ‘
Connected Component Labeling ๐Ÿ‘
Count Sort ๐Ÿ‘
Counting Inversions ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Counting Sort ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Cycle Sort ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Depth First Search ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Diffie Hellman ๐Ÿ‘ ๐Ÿ‘
Dijkstras ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Doomsday ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Dynamic Programming ๐Ÿ‘
Edit Distance ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Edmonds Karp ๐Ÿ‘
Elevator Algorithm ๐Ÿ‘
Extended Euclidean Algorithm ๐Ÿ‘ ๐Ÿ‘
Factorial ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Fast Fourier Transform ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Fenwick Tree ๐Ÿ‘
Fibonacci ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Fisher Yates Shuffle ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Flood Fill ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Floyds Algorithm ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Greatest Common Divisor ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Hamming Distance ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Heap Sort ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Heavy Light Decomposition ๐Ÿ‘
Histogram Equalization ๐Ÿ‘
Insertion Sort ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Johnson Algorithm ๐Ÿ‘ ๐Ÿ‘
Kadanes ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Knapsack ๐Ÿ‘ ๐Ÿ‘
Knuth Morris Prath ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Kruskals Algorithm ๐Ÿ‘ ๐Ÿ‘
Leaky Bucket ๐Ÿ‘
Linear Search ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Longest Bitonic Subsequence ๐Ÿ‘
Longest Common Subsequence ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Longest Increasing Subsequence ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Longest Path ๐Ÿ‘ ๐Ÿ‘
Longest Subset Zero Sum ๐Ÿ‘
Matrix Exponentiation ๐Ÿ‘
Merge Sort ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Min Max ABPruning ๐Ÿ‘
Minimax ๐Ÿ‘ ๐Ÿ‘
Pearson Hashing ๐Ÿ‘
Permutations ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Persistent Data Structures ๐Ÿ‘
Postman Sort ๐Ÿ‘
Primality Tests ๐Ÿ‘
Prims ๐Ÿ‘
Prufer Code ๐Ÿ‘
Quick Select ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Quick Sort ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Rabin Karp ๐Ÿ‘ ๐Ÿ‘
Radix Sort ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Segment Tree ๐Ÿ‘
Segmented Sieve ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Selection Sort ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Sequence Alignment ๐Ÿ‘
Shell Sort ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Sieveof Eratosthenes ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
String To Token ๐Ÿ‘
Strongly Connected Graph.cpp ๐Ÿ‘
Swap ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Tarjans Offline LCA ๐Ÿ‘
Ternary Search ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Topological Sort ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Unary Coding ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Union Find ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
VEGASAlgorithm ๐Ÿ‘

List of Algorithms Folder structure should be like this [language]/[Algorithm name]/file For example:

  • Go/BubbleSort/BubbleSort.go
  • C++/QuickSort/QuickSort.cpp

License

Apache License 2.0

Stargazers over time

Stargazers over time

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.