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/stevenshih1997/upgma
UPGMA Algorithm in C++
algorithm c-plus-plus linked-list upgma upgma-algorithm
Last synced: 13 Mar 2025
https://github.com/rhidoyhasanmahmud/leetcode-in-java
Solutions to all problems of Leetcode online judge written in Java
algorithm java leetcode leetcode-solutions problem-solving
Last synced: 04 Apr 2025
https://github.com/daniel-j-h/geozbush
A very fast spatial index for geographic locations based on a Z-Order space filling curve
algorithm computational-geometry geospatial index javascript kd-tree openstreetmap r-tree space-filling-curve spatial-index z-order z-order-index
Last synced: 09 Sep 2025
https://github.com/sumitgirwal/a-star-path-find-algo-python
A* is a graph traversal and path search algorithm, which is often used in many fields of computer science due to its completeness, optimality, and optimal efficiency.
algorithm astar-algorithm pygame-games python-3
Last synced: 20 Mar 2025
https://github.com/riddhish97/dsa
This Repo will have DSA and problem solving solution
algorithm array data-structures dynamic-programming hashmap javascript
Last synced: 28 Jun 2025
https://github.com/usagi/gsj
Implementation of Geological Survey of Japan algorithms.
algorithm dem dempng gsj japan maptile nishioka-nagatsu-2015 rust
Last synced: 03 Mar 2025
https://github.com/overult01/multicampus_algorithm
교육 수강 중 알고리즘을 자바로 구현한 실습 코드입니다.
Last synced: 17 Jun 2025
https://github.com/maxpat78/w32_fnmatch
An exact Win32 wildcard matching algorithm implementation for Python
algorithm fnmatch matcher pure-python python3 wildcard win32
Last synced: 12 Apr 2025
https://github.com/taxpater/c-algorithms
A library of common data structures and algorithms written in C.
algorithm c data-structure data-structures-c library
Last synced: 21 Mar 2025
https://github.com/austintheriot/algorithms-and-data-structures
My personal repository for algorithm & data structure preparation. Filled with informational readmes, JavaScript implementations, and Jest unit tests for self-testing data structure implementations.
algorithm datastructure interview-preparation
Last synced: 21 Mar 2025
https://github.com/raulpy271/fractals-juliaset
Algorithm that generates fractals based on the Julia Set
algorithm fractals-juliaset generates-fractals python
Last synced: 24 Jun 2025
https://github.com/anarmawala/chess-ai
Chess AI written in Rust that uses the min/max algorithm and tree pruning so predict 5-6 moves ahead.
ai algorithm chess game min-max-optimization tree-pruning
Last synced: 18 Jul 2025
https://github.com/shivamswarnkar/algo-analysis
Create and design a map, consisted of a goal, a starting point and various obstacles, and then visually analyze different algorithms as they try to find the best path from source to goal.
algo-analysis algorithm astar-algorithm breadth-first-search depth-first-search hill-climbing-search iterative-deepening-search simulation visual-analysis
Last synced: 21 Mar 2025
https://github.com/huidaecho/ispso
Isolated-Speciation-based Particle Swarm Optimization
algorithm optimization particle-swarm-optimization
Last synced: 10 Jul 2025
https://github.com/bredele/algo-sort-jumpdown
:bar_chart: Jump down sort algorithm
algorithm jumpdown sort sorting-algorithms
Last synced: 06 Apr 2025
https://github.com/bredele/algo-sort-comb
:bar_chart: Comb sort algorithm
algorithm comb sort sorting-algorithms
Last synced: 06 Apr 2025
https://github.com/mdo91/exercism-swift
Set of algorithmic challenges provided by exercism platform about swift language and its generic functions
algorithm algorithms algorithms-and-data-structures challenge challenges challenges-solved closure closure-exercise closures exercism-platform generic-functions swift swift-language unit-testing unitest
Last synced: 13 Mar 2025
https://github.com/seemanne/1planartester
Python implementation of a 1-planarity test, written for my masters thesis
1-planarity algorithm graph graph-algorithms graph-theory
Last synced: 23 Aug 2025
https://github.com/m-osource/cassiopeiabot
C++ multithread Linux Web Crawler
algorithm berkeleydb bot cassiopeia cplusplus crawler download engine hashing html-parser information-retrieval link-analysis multithread open-source regex search web web-crawler webcrawler www
Last synced: 25 Feb 2025
https://github.com/robertdinca2003/calendar-to-do-app
React + TailwindCSS, web application, an advanced to do list, using a calendar to make possible planning days ahead
algorithm css html javascript react tailwindcss
Last synced: 29 Mar 2025
https://github.com/jiegec/rkr-gst
Implementation of Running Karp-Rabin Greedy String Tiling algorithm
Last synced: 13 May 2025
https://github.com/musooo/sha256js
Implementation of the SHA-256 algorithm with an explanation of its workings
Last synced: 05 Sep 2025
https://github.com/jebin1999/algotrading-
Stock Price Prediction using LSTM
algorithm algorithmic-trading automation finance hft-trading quantitative-finance trading-algorithms
Last synced: 18 Feb 2025
https://github.com/douglasrizzo/machine_learning
Machine Learning algorithms in C++
algorithm kmeans knn linear-discriminant-analysis machine-learning neural-networks principal-component-analysis reinforcement-learning
Last synced: 04 Apr 2025
https://github.com/npanuhin/itmo-algo
Homework solutions for the Algorithms and Data Structures course at ITMO University (2021/2022, Future)
algorithm algorithms algorithms-and-data-structures data-structures graph graph-algorithms greedy-algorithms itmo itmo-labs itmo-university searching-algorithms shortest-path-algorithm shortest-paths sorting-algorithms
Last synced: 18 Jul 2025
https://github.com/gregamohorko/gm.processing
Library with algorithms and processing utilities for various science branches.
algorithm clustering contour-lines contrast-enhancement histogram histogram-equalization image image-processing processing science segmentation signal-processing
Last synced: 13 Mar 2025
https://github.com/mashateayoub/dm_declat_mp
Implementation de l'algorithme de generation des items frequents en python et l'application sur une base de donnes diabetique
algorithm datamining-algorithms python
Last synced: 23 Feb 2025
https://github.com/tillstuder/secure-communication
🔐 Secure P2P communication with diffie-hellman key exchange and multiple cyphers.
algorithm cypher decryption diffie-hellman encryption micropython p2p python secure
Last synced: 06 May 2025
https://github.com/genndy007/bellman_ford_rethink
Implementation of Bellman Ford Parallel and Sequential Algorithm with Java and Maven. Rethinked. Coursework for 6 semester.
algorithm atomic bellman-ford bellman-ford-algorithm concurrent distributed distributed-computing graph java jdk17 maven parallel parallel-computing threadpool
Last synced: 21 Mar 2025
https://github.com/kangjung/algorithm-java
알고리즘 연습 자바
algorithm algorithms java leetcode programmers
Last synced: 27 Jul 2025
https://github.com/utkarshg6/shamir-secret-sharing
Shamir's Secret Sharing Algorithm is an algorithm in cryptography created by Adi Shamir. This repository is the python implementation of the algorithm.
Last synced: 13 Jul 2025
https://github.com/amssdias/calculator_algorithm
Calculator without using addition, subtraction, multiplication and division operators and directly.
Last synced: 20 Jul 2025
https://github.com/apollozhu/maze-solver
Visualizing the algorithms.
algorithm ap-computer-science apcs java java-9 maze maze-solver oaktonhs
Last synced: 13 Mar 2025
https://github.com/sanjoy-sust/scpproject
This is Secure Communication Protocol for smart cart Cryptography management
aes aes-encryption algorithm cryptography design-patterns factory-method-pattern factory-pattern j2se java java-smart-cards security
Last synced: 25 Feb 2025
https://github.com/zevio/pcu_keyphrase
Keyphrase extraction algorithm (kleis) for PCU project
algorithm component extraction keyphrase keyphrase-extraction keyphrase-extraction-algorithm kleis pcu pcu-keyphrase python
Last synced: 24 Feb 2025
https://github.com/kalongn/cse-214
Data Structure & Algorithm with Java (College Class).
algorithm data-structures java
Last synced: 30 Mar 2025
https://github.com/pragalbha-patil/cyclic-array-challenge-javascript
A cyclic array challenge implemented in Javascript
algorithm javascript problem-solving
Last synced: 03 Jul 2025
https://github.com/alexandreelise/percentage-repartition
Compute a percentage repartition based on possibly fixed percentage values in a dataset
algorithm algorithms javascript js math nodejs nodejs-modules npm utilities
Last synced: 21 Feb 2025
https://github.com/michel-leonard/c-integers
A tiny Big Integer implementation in C for operations beyond 64 bits.
algorithm arbitr arbitrary-precision arithmetic big-integer c education example linux math number-theory public-domain research simple snippets windows
Last synced: 28 Mar 2025
https://github.com/bzdgn/project-euler-solutions
Solutions written in Java for Project Euler
algorithm algorithm-challenges algorithms java project-euler
Last synced: 28 Mar 2025
https://github.com/kykal/travelling-salesperson-problem
Desktop application that obtain the best route possible visiting all nodes with the least time possible using coordinates extracted from a text file.
algorithm algorithms coordinates kykal optimization python routes traveling-salesman travelling-salesman-problem tsp
Last synced: 06 Apr 2025
https://github.com/thesmallboat/technical_survey
The memo of the technical survey.
algorithm blockchain consensus consensus-algorithm crypto cryptocurrency golang incentive mesh-networks mqtt p2p-network vpn
Last synced: 29 Mar 2025
https://github.com/hlts2/gfreequeue
Simple lock-free queue written in golang
algorithm cas fast faster golang goroutine-safe hlts2 lock-free queue queue-algorithm
Last synced: 13 Mar 2025
https://github.com/edumigueis/math-algorithms
A compilation of mathematical algorithims in C#.
algorithm algorithms csharp fibonacci fibonacci-sequence math math-algorithms mathematics mdc mmc
Last synced: 27 Mar 2025
https://github.com/hlts2/ip-hash
ip-hash balancing algorithm, based on round-robin.
algorithm balancer balancing balancing-algorithm go golang golang-library goroutine-safe ip ip-hash library round-robin threadsafe
Last synced: 11 Sep 2025
https://github.com/7zaa/katsa-knn-ameliorated-tree-seed-algorithm-for-complex-optimization-problems
Code of my paper 'KATSA: KNN Ameliorated Tree Seed Algorithm for complex optimization problems'
algorithm evolutionary-algorithms matlab optimization optimization-algorithms tree-seeds-algorithm
Last synced: 26 Jun 2025
https://github.com/sagiavinash/mazesolver
Create mazes and solve them
algorithm css game html javascript
Last synced: 22 Jul 2025
https://github.com/xenia101/local-outlier-factor
Deriving the Local Outlier Factor Score
algorithm algorithms classification local-outlier local-outlier-factor lof machine-learning numpy pandas python python3 sklearn sklearn-library
Last synced: 30 Aug 2025
https://github.com/jadezdon/goalgo
GoAlgo is an algorithm visualizer Android application
algorithm android android-app animation visualization
Last synced: 30 Aug 2025
https://github.com/greybax/stack-data
Simple stack imlementation on ES6
algorithm algorithm-and-data-structure algorithm-and-datastructure algorithms-datastructures data-stack data-structure data-structures datastructure datastructures es6 es6-javascript js js-data stack stack-based stack-data stacks stacks-project structured-data structures
Last synced: 04 Mar 2025
https://github.com/qw3ry/sre-dtmc-transformations
Implementation of the algorithms provided in my Bachelor's Thesis
algorithm markov-chain scientific-publications transformation
Last synced: 30 Aug 2025
https://github.com/hind-sagar-biswas/pathfindr
A visualizer of path finder (BFS) algorithm and maze generator (DFS)
algorithm algorithm-visualizer bfs-search dfs-algorithm graph grid javascript pathfinder
Last synced: 29 Aug 2025
https://github.com/zerdicorp/maze_path_finder
algorithm generation maze path-finder procedural
Last synced: 28 Aug 2025
https://github.com/ptsurbeleu/coding-challenges
100% human-friendly explanation of coding challenges and computer science fundamentals
algorithm algorithm-challenges algorithms bitwise bitwise-operators computer-science
Last synced: 14 Mar 2025
https://github.com/wittyicon29/time-complexity-visualizer
Time Complexity Visualizer would help to visualize time complexity of an any algorithm by defining it in function and then passing the number of data points to the visualizer function
algorithm java matplotlib python time-complexity time-complexity-analysis time-complexity-visualization
Last synced: 27 Jul 2025
https://github.com/basemax/knapsackproblemc
This is a simple implementation of the knapsack problem in C in both recursive and dynamic programming approaches.
algorithm algorithms algorithms-and-data-structures algorithms-datastructures c data-structure datastructure ds dynamic-programming knapsack
Last synced: 27 Jul 2025
https://github.com/yooodleee/deep_think_marl
🐵Deep think about MARL is truly enjoyable!🐵
algorithm game-theory marl-environment multiagent-systems
Last synced: 22 Jul 2025
https://github.com/jaaumg/piramidefibonnaci
Algorithm problem presented by my professor
algorithm c fibonacci fibonacci-numbers fibonacci-sequence
Last synced: 15 Sep 2025
https://github.com/marcellomaugeri/garner-algorithm-python
Python3 Garner's algorithm to solve diophantine equations system with coprime moduli
algorithm criptography diophantine diophantine-solver equation-solver math mathematics python3 script solver
Last synced: 06 Apr 2025
https://github.com/sskender/hackerrank
HackerRank solutions
algorithm algorithms hackerrank hackerrank-algorithms-solutions hackerrank-solutions
Last synced: 22 Mar 2025
https://github.com/debakarr/code_backup
Backup of programs I did in my college.
algorithm college cpp data-structures java lab numerical-methods vhdl
Last synced: 28 Feb 2025
https://github.com/483759/algorithmsolutionstorage
Problem Solving, 자료구조, 알고리즘 공부 내용 정리
algorithm data-structures problem-solving
Last synced: 04 Mar 2025
https://github.com/zhravan/data-structures-and-algorithm
Repo contains the development explanation and code for Data Structure and Algorithm
algorithm algorithms data-structures
Last synced: 26 Aug 2025
https://github.com/ishaansathaye/cpe202-datastructalgos
CPE 202 Data Structures and Algorithms Winter 2022 Freshman at Cal Poly
algorithm binary binary-search-tree data graph hash heap python queue stack structures
Last synced: 13 Apr 2025
https://github.com/alexvcasillas/erat-o
Eratosthenes primality test implementation
algorithm eratosthenes javascript math numbers primes
Last synced: 26 Aug 2025
https://github.com/honkinglin/sword-offer
JavaScript solutions to 《剑指 Offer》 coding challenges, aimed at mastering algorithms for technical interviews.
algorithm interview swordoffer
Last synced: 23 Feb 2025
https://github.com/abranhe/quick-srt
Quick Sort Algorithm Implementation
algorithm quicksort sorting-algorithms
Last synced: 23 Jul 2025
https://github.com/ngalaiko/course
Программа для обучения принципам связаных списков
algorithm linked-list visualization
Last synced: 21 Sep 2025
https://github.com/hsfzxjy/clrs-algorithms.rust
Rust implementation for "Introduction to Algorithms"
algorithm clrs introduction-to-algorithms rust
Last synced: 30 Mar 2025
https://github.com/simobin/dsa_ii
Data structure and algorithm
algorithm cpp data-structures dsa
Last synced: 24 Jun 2025
https://github.com/scl2589/til_selfstudy
Today I Learned📝
algorithm computerscience datastructure git java javascript python sql til
Last synced: 17 Jul 2025
https://github.com/kimd0ngjun/algorithm_structure
자료구조 및 알고리즘 스터디 & 커스터마이징 by Java, Python
algorithm data-structures java python
Last synced: 29 Mar 2025
https://github.com/lazzerex/gauss-legendre-algorithm
Computing the digits of π using the Gauss-Legendre algorithm (C#)
Last synced: 29 Mar 2025
https://github.com/hhf112/moore-search
A parallelized header-only implementation of the Boyre Moore exact string searching algorithm in C++17.
algorithm cpp17 multithreading
Last synced: 17 Jul 2025
https://github.com/arkenidar/lua_love2d_pointinpolygon-algorithm
Early release of a Point In Polygon experimental algorithm. The method is naive, so it can be easily explained and taught. Enjoy and give feedback if possible. Thanks.
algorithm easy-to-understand love2d-engine lua naive point-in-polygon zerobrane-studio
Last synced: 19 Aug 2025
https://github.com/michaelehab/leetcode-april-challenge-2022
This Repository contains my solutions to April LeetCoding Challenge 2022 problems.
algorithm backtracking binary-search bit-manipulation cpp dfs leetcode leetcode-solutions problem-solving recursion strings two-pointers
Last synced: 04 Mar 2025
https://github.com/caknoooo/artificial-intelligence-algorithm
This repository contains all of my learning about Artificial Intelligence in lectures at ITS
algorithm algorithm-challenges artificial-intelligence genetic-algorithm informed-search machine-learning uninformed-search
Last synced: 22 Aug 2025
https://github.com/arkenidar/point_in_polygon
by checking if point is inside draws
2d algorithm canvas easy-to-understand js naive
Last synced: 18 Feb 2025
https://github.com/guobinhit/archimedes
♨️ An outlier detection service applied to time series.
algorithm anomaly dbscan detection lof outlier time-series z-score
Last synced: 28 Feb 2025
https://github.com/fajarnugraha37/go_external_sort
This project demonstrates an external sorting algorithm in Go, designed to efficiently handle large data sets that exceed available memory. The program reads a random string data set from a file, sorts it using an external merge sort technique, and writes the sorted output to a new file.
algorithm algorithms-and-data-structures external-sorting go golang sorting sorting-algorithms
Last synced: 08 May 2025
https://github.com/chihebnabil/flat-array-to-tree
Flat Array To Tree
algorithm java javascript model recursive-functions
Last synced: 03 Apr 2025
https://github.com/maricard18/42-push_swap
Algorithm sorting project
42 42born2code 42cursus 42porto 42portugal 42projects 42school algorithm pushswap pushswap-42 pushswap42 sorting-algorithms
Last synced: 22 Feb 2025
https://github.com/paambaati/bumplan
A simple program that finds the seating arrangement for passengers for a given custom airplane seat layout.
algorithm coding-challenge data-structures interview-questions nodejs
Last synced: 06 Apr 2025
https://github.com/sabberrahman/cse
My CSE study resources: Lecture notes, Code snippets, and Study materials
algorithm data-structures leetcode neetcode150 problem-solving
Last synced: 18 Feb 2025
https://github.com/dependents/node-sass-lookup
Get the file associated with a Sass import
algorithm lookup partials resolution sass scss
Last synced: 15 Apr 2025
https://github.com/kakashysen/swift-playgrounds
Swift Playgrounds
algorithm data-structures generics protocols swift
Last synced: 06 Mar 2025