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.
- GitHub: https://github.com/topics/algorithm
- Wikipedia: https://en.wikipedia.org/wiki/Algorithm
- Aliases: algorithms,
- Last updated: 2025-09-28 00:01:27 UTC
- JSON Representation
https://github.com/thisiskeanyvy/elsa
E.L.S.A (Electronic Learning and Scrapping Algorithm)
airgap algorithm base64 compression dictionary faraday json knowledge learning local no-internet offline scrapping search-algorithm
Last synced: 26 Jan 2025
https://github.com/tushar-rishav/algorithms
:blue_book: Implementation of the various algorithms from CLRS
algorithm clrs-book datastructures
Last synced: 12 Mar 2025
https://github.com/sheikhartin/simplified-memory-bounded-a-star
Implementation of the SMA* search algorithm what tries to manage costs along the way...
ai algorithm astar pathfinding search-algorithm shortest-path smastar
Last synced: 03 Apr 2025
https://github.com/danielbrodi/c-data-structures
A collection of algorithms and implementations of all common data structures - written in C. Multiple ways to implement any data structure, e.g: Both iterative and recursive way for a binary search tree. All kinds of Linked Lists (Singly, Doubly, Sorted). Hash Map which is based on a linked list and etc...
algorithm binary-search-tree binary-tree bit-array c circular-buffer circular-queue data-structures data-structures-and-algorithms doubly-linked-list hash-map heap heap-queue linked-list priority-queue queue singly-linked-list sorted-lists stack vector
Last synced: 13 May 2025
https://github.com/aditya43/data-structures-algorithms
:hotsprings: Data structures, algorithms and problem solving patterns using JavaScript.
algorithm avl-tree-implementations backtracking-algorithm complexity data-structures-and-algorithms dijkstra-algorithm dynamic-programming graph-traversal-algorithms leetcode memoization sliding-windows tree-traversal-algorithm trie-tree
Last synced: 28 Jun 2025
https://github.com/hengxin/algorithm-lectures
Lectures for the Algorithm Course
algorithm course lecture-notes
Last synced: 25 Feb 2025
https://github.com/dedztbh/luojia1-cloud-detection
Luojia-1 Satellite Visible Band Nighttime Imagery Cloud Detection
algorithm cloud-mask image-processing light-pollution nighttime-images satellite streetlights
Last synced: 20 Mar 2025
https://github.com/lemire/monotonesegment
JavaScript library for monotone segmentation of time series
algorithm javascript monotone-segmentation
Last synced: 21 Jun 2025
https://github.com/maxgfr/supertrend
Implementation of supertrend indicator
algorithm javascript node supertrend technical-indicators technicalindicators trading typescript
Last synced: 21 Jun 2025
https://github.com/renovamen/oi-acm
My solutions for OI / ACM problems - 退役蒟蒻的人生回顾
Last synced: 25 Feb 2025
https://github.com/micycle1/balaban-intersection
Implements the Balaban algorithm for finding intersecting segment pairs from a set of line segments.
algorithm geometry-algorithms intersection segment segment-intersection
Last synced: 23 Jul 2025
https://github.com/0xgeorgii/imageblendingalgorithms
Library with algorithms to blend images
algorithm blending-images image-processing
Last synced: 28 Jun 2025
https://github.com/endiliey/algorithms
:books: Algorithms and data structures for personal review and revision
algorithm array cpp data-structures graphs list sorting-algorithms trees vector
Last synced: 22 Jun 2025
https://github.com/seesjays/sorgra
ELPath, adapted for the web.
algorithm bubble-sort insertion-sort javascript material-ui merge-sort mergesort python quicksort quicksort-algorithm react reactjs selection-sort sorting typescript
Last synced: 16 Jul 2025
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: 05 Mar 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: 15 Jul 2025
https://github.com/le0pard/mpw.js
MPW.js is a JavaScript implementation of the Master Password App algorithm
algorithm javascript mpw security
Last synced: 20 Jun 2025
https://github.com/md-shamim-ahmad/hackerrank-online-judge-problems-solutions
This repository contains my accepted solutions for many HackerRank online judge problems
algorithm array competitive-programming cpp data-structures graph hackerrank hackerrank-solutions java linked-list mathematics python queue solutions stack tree
Last synced: 18 Mar 2025
https://github.com/qi-rub/moment_polytopes
A SageMath package for computing moment polytopes
algorithm mathematics sagemath
Last synced: 12 Jul 2025
https://github.com/yostane/jeu-de-la-vie
Séminaire Jeu de la vie en Python pour les BAC +2
Last synced: 21 Mar 2025
https://github.com/qiwihui/codedays
One code problem a day, keeps the doctor away.
algorithm code django django-rest-framework python python3
Last synced: 20 Mar 2025
https://github.com/seonghun-dev/algorithm
자료구조 및 알고리즘 학습
algorithm algorithms data-structures
Last synced: 13 Jul 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: 28 Feb 2025
https://github.com/basemax/splitlinkedlistc
This is a simple implementation of a linked-list in C with a few helper functions for merging two or three linked-lists, splitting a linked list into two or three parts, and sorting a linked-list (recursive and non-recursive)
algorithm algorithm-challenges algorithms algorithms-and-data-structures algorithms-datastructures c linked-list linkedlist merge merge-linked-list merge-linkedlist split-linked-list split-linkedlist
Last synced: 03 Apr 2025
https://github.com/singularitti/fastinversesqrt.jl
A pure Julia implementation of the fast inverse square root algorithm
algorithm fastmath julia-package math numerical-methods
Last synced: 23 Aug 2025
https://github.com/parsapoorsh/tictactoe-xo-ai
Best move generator algoritm. 3x3, 4x4 and more without limits.
algorithm alpha-beta-pruning minimax tic-tac-toe tictactoe
Last synced: 01 Mar 2025
https://github.com/matrix278/algorithms
Algorithms
algorithm bubble-sorting hacktoberfest insertion-sorting linear-search quicksort selection-sort sort sorting sorting-algorithm
Last synced: 10 Apr 2025
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: 04 Jul 2025
https://github.com/batazor/algorithm
Algorithm
algorithm algorithms data-structures
Last synced: 10 Apr 2025
https://github.com/asheehuang/hashing-wasm
Implements an Elastic Hash Table in Rust based on techniques described in the research paper Optimal Bounds for Open Addressing Without Reordering
Last synced: 16 May 2025
https://github.com/spacerumsfeld-code/js-data-structures-algorithm-refresher
This project is for anyone looking for a refresher in rudimentary data structures and algorithms in Javascript!
algorithm binary-heap binary-search-tree data-structures graph hashtable javascript linked-list priority-queue queue refresher searching-algorithms sorting-algorithms stack
Last synced: 04 Sep 2025
https://github.com/dr-eti/ismir-ism_in_r
Interpretive Structural Modelling (ISM). Returns a minimum-edge hierarchical digraph following J.N. Warfield's graph partitioning algorithm.
adjacency-matrix algorithm backbone block-triangular-matrix clustering-algorithm depth-first-search digraphs graph graph-partitioning hierarchical-levels interpretive-structural-modeling matrix matrix-factorization matrix-multiplication minimum-edge-digraph r reachability reachability-matrix skeleton-matrix transitive-closure
Last synced: 07 Jul 2025
https://github.com/callicoder/algorhythm
Standard Algorithms Implemented in C++
Last synced: 30 Apr 2025
https://github.com/greed2411/asf
Anti Spam Filter, a spam filter 🗃️ which uses a model made out of MultinomialNB algorithm 👈 from scikit-learn 🐍 to classify spam and complaints.
algorithm asf dataset joblib maintenance passes-complaints scikit-learn spam spam-filter vit-university
Last synced: 12 Mar 2025
https://github.com/andrewn6/mergesort-visualiser
📁 Merge sort visualizer in python.
algorithm datastructure python python3
Last synced: 06 Sep 2025
https://github.com/blaz-cerpnjak/tictactoe-minimax
🕹️ 🎮 TicTacToe with Minimax AI algorithm (C#). The game has the option of 'Multiplayer' in 'Singleplayer' against the computer.
ai algorithm cs design game minimax tic-tac-toe tictactoe tictactoe-ai tictactoe-game visualstudio wpf wpf-application wpf-datagrid wpf-ui xaml
Last synced: 16 Mar 2025
https://github.com/dcmox/binpacking
Packing items in a 3D space
3d algorithm binpacking typescript
Last synced: 01 Mar 2025
https://github.com/kehl-gopher/code-practice
A collection of my daily solutions to algorithm problems from platforms like LeetCode and Codewars. Focused on consistency, problem-solving, and learning.
algorithm algorithms-and-data-structures arrays golang queue time-complexity
Last synced: 16 Jun 2025
https://github.com/kamyu104/metahackercup-2024
🏃 Python3 Solutions of All 27 Problems in MHC 2024
algorithm algorithm-challenges competitive-programming contest-programming facebook-hacker-cup hackercup meta-hacker-cup programming-contests puzzle-solution
Last synced: 01 Jul 2025
https://github.com/chasestarr/karatsuba
Karatsuba multiplication
algorithm bignum go karatsuba multiplication
Last synced: 02 Mar 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: 04 Jul 2025
https://github.com/hxndev/implementing-grep-using-naive-search
GREP is a command-line utility for searching plain-text data sets for lines that match a regular expression or simply a string. In this, I implemented GREP using Naive Search.
algorithm command-line cpp grep linux naive-bayes-algorithm search time-complexity-analysis utility
Last synced: 31 Mar 2025
https://github.com/dalgona/ds_study
자료구조 스터디~
algorithm data-structures study
Last synced: 05 Jul 2025
https://github.com/kaidenfrizu/median-of-medians
Analysis of Median-of-Medians algorithm through Python
algorithm median-of-medians numba python
Last synced: 31 Mar 2025
https://github.com/andrewkchan/wave-function-collapse
Annotated implementation of wave function collapse algorithm
algorithm constraint-satisfaction-problem gamedev generative-model procedural-generation wfc
Last synced: 18 Jul 2025
https://github.com/dynonguyen/huffman-coding
Static Huffman Coding algorithm with C++
Last synced: 10 Jun 2025
https://github.com/juliogarciape/caesar-cipher
Python implementation of the Caesar Cipher for text encryption and decryption
algorithm caesar-cipher caesar-cipher-algorithm
Last synced: 15 Apr 2025
https://github.com/calvinneo/leetcode
Solutions in http://www.calvinneo.com/2017/02/09/LeetCode%E8%A7%A3%E9%A2%98%E6%8A%A5%E5%91%8A/
algorithm leetcode-solutions online-judge
Last synced: 11 Mar 2025
https://github.com/tigercosmos/csie1212
2018 CSIE1212: Data Structures and Algorithms
algorithm datastructure leetcode
Last synced: 26 Mar 2025
https://github.com/code-theft-auto/string-search
Tiny and fast string search in Go
Last synced: 31 Mar 2025
https://github.com/st1lson/8-puzzle
8-puzzle solver with IDS and RBFS algorithms
8-puzzle 8-puzzle-solver algorithm algorithms csharp search
Last synced: 27 Feb 2025
https://github.com/cuixing158/kfocals-cluster-algorithm
a new cluster algorithm for kFocals
algorithm cluster clustering-algorithm machine-learning
Last synced: 28 Feb 2025
https://github.com/cuixing158/serialize-deserialization
matlab struct or struct array Serialize/Deserialize
algorithm code-generation matlab serialization
Last synced: 28 Feb 2025
https://github.com/ajay-dhangar/leetcode
LeetCode Solution in Java Language
algorithm dsa dsa-java dsa-practice java leetcode leetcode-challenges leetcode-java leetcode-practice leetcode-questions leetcode-solutions
Last synced: 03 Sep 2025
https://github.com/eminarican/tictac
tictactoe ai implementation using minimax with αβ-pruning
ai algorithm alpha alpha-beta beta game minimax pruning tic-tac-toe tictactoe
Last synced: 18 Feb 2025
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: 15 Feb 2025
https://github.com/gagniuc/mix-two-signals-in-python
This is an implementation designed in Python. This implementation is able to mix two signals/vectors (A and B) in arbitrary proportions. This source code uses a novel mathematical model published in the journal Chaos. The model is called Spectral Forecast.
algorithm algorithms code mix number-theory python python3 signal signal-processing source spectral-forecast waveform
Last synced: 04 Mar 2025
https://github.com/pieroboseta/piero-ende-coder
A powerful encryption and decryption tool that combines the Vigenère cipher, XOR encryption, and Base64 encoding to secure messages. This tool allows users to encode and decode messages using a secret key, ensuring an extra layer of security.
algorithm base64 cipher cpp cryptography data-conversion data-encoding decoder decryption encoder encryption hashing string-manipulation text-processing
Last synced: 08 Apr 2025
https://github.com/adrocodes/maze-generation
My attempts at generating mazes with Rust.
algorithm maze-algorithms rust
Last synced: 06 Mar 2025
https://github.com/rushingfox/2d-ising-model-by-mcmc
CUHK PHYS4061 Computational Physics Project B; from two approaches: SSF and Wolff
algorithm computational-physics solid-physics
Last synced: 06 Sep 2025
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: 02 Mar 2025
https://github.com/hxndev/implementing-linux-cl-utility-grep
CL = Command Line. GREP is a command-line utility for searching plain-text data sets for lines that match a regular expression or simply a string
algorithm command-line complexity cpp grep linux pattern search time-complexity-analysis utility
Last synced: 31 Mar 2025
https://github.com/ryosukecla/go-cs
algorithms, data structures, mathematics written in golang
algorithm computer-science data-structures golang math
Last synced: 08 Sep 2025
https://github.com/anthonykrivonos/ts-algo-masterclass
👾 Giant TypeScript algorithm and data structure masterclass to be constantly updated with important CS concepts.
algorithm class-project computer concepts data data-structures fundamentals giant library masterclass science structures typescript
Last synced: 26 Feb 2025
https://github.com/nvinayvarma189/rank
Implementation of ranking system
algorithm downvote javascript ranking ranking-algorithm rating rating-algorithm upvote
Last synced: 03 Jul 2025
https://github.com/nicojuicy/graphplan
GraphPlan ~Goap algorithm to use for AI. Popularized in the game F.E.A.R.
algorithm csharp goal-action-oriented-planning goap graphplan graphplan-algorithm strips strips-algorithm
Last synced: 31 Mar 2025
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: 01 Apr 2025
https://github.com/francescosaveriozuppichini/paxos
Distributed Algorithm 2018 Project - USI
Last synced: 30 Mar 2025
https://github.com/mitinpavel/ctci_rust
Rust solutions for Cracking the Coding Interview book
algorithm big-o ctci interview-questions rust
Last synced: 01 Apr 2025
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: 16 Jun 2025
https://github.com/Metaphoriker/antiac
🛑 An anti-autoclicker plugin for minecraft
algorithm anti-autoclicker antiac anticheat detection java paper plugin spigot
Last synced: 23 Jan 2025
https://github.com/jgautheron/bloomfilter
Standard bloom filter implementation in Go
Last synced: 11 Apr 2025
https://github.com/mohsenfallahnjd/eigenfaces
Implementation of EigenFaces algorithm with python.
algorithm algorithms eigenfaces implementation python
Last synced: 22 Mar 2025
https://github.com/srbrettle/equations-of-motion-library
A collection of methods for solving Displacement, Initial and Final Velocities, Constant Acceleration and Time.
acceleration algorithm csharp displacement dotnet dotnet-standard equations kinematic motion physics time velocity
Last synced: 15 Jun 2025
https://github.com/0xdaksh/employeechurn
A Deep Neural Network that can Classify Employee Churn with ~97% Accuracy
algorithm artificial-neural-networks classifier deep-learning deep-neural-networks keras machine-learning tensorflow
Last synced: 14 Sep 2025
https://github.com/erik3010/pacman-resolver
Pacman Resolver
algorithm bfs-algorithm bfs-search typescript vue vue3 vuejs
Last synced: 17 Mar 2025
https://github.com/tychozzz/leetcode-everyday
Leetcode Everyday! Summary Everyday! Improve Everyday!
algorithm coding interview leetcode
Last synced: 28 Feb 2025
https://github.com/saranshbansal/learn-java
This repository consists of assorted Java files which include popular algorithms, design patterns, and some random bunch of classes for learning and implementing various core java based concepts.
algorithm concept corejava java java-8
Last synced: 19 Apr 2025
https://github.com/furkankayar/algorithmanalysis
Speed comparison of frequently used sorting algorithms.
algorithm heapsort introsort java quicksort speed-comparison
Last synced: 27 Jun 2025
https://github.com/schphe/tictac
tictactoe ai implementation using minimax with αβ-pruning
ai algorithm alpha alpha-beta beta game minimax pruning tic-tac-toe tictactoe
Last synced: 10 Sep 2025
https://github.com/hisaac/numberology
Implementations of basic Numerology algorithms in as many languages as I can learn
algorithm javascript nodejs python
Last synced: 23 Mar 2025
https://github.com/deliciafernandes/datastructures-in-c
Basic Data Structures in C programming language😌
algorithm algorithm-library algorithms algorithms-and-data-structures algorithms-datastructures algorithms-implemented data-structures datastructures hacktoberfest hacktoberfest-accepted hacktoberfest2020
Last synced: 20 Feb 2025
https://github.com/iamotz/raindrops
A program that converts a number to a string, the contents of which depends on the number’s prime factors.
algorithm javascript nodejs prime-factors raindrop tdd
Last synced: 12 Mar 2025
https://github.com/iehgit/nontree
A python package for n-tree 2D data structures similar to and including quadtree, with mapping to payload data
algorithm data-structures python quadtree
Last synced: 12 Apr 2025
https://github.com/eonist/binarysequencer
🧬 Sequence all possible combination of true and false
algorithm array binary bit boolean recursive recursive-algorithm
Last synced: 06 Mar 2025
https://github.com/AkuraDiary/sigma_ciphers_cryptograms
DIY gravity falls cryptograms made with python, with some twist
algorithm cipher cipher-algorithms encryption-algorithms encryption-decryption encryption-tool gravityfalls python
Last synced: 14 Apr 2025
https://github.com/StephenDoyle10/UK-Salary-Calculator
Front-end. Interactive JavaScript on this project enables one to input their salary to find out what their take home pay is, and how much in income tax and national insurance they are deducted.
algorithm bootstrap css html javascript mocha
Last synced: 11 Mar 2025
https://github.com/chiclaim/bookcodepractise
BookCodePractise
algorithm datastructures javaframework
Last synced: 10 Apr 2025
https://github.com/turborium/chaikinsmootheffect
ChaikinSmoothEffect (Delphi + FMX)
algorithm best-practices chaikin coputer-science delphi fmx gdd object-pascal pascal
Last synced: 02 Mar 2025
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: 25 Feb 2025