Giter Site home page Giter Site logo

ionut-09 / algorithms Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nistha-tech/algorithms

0.0 0.0 0.0 1.4 MB

Collection of algorithms in multiple programming languages.

Home Page: https://thuva4.github.io/Algorithms/

License: Apache License 2.0

JavaScript 7.33% C++ 30.35% Python 14.22% Go 3.95% Java 20.47% C 6.82% Rust 0.89% Ruby 3.48% C# 3.78% Swift 4.30% Kotlin 1.12% Racket 0.08% Perl 0.37% Crystal 0.34% Makefile 0.14% Haskell 1.15% Scala 0.81% Brainfuck 0.06% HTML 0.34% CSS 0.01%

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 ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
Dungeon Game ๐Ÿ‘
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 ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ :+1 ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘ ๐Ÿ‘
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

algorithms's People

Contributors

abdatta avatar abhitaker avatar adityadavera avatar anmol27katyani avatar astrophilic avatar atomc avatar chris-len avatar christianbender avatar fcmam5 avatar fenilgandhi avatar fernandaochoa avatar gayansandaruwan avatar gionuno avatar jerr-it avatar langlk avatar lavalojan avatar ldhnam avatar maazadeeb avatar openarun avatar p0stmango avatar pabe94 avatar pranjalrai avatar sarthaksharmalive avatar shazly333 avatar srpurwaha201 avatar sudeepa14 avatar thuva4 avatar xirov avatar youssefali11997 avatar zskamljic avatar

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.