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-10-21 00:01:10 UTC
- JSON Representation
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/3f/fnv1a128
FNV-1a 「 128-bit 」 High-Speed implementations 🚀 using LX4Cnh etc.
algorithm algorithms fnv fnv-1a fnv-algorithm fnv-algorithms fnv128 fnv1a fnv1a128 hashing lx4cnh optimization speed
Last synced: 14 Apr 2025
https://github.com/francescosaveriozuppichini/paxos
Distributed Algorithm 2018 Project - USI
Last synced: 30 Mar 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/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/acetinkaya/algorithm-design-in-programming-language-education
Algorithm Design in Programming Language Education
algorithm algorithmdesign programming programming-language
Last synced: 08 Oct 2025
https://github.com/andre-j3sus/algorithms-and-data-structures
Some algorithms and other stuff I learned in the Algorithms and Data Structures class.
algorithm algorithms data-structures kotlin
Last synced: 30 Aug 2025
https://github.com/andrewn6/mergesort-visualiser
📁 Merge sort visualizer in python.
algorithm datastructure python python3
Last synced: 06 Sep 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/h-hg/data-structure-and-algorithm
data structure and algorithm
algorithm algorithms data-structures
Last synced: 26 Aug 2025
https://github.com/seonghun-dev/algorithm
자료구조 및 알고리즘 학습
algorithm algorithms data-structures
Last synced: 13 Jul 2025
https://github.com/anfany/project-euler-by-python3
利用Python3解决欧拉计划,中文题目+代码
algorithm euler math programming python python3
Last synced: 03 Mar 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/ramazancetinkaya/e2emessaging
End-to-End Encryption Messaging library
algorithm algorithms e2e encryption-decryption end-to-end messaging security
Last synced: 06 Sep 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/dhchenx/simplex-alg-js
Simplex algorithm & Big M method in Javascript, Match-Picking Game
algorithm big-m html javascript match-picking operations-research simplex-algorithm
Last synced: 21 Aug 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/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: 22 Aug 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/dcmox/binpacking
Packing items in a 3D space
3d algorithm binpacking typescript
Last synced: 01 Mar 2025
https://github.com/behzadam/solved
Solved is my code practices and solutions in typescript
algorithm algorithms code-challenges data-structures datastructures design-patterns exercism exercism-solutions hackerrank leetcode leetcode-typescript patterns typescript
Last synced: 18 Aug 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/gagniuc/mix-two-signals-in-javascript
This is an implementation designed in Javascript. 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 html javascript js mix model number-sequences signals spectral-forecast
Last synced: 17 Aug 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/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/davidyslu/LeetCode
Personal submissions on LeetCode
algorithm data-structures hacktoberfest interview leetcode
Last synced: 17 Aug 2025
https://github.com/renovamen/oi-acm
My solutions for OI / ACM problems - 退役蒟蒻的人生回顾
Last synced: 25 Feb 2025
https://github.com/peterzhu2118/algorithms
A collection of general purpose algorithms
algorithm algorithm-library algorithms algorithms-implemented java
Last synced: 16 Aug 2025
https://github.com/open-byte/n-queens-genetic-algorithm
Genetic Algorithm for Solving NQueens Problem
algorithm genetic-algorithm nqueens nqueens-problem nqueens-problem-solver nqueens-solution python
Last synced: 16 Aug 2025
https://github.com/y1r/graph
Graph Algorithms Visualizer
algorithm csharp graph visualization wpf
Last synced: 02 Mar 2025
https://github.com/lupppig/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 Aug 2025
https://github.com/mnitchev/microverse
Genetic algorithms training neural networks.
algorithm genetic neural-network simulation
Last synced: 16 Aug 2025
https://github.com/cyrildever/feistel-py
Feistel cipher implementation in Python for format-preserving encryption
algorithm cryptography encryption feistel-cipher format-preserving-encryption fpe xor-operation
Last synced: 09 Oct 2025
https://github.com/styx11/sudoku
📝 A sudoku game
algorithm game mdui sudoku sudoku-puzzle vue vue-router
Last synced: 04 Oct 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: 04 Oct 2025
https://github.com/jgautheron/bloomfilter
Standard bloom filter implementation in Go
Last synced: 11 Apr 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/lemire/monotonesegment
JavaScript library for monotone segmentation of time series
algorithm javascript monotone-segmentation
Last synced: 21 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/t145/traveling-salesman
Above-average TSP estimater w/ no strict dependencies
algorithm distance graph java-8 solution thought traveling-salesman
Last synced: 11 Aug 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: 30 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/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/aditya-a-garwal/aghashtable
High performance C++ Hash Table implementation
algorithm algorithms algorithms-and-data-structures benchmark data-structures google-test hashmap hashset hashtable linux lookup-table unit-test windows
Last synced: 22 Feb 2025
https://github.com/elzup/tdu_procon_lecture
C++, Java Tutorial for TDU lecture. Some algorithm Samples.
algorithm competitive-programming cpp java lecture
Last synced: 08 Aug 2025
https://github.com/0mp/shakespeare-algorithms
Algorithms written in the Shakespeare Programming Language.
algorithm shakespeare shakespeare-programming-language spl
Last synced: 08 Aug 2025
https://github.com/upupming/quick-select
Select k-smallest item in an array A in nearly 2n time using LAZY-SELECT. Also implemented naive sorting & linear select algorithm.
algorithm lazy-selection random-algorithm select-algorithm
Last synced: 08 Apr 2025
https://github.com/risto-stevcev/haskell-karatsuba-multiplication
:abcd: λ Karatsuba multiplication implemented in Haskell
algorithm haskell karatsuba multiplication
Last synced: 07 Aug 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/aminul-islam-niloy/cpp-programming-and-templates-
Basic and advance c++ code for learner.
Last synced: 05 Aug 2025
https://github.com/dmironenko/leetcode
some solutions to problems on leetcode
algorithm leetcode problem solution
Last synced: 06 Oct 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/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/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/robertjgabriel/simple-sorting
Node module for different sorting algorithms.
algorithm apple google mergesort quicksort sorted-data swap
Last synced: 03 Mar 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/knightchaser/cryptography
A programmatic resource for cryptography (Gachon CPS + Personal)
algorithm cryptography implementation resource snippet
Last synced: 03 Aug 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/geometryzen/generic-rbtree
A Red-Black Tree with a generic interface for TypeScript.
algorithm algorithms data-structure data-structures generic generics red-black-tree typescript typescript-library
Last synced: 11 Apr 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/pigloverabbit520/algorithm
兔子的算法册子
algorithm java-8 javascript php python
Last synced: 13 May 2025
https://github.com/dalgona/ds_study
자료구조 스터디~
algorithm data-structures study
Last synced: 05 Jul 2025
https://github.com/callicoder/algorhythm
Standard Algorithms Implemented in C++
Last synced: 30 Apr 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/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/davidyslu/leetcode
Personal submissions on LeetCode
algorithm data-structures hacktoberfest interview leetcode
Last synced: 13 Sep 2025
https://github.com/xlucn/myrecipes
algrithoms for numerical computation 数值算法
algorithm computation numerical recipes
Last synced: 08 May 2025
https://github.com/reavnail/8-puzzle-solver
8 Puzzle Problem Mapping into Search. Using A* Algorithm to find the Shortest path.
8-puzzle-solver 8puzzle 8puzzle-game 8puzzle-solver ai algorithm dijkstra-algorithm javascript javascript-game solver
Last synced: 07 May 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/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/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/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/monodyle/adventure
journey through algorithm & data structure
Last synced: 30 Jul 2025
https://github.com/cuhsat/spritz.c
Spritz cipher implementation in ANSI C.
algorithm ansi-c c cryptography spritz
Last synced: 12 Apr 2025
https://github.com/naren-jha/algorithms
Implementation of most common data structures and algorithms
algorithm data-structures dynamic-programming graph-theory
Last synced: 29 Jul 2025
https://github.com/sagiavinash/partial-match
a search util that gives match strength of a query against a sentence
algorithm autocomplete automation javascript npm-package search
Last synced: 29 Mar 2025
https://github.com/ekwoka/advent-of-code
Repo of algorithms for solving Advent of Code challenges
Last synced: 12 Apr 2025
https://github.com/demonstrandum/a-star
A* path finding algorithm for images, in Ruby.
a-star algorithm chunky-png image labyrinth linux macos maze maze-solver pathfinding pixel png ruby unix windows
Last synced: 07 Apr 2025
https://github.com/michel-leonard/c-rho
The Pollard's Rho algorithm for 64/128 bits Integer Factorization in pure C.
128-bit algorithm c cryptography education example factorization linux math pollard-rho-algorithm simple tool windows
Last synced: 20 Sep 2025
https://github.com/tigercosmos/csie1212
2018 CSIE1212: Data Structures and Algorithms
algorithm datastructure leetcode
Last synced: 26 Mar 2025
https://github.com/urunov/usefull-links
Upper level from your current status, just read and implement in your life.
algorithm learn-react non-fiction software-architecture software-design-patterns system-design
Last synced: 28 Jul 2025
https://github.com/arealayer/jet-usdjj
Stablecoin on Lightning Network
algorithm bitcoin borrow btc collateral decentralized defi dex layer2 layer2labs layer3 lending lightning-network onion privacy product satoshi stablecoin tor
Last synced: 27 Jul 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/rvhuang/heuristic-suite
The generic implementation of heuristic algorithms in C#
a-star algorithm generic-programming heuristic-algorithm net netcore
Last synced: 28 Jul 2025
https://github.com/mdietrichstein/objc-murmur3-bloomfilter
Bloom filter implementation using murmur3 hashing written in Objective-C
algorithm bloom-filter bloom-filters hash ios murmur3-hashing objective-c probability
Last synced: 26 Jul 2025
https://github.com/yihonglei/thinking-in-algorithms
LeetCode Solutions
algorithm algorithms algorithms-and-data-structures java leetcode leetcode-c leetcode-java leetcode-solutions
Last synced: 25 Jun 2025
https://github.com/tianyishi2001/sequence-alignment-js
Sequence Alignment Algorithms implemented in Javascript, with a command line application
algorithm bioinformatics biology javascript node science sequence-alignment
Last synced: 21 Mar 2025
https://github.com/nelsonzhao/algorithms_and_data_structures
Algorithms and data structures implemented using C++
Last synced: 11 Apr 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/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/chiclaim/bookcodepractise
BookCodePractise
algorithm datastructures javaframework
Last synced: 10 Apr 2025
https://github.com/basemax/shapesalgorithm
JavaScript/Algorithm: In a shape(rectangle or square) with width n and length m, We want to know how many shapes there are with width and length a and b. We also want to know the remaining forms.
algorithm algorithm-challenges algorithms data-structrues data-structure data-structure-and-algorithm data-structures data-structures-algorithms data-structures-and-algorithms data-structures-interview-questions dsa javascript js
Last synced: 26 Jul 2025
https://github.com/tedlivist/fibonacci_seq
Fibonacci Sequence is a series of numbers in which each number is the summation of the preceding two (or three or more) numbers. In this algorithm implementation using a function written in Ruby, the numbers are a summation of the previous two.
algorithm coding coding-challenge ruby
Last synced: 25 Jul 2025