Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

Algorithm

Algorithms are detailed sets of guidelines created for a computer program to complete tasks efficiently and thoroughly. Algorithms in computer programming are employed to solve complex problems. Various cutting-edge technologies including artificial intelligence (AI) and machine learning (ML), operate based on simple or complex algorithms.

https://github.com/cyrildever/feistel-jar

Feistel cipher implementation for the JVM providing format-preserving encryption

algorithm cryptography encryption feistel-cipher format-preserving-encryption fpe xor-operation

Last synced: 13 Oct 2024

https://github.com/ultimatedoge5/aco-ts

Ant colony optimization algorithm simulation with visualization.

aco algorithm ant ant-colony-optimization ants edge typescript weighted-graphs

Last synced: 08 Jan 2025

https://github.com/djosix/doubly-stochastic-matrix

Algorithms for randomly generating doubly stochastic matrices. A doubly stochastic matrix is one where each row and each column sums up to 1.

algorithm doubly-stochastic-matrix python

Last synced: 08 Jan 2025

https://github.com/sleleu/push_swap

A little algorithm to sort data on a stack, with a limited set of instructions, using the lowest possible number of actions

algorithm c

Last synced: 21 Jan 2025

https://github.com/gagniuc/combining-two-signals-in-js-c-py-php-vb-pl-rb-java

This is an implementation designed in eight different programming / scripting languages, namely C#, Python, VB6, Javascript, Perl, Ruby, Java and PHP. Each implementation is able to mix two signals/vectors (A and B) in arbitrary proportions.

algorithm code combine csharp design interpolation java javascript languages mix perl php prediction python ruby shortcode spectral-forecast vb6 vba

Last synced: 15 Nov 2024

https://github.com/gagniuc/discrete-probability-detector

These implementations make use of an algorithm called DPD (Discrete Probability Detector), that transforms any sequence of symbols into a transition matrix. DPD is able to detect the number of states from the sequence and calculate the transition probabilities between these states. This version of DPD is made in JavaScript, VBS and VB6.

algorithm dpd excel js matrix probability sequence string text transition vb6 vba

Last synced: 15 Nov 2024

https://github.com/kagemeka/dsalgo-rust

Datastructures and Algorithms written in Rust.

algorithm datastructure rust

Last synced: 08 Nov 2024

https://github.com/metaphoriker/antiac

๐Ÿ›‘ An anti-autoclicker plugin for minecraft

algorithm anti-autoclicker antiac anticheat detection java paper plugin spigot

Last synced: 12 Oct 2024

https://github.com/peterzhu2118/algorithms

A collection of general purpose algorithms

algorithm algorithm-library algorithms algorithms-implemented java

Last synced: 13 Oct 2024

https://github.com/yungshenglu/leetcode

Personal submissions on LeetCode

algorithm data-structures hacktoberfest interview leetcode

Last synced: 17 Dec 2024

https://github.com/hisaac/numberology

Implementations of basic Numerology algorithms in as many languages as I can learn

algorithm javascript nodejs python

Last synced: 29 Nov 2024

https://github.com/0mp/shakespeare-algorithms

Algorithms written in the Shakespeare Programming Language.

algorithm shakespeare shakespeare-programming-language spl

Last synced: 07 Dec 2024

https://github.com/rhcarvalho/dawgo

DAWGo is the home for a particular implementation of a Directed Acyclic Word Graph in Go.

algorithm data-structure directed-graph go golang graph natural-language-processing trie

Last synced: 12 Jan 2025

https://github.com/seonghun-dev/algorithm

์ž๋ฃŒ๊ตฌ์กฐ ๋ฐ ์•Œ๊ณ ๋ฆฌ์ฆ˜ ํ•™์Šต

algorithm algorithms data-structures

Last synced: 25 Dec 2024

https://github.com/eval-exec/algorithm

Learning Data structure & Algorithm.

algorithm algorithm-practice data-structures leetcode-practice

Last synced: 20 Jan 2025

https://github.com/ryosukecla/go-cs

algorithms, data structures, mathematics written in golang

algorithm computer-science data-structures golang math

Last synced: 12 Jan 2025

https://github.com/condy0919/algo

Algorithms for dsa course

algorithm data-structure

Last synced: 28 Nov 2024

https://github.com/cruelladevil/programmers-algorithm

ํ”„๋กœ๊ทธ๋ž˜๋จธ์Šค ์•Œ๊ณ ๋ฆฌ์ฆ˜ ์ฝ”๋”ฉ ํ…Œ์ŠคํŠธ ์—ฐ์Šต ๋ฌธ์ œ ํ’€์ด์ž…๋‹ˆ๋‹ค.

algorithm programmers-algorithm programmers-challenges solution

Last synced: 19 Dec 2024

https://github.com/nelsonzhao/algorithms_and_data_structures

Algorithms and data structures implemented using C++

algorithm cpp datastructures

Last synced: 14 Nov 2024

https://github.com/adriacabeza/ComplexAlgorithms

๐Ÿง™๐Ÿพโ€โ™‚๏ธ Complex Algorithms and Complexity Course from the University of San Diego

algorithm complexity flow-networks linear-programming np-completeness python3 streaming-algorithms

Last synced: 26 Oct 2024

https://github.com/styx11/sudoku

๐Ÿ“ A sudoku game

algorithm game mdui sudoku sudoku-puzzle vue vue-router

Last synced: 20 Jan 2025

https://github.com/ndsvw/karatsuba-binary-multiplying-python

Divide and Conquer algorithm to multiply n-bit numbers in O(n^1.58).. This implementation works completely without using Python's "*"-operator; just "+", "-", bitwise operations and a lookup table.

algorithm algorithms divide-and-conquer karatsuba karatsuba-algorithm karatsuba-multiplication multiply

Last synced: 14 Jan 2025

https://github.com/adriacabeza/document-similarity-detection-using-hashing

:page_with_curl:Document similarity detection using hashing

algorithm copies jaccard-similarity minhash-lsh-algorithm

Last synced: 11 Jan 2025

https://github.com/vishal-raj-1/data-structures-and-algorithms-in-cpp

This Repo contain all competitive problems on data structures and algorithms from hackerearth, hackerrank and leetcode.

algorithm cpp data-structures data-structures-and-algorithms geeksforgeeks-solutions hackerearth-solutions leetcode-solutions

Last synced: 14 Jan 2025

https://github.com/mahrjose/bracu-cse221

BRAC University's course - CSE221 (Algorithms) Lab Assignment Solutions. (Summer - 2022)

algorithm algorithms bracu bracucse221 cpp cpp17 cse221 djikstra-algorithm lcs-algorithm mahrjose python3 python310

Last synced: 10 Nov 2024

https://github.com/sunsided/algorithms

Various algorithms in C#

algorithm csharp

Last synced: 20 Dec 2024

https://github.com/eonist/binarysequencer

๐Ÿงฌ Sequence all possible combination of true and false

algorithm array binary bit boolean recursive recursive-algorithm

Last synced: 16 Jan 2025

https://github.com/peng-ym/snake-ai

Almost perfect AI based on A* algorithm for classical game snake. Using language Python.

algorithm

Last synced: 28 Dec 2024

https://github.com/sdroege/rust-muldiv

Multiply & Divide trait for unsigned integers with overflow protection

algorithm mathematics rust trait

Last synced: 02 Nov 2024

https://github.com/hlts2/least-connections

lock-free least-connections balancing algorithm written in golang

algorithm balancer balancing go golang goroutine-safe least-connected lock-free

Last synced: 20 Jan 2025

https://github.com/xiezhq-hermann/leetcode-in-python

My own LeetCode solutions in Python (in updating)

algorithm leetcode leetcode-python leetcode-solutions python python3

Last synced: 29 Dec 2024

https://github.com/robertjgabriel/simple-sorting

Node module for different sorting algorithms.

algorithm apple google mergesort quicksort sorted-data swap

Last synced: 13 Jan 2025

https://github.com/dcmox/binpacking

Packing items in a 3D space

3d algorithm binpacking typescript

Last synced: 12 Jan 2025

https://github.com/jintao-huang/leetcode-cpp

jintao็š„cppๅบ“: leetcode, mini_stl, ml.

algorithm cpp cpp17 data-structure leetcode machine-learning mini-stl numpy stl

Last synced: 21 Jan 2025

https://github.com/tushar-rishav/algorithms

:blue_book: Implementation of the various algorithms from CLRS

algorithm clrs-book datastructures

Last synced: 19 Jan 2025

https://github.com/andrelmlins/rbf-dda

Radial Basis Function (RBF) with Dynamic Decay Adjustment (DDA) algorithm

algorithm classification-algorithm dda neural-network rbf

Last synced: 17 Jan 2025

https://github.com/cseas/ml-projects

Machine Learning projects using traditional algorithms.

algorithm classifier decision-tree-classifier iris machine-learning nearest-neighbors neural-network

Last synced: 27 Dec 2024

https://github.com/superbderrick/algorithms

Algorithm Study project

algorithm algorithm-challenges

Last synced: 06 Nov 2024

https://github.com/HeyiSun/Ub

My project and algorithm at University at Buffalo

algorithm candy-crush data-structure interpreter interpreters javascript pintos sml

Last synced: 17 Nov 2024

https://github.com/knightchaser/cryptography

A programmatic resource for cryptography (Gachon CPS + Personal)

algorithm cryptography implementation resource snippet

Last synced: 30 Nov 2024

https://github.com/zikwall/geofind

:globe_with_meridians: Go implementation Point-In-Polygon Algorithm

algorithm geolocation go golang implementation implementation-of-algorithms point-in-polygon polygon

Last synced: 09 Nov 2024

https://github.com/frost-lord/dynamic-scheduling

Dynamic Scheduling using Tomasuloโ€™s Algorithm

algorithm assembly emulator ibm rust tomasulos-algorithm

Last synced: 12 Oct 2024

https://github.com/cuixing158/serialize-deserialization

matlab struct or struct array Serialize/Deserialiโ€‹ze

algorithm code-generation matlab serialization

Last synced: 11 Jan 2025

https://github.com/sfantasy/algorithms

Please keep learning :-)

algorithm codewars leetcode

Last synced: 09 Jan 2025

https://github.com/lucienshui/flow-network

็ฝ‘็ปœๆตๅทฅไธš็บงๅบ”็”จ

algorithm flow-network

Last synced: 12 Nov 2024

https://github.com/anfany/project-euler-by-python3

ๅˆฉ็”จPython3่งฃๅ†ณๆฌงๆ‹‰่ฎกๅˆ’๏ผŒไธญๆ–‡้ข˜็›ฎ+ไปฃ็ 

algorithm euler math programming python python3

Last synced: 13 Jan 2025

https://github.com/xlucn/myrecipes

algrithoms for numerical computation ๆ•ฐๅ€ผ็ฎ—ๆณ•

algorithm computation numerical recipes

Last synced: 02 Nov 2024

https://github.com/enansari/algorithm-hsu

This repository is for placing the solution content of the algorithm design class of Hakim Sabzevari University

algorithm algorithm-design hakim-sabzevari-university hsu

Last synced: 11 Nov 2024

https://github.com/felipejfc/pyalpr

Automatic number plate recognition system made in python

algorithm alpr computer-vision

Last synced: 09 Jan 2025

https://github.com/mcdouglas-x/kangaroo-256-custom

Kangaroo with the goal of improving efficiency without losing the success rate.

256-bit algorithm bitcoin kangaroo publickey puzzle

Last synced: 30 Oct 2024

https://github.com/qfcy/python

This repository contains the python source code, containing more than 40 python projects, involving many fields.ไป“ๅบ“็”จไบŽๅ‚จๅญ˜pythonๆบไปฃ็ , ๅŒ…ๅซ40ๅคšไธชpython้กน็›ฎ๏ผŒๆถ‰ๅŠ็ˆฌ่™ซใ€็ฎ—ๆณ•ใ€OpenGLใ€tkinterใ€้ขๅ‘ๅฏน่ฑก็ผ–็จ‹็ญ‰ๅคšไธช้ข†ๅŸŸใ€‚

algorithm object-oriented-programming opengl python tkinter web-crawler

Last synced: 12 Oct 2024

https://github.com/lemire/monotonesegment

JavaScript library for monotone segmentation of time series

algorithm javascript monotone-segmentation

Last synced: 16 Jan 2025

https://github.com/silentsoft/acmicpc-kit

:rocket: Let's practice algorithms with Acmicpc Kit ! Acmicpc Kit is a template project for creating the problem project using fully customizable templates.

acmicpc algorithm baekjoon-online-judge boj koi leetcode practice programmers template

Last synced: 30 Dec 2024

https://github.com/tadateruki/mulpsi

่ค‡ๆ•ฐใƒใ‚คใƒณใ‚ฟ่ตฐๆŸปๅผ็ฉบ้–“ใ‚คใƒณใƒ‡ใƒƒใ‚ฏใ‚นใ‚ขใƒซใ‚ดใƒชใ‚บใƒ  - " Multipointer spacial index algorithm "

algorithm spacial-index

Last synced: 27 Oct 2024

https://github.com/le0pard/mpw.js

MPW.js is a JavaScript implementation of the Master Password App algorithm

algorithm javascript mpw security

Last synced: 05 Nov 2024

https://github.com/ahammadshawki8/dsa-implementations-in-python

๐Ÿ‘€ Knowledge of "Data Structures and Algorithms" is the basic need to become a good programmer. In this repository, you will find the implementations of different DSA's in Python. ๐Ÿ”ฅ๐Ÿ”ฅ

algorithm code data-structures design python

Last synced: 28 Dec 2024

https://github.com/naren-jha/algorithms

Repo to host code for learning Data Structures and Algorithms

algorithm data-structures dynamic-programming graph-theory

Last synced: 06 Nov 2024

https://github.com/w1th0utnam3/noname_tools

A collection of useful C++ methods and algorithms collected while working on other projects

algorithm container std string tuples vector

Last synced: 24 Dec 2024

https://github.com/jpcadena/autochain-bot

This project is dedicated to building an intelligent data processing pipeline using AutoChain LLM and BERT ML.

algorithm artificial-intelligence autochain chatgpt data-engineering data-science large-language-model llm machine-learning model openai pandas python pytorch

Last synced: 15 Jan 2025

https://github.com/intjelic/ingrid

Dynamic two-dimensional arrays for the Rust programming language.

2d algorithm array cell column grid row rust

Last synced: 05 Nov 2024

https://github.com/daronenko/leetcode

some solutions to problems on leetcode

algorithm leetcode problem solution

Last synced: 18 Jan 2025

https://github.com/dynonguyen/huffman-coding

Static Huffman Coding algorithm with C++

algorithm cpp

Last synced: 15 Jan 2025

https://github.com/mnitchev/microverse

Genetic algorithms training neural networks.

algorithm genetic neural-network simulation

Last synced: 12 Nov 2024

https://github.com/moilk/leet

LeetCode ๅˆท้ข˜่ตฐ่ตท~

algorithm leetcode

Last synced: 09 Jan 2025

https://github.com/adrocodes/maze-generation

My attempts at generating mazes with Rust.

algorithm maze-algorithms rust

Last synced: 17 Jan 2025

https://github.com/teamcors/ezpz-ps-study

๐Ÿ“š ์ฝ”ํ…Œ๋ฝ€๊ฐœ๊ธฐ์šฉ ์‹ค๋ฒ„~๊ณจ๋“œ AC ํ’€์ด ๋ฐ ์Šคํ„ฐ๋””

algorithm python python3

Last synced: 06 Nov 2024

https://github.com/duke-git/codility-challenge

A project which solve the codility problem with js.

algorithm codility datastructure javascript js

Last synced: 06 Nov 2024

https://github.com/renovamen/oi-acm

My solutions for OI / ACM problems - ้€€ๅฝน่’Ÿ่’ป็š„ไบบ็”Ÿๅ›ž้กพ

acm algorithm oi

Last synced: 07 Jan 2025

https://github.com/timvisee/hhs-p7-movie-recommendation-engine

:movie_camera: Big data project for college (HHS) period 7

algorithm hadoop recommendation-engine spark

Last synced: 15 Jan 2025

https://github.com/hengxin/algorithm-lectures

Lectures for the Algorithm Course

algorithm course lecture-notes

Last synced: 07 Jan 2025

https://github.com/adriacabeza/complexalgorithms

๐Ÿง™๐Ÿพโ€โ™‚๏ธ Complex Algorithms and Complexity Course from the University of San Diego

algorithm complexity flow-networks linear-programming np-completeness python3 streaming-algorithms

Last synced: 12 Nov 2024

https://github.com/bmf-san/road-to-algorithm-master

I want to be a algorithm master.

algorithm data-structures golang

Last synced: 06 Dec 2024

https://github.com/keepalive555/datastructure

ๆ•ฐๆฎ็ป“ๆž„ใ€็ฎ—ๆณ•ใ€ไธ€ไบ›็ปๅ…ธ็”จๆณ•็š„ๅญฆไน ็คบไพ‹ไปฃ็ ๏ผˆๅ‡็”ฑ็ฌ”่€…็ผ–ๅ†™ๅนถไธ”่ฐƒ่ฏ•้€š่ฟ‡๏ผ‰ใ€‚

algorithm c datastructure

Last synced: 28 Nov 2024

https://github.com/das-jishu/pottermania

Pottermania is basically a website which allows you to take a quiz based on the magical world of Harry Potter. There is no predefined question bank. Rather, questions are generated based on a simple algorithm, every time an user takes the quiz. Data is fetched using an API.

algorithm api bootstrap css frontend github github-pages harry-potter html javascript potterapi quiz

Last synced: 14 Dec 2024

https://github.com/aminul-islam-niloy/cpp-programming-and-templates-

Basic and advance c++ code for learner.

algorithm cpp data-structures

Last synced: 13 Nov 2024

https://github.com/apoorva-info/data-structures-and-algorithms

This repository showcases my daily DSA practice in Python, focusing on improving problem-solving skills and coding logic. Each solution is documented to aid learning and preparation for coding interviews.

algorithm algorithms algorithms-and-data-structures coding-interviews computer-science data-structures dsa gthub interview interview-questions python3 software-engineering study-plan youtube

Last synced: 01 Nov 2024

https://github.com/xgqfrms/frontend-interview-quetions-collection

ๅ‰็ซฏ้ข่ฏ•้ข˜้›†: ๅˆ็บงใ€ไธญ็บงใ€้ซ˜็บง, ็›ฎๆ ‡ 1000 ้ข˜๏ผ๐Ÿš€

advanced algorithm basic ci-cd cli frontend git html-css-js interview interview-questions medium quetions-collection react typescript vue web webfullstack webpack xgqfrms

Last synced: 14 Dec 2024

https://github.com/kanukim97/algorithm

์•Œ๊ณ ๋ฆฌ์ฆ˜ ํ’€์ด Repository์ž…๋‹ˆ๋‹ค

algorithm leetcode programmers-online-judge sql

Last synced: 20 Jan 2025