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-12-04 00:01:10 UTC
- JSON Representation
https://github.com/jorisbertier/courscomplet
Cours Développeur web & mobile
Last synced: 17 Mar 2025
https://github.com/abdnh/math-eval
Math expression evaluator
algorithm math math-evaluator math-expression-evaluator mathematics
Last synced: 17 Mar 2025
https://github.com/andrewnester/python-problem-solutions
Solutions for different algorithmic and data structure problems
algorithm data-structures problem-solving python
Last synced: 07 Jul 2025
https://github.com/shuque/id-dnssec-alg-nego
DNSSEC Algorithm Negotiation protocol spec
algorithm dnssec ietf negotiation
Last synced: 17 Mar 2025
https://github.com/captainabernathy/learning_python_5th_edition
Learning Python 5th Edition
algorithm data-structures educational python python2 python3 tutorial
Last synced: 15 Oct 2025
https://github.com/nikolasent/algorithm-collection
Personal collection of classical algorithms
algorithm algorithms cpp numerical-methods sorting-algorithms
Last synced: 02 Apr 2025
https://github.com/katyaprusakova/filler
A project for Hive Helsinki where the goal is to create a player for the game filler, my player shall be able to put more pieces to a board than enemy does.
Last synced: 26 Mar 2025
https://github.com/haminimi/merge-sort
Sort a list of numbers using the powerful Merge Sort algorithm.
algorithm algorithms algorithms-and-data-structures javascript merge-sort mergesort recursion recursive-algorithm sorting sorting-algorithms web web-development
Last synced: 18 Mar 2025
https://github.com/zerdicorp/very_simple_tree_simulation
A truly simple tree simulation based on the Pythagorean tree.
algorithm generation math pythagoras-tree simulation tree visualization
Last synced: 02 Apr 2025
https://github.com/zerdicorp/two_line_segments_intersection
Visualization of the algorithm for finding the intersection of two line segments.
algorithm intersection math visualization
Last synced: 02 Apr 2025
https://github.com/zerdicorp/slime_simulation
Visualization of a simple slime simulation algorithm.
algorithm simulaton slime visualization
Last synced: 02 Apr 2025
https://github.com/zerdicorp/simple_wave_function_collapse
Really simple wave function collapse algorithm based on a tiled approach.
algorithm tiles visualization wave-function wave-function-collapse
Last synced: 02 Apr 2025
https://github.com/zerdicorp/paed62_hashing_algorithm
A simple self-written version of the data hashing algorithm.
algorithm cryptography hash hashing-algorithm java paed62
Last synced: 02 Apr 2025
https://github.com/zerdicorp/boids_simulation
Have you already implemented the boids simulation algorithm? So now it's my turn!
2d algorithm boids boids-simulation flock visualization
Last synced: 02 Apr 2025
https://github.com/happyrip/algorithms-and-data-structures
Some basic algorithms and data structures implemented for practice.
algorithm algorithms algorithms-and-data-structures data-structures go golang
Last synced: 14 Jun 2025
https://github.com/pseudoyu/redblacktree-java
Red Black Tree Implementation in Java
Last synced: 17 Mar 2025
https://github.com/pseudoyu/cs61b-sp14
UC Berkeley —— CS61B Data Structures Spring 2014
algorithm data-structure java notes ucberkeley
Last synced: 17 Mar 2025
https://github.com/c1m50c/leet-code-solutions
A collection of my LeetCode submissions.
algorithm algorithms data-structures dynamic-programming interview-questions leetcode leetcode-python leetcode-solutions python python-3 solutions
Last synced: 12 Mar 2025
https://github.com/linguini1/sortingalgs
An analysis of different sorting algorithms for my high school computer science course. Includes Excel charts and Big O notation.
algorithm algorithm-analysis algorithm-challenges algorithms analysis sort sorting sorting-algorithms
Last synced: 07 Sep 2025
https://github.com/yankeguo-deprecated/snowflake-alt
A concurrent-safe lock-free implementation of snowflake algorithm in Golang
algorithm golang id-generator snowflake
Last synced: 08 Apr 2025
https://github.com/prallhsu/pat-advanced-level-practice
PAT Advanced Level Practice
Last synced: 02 Apr 2025
https://github.com/alekser/competitive-programming
Competitive Programming - is a place where Algorithms and Data Structures meet each other.
Last synced: 26 Mar 2025
https://github.com/firoz-thakur/leetcodesolving
Welcome to the LeetCode Problem Solving repository! This repository contains solutions to a variety of problems from LeetCode, covering a wide range of topics in Data Structures and Algorithms. The goal is to enhance problem-solving skills and help you ace technical interviews.
algorithm codechef-solutions codeforces-solutions competitive-programming cpp data-structures java leetcode leetcode-solutions problem-solving
Last synced: 18 Mar 2025
https://github.com/francescozoccheddu/2d-bin-packing
2D bin packing algorithm
2d algorithm bin-packing library typescript
Last synced: 09 Oct 2025
https://github.com/avifenesh/sortlogfiles
Algorithm for sorting multiple sorted log-files into one sorted log-file base on time-stamp
algorithm filesort heapsort log logfiles minheap python spacecomplexity timecomplexity
Last synced: 02 Mar 2025
https://github.com/ishaan28malik/machine-learning-for-you
Best Resources to get started with Machine Learning
algorithm best-practices deep-learning machine-learning neural-networks reinforcement-learning starter-kit tutorials
Last synced: 20 Mar 2025
https://github.com/brown9804/assembly-mips-mars-designs
Some programs that exemplify different algorithms developed in assembler thinking of a MIPS architecture with the MARS simulator
algorithm alu-digital-circuit assembler-thinking mars-simulator mips-architecture
Last synced: 07 Jul 2025
https://github.com/zulfachafidz/green_horizon_forecasting_peak_organic_avocado_sales_with_the_prophet_algorithm
The Green Horizon Project leverages the Prophet algorithm to predict peak sales of organic avocados, supporting the campaign "APEAM GO ORGANIC." Using Python and Looker Studio, this analysis aims to provide deep insight into sales trends and potential, forming the basis of smarter marketing strategies.
algorithm algorithms analytics data data-analysis data-engineering data-mining data-science data-visualization forecasting machine-learning machine-learning-algorithms prophet-model python python-script
Last synced: 20 Mar 2025
https://github.com/owenthewizard/minesweeper-redone
A (subjectively) better implementation of @bdholder's Minesweeper.
algorithm algorithms education educational educational-project educators minesweeper minesweeper-logic pseudocode
Last synced: 26 Mar 2025
https://github.com/pawel-kieliszczyk/algorithms
Efficient algorithms and data structures
Last synced: 28 Oct 2025
https://github.com/kauefraga/algorithms
🧑🏻💻 A couple of algorithms implemented on different languages
algorithm cpp python typescript
Last synced: 02 Apr 2025
https://github.com/shinexia/algorithm-labs
algorithm labs
algorithm algorithm-labs labs leetcode
Last synced: 20 Mar 2025
https://github.com/rayandrew/branchbound
Branch and bound implementation in Java with Swing GUI
algorithm branch-and-bound java swing-gui tsp
Last synced: 07 Sep 2025
https://github.com/geovani-moc/conway-s-game-of-life
conway-s-game-of-life
algorithm conways-game-of-life jogo-da-vida
Last synced: 20 Mar 2025
https://github.com/liviuxyz-ctrl/pathfinding_visualizer
Pathfinding visualizer in pygame: A*
algorithm astar-algorithm pathfinding python
Last synced: 02 Mar 2025
https://github.com/alvarocastro/stalinsort
An implementation of the meme stalinsort in JavaScript.
algorithm javascript meme sort sorting stalin stalinsort
Last synced: 20 Mar 2025
https://github.com/okwilkins/mazegeneration
Creates a random maze. Green -> Making new maze. Red -> Backtracking to find untouched maze.
algorithm html maze maze-generator maze-solver p5js web
Last synced: 28 Oct 2025
https://github.com/hoehrmann/set-intspan-partition
Set::IntSpan::Partition Perl module
Last synced: 26 Mar 2025
https://github.com/hemmouda/Max-nJ
Generic implementation of the Max-n algorithm in Java
abstraction algorithm generic implementation java max max-n max-n-algorithm min-max min-max-algorithm multiple-players n n-player template
Last synced: 15 Oct 2025
https://github.com/nikoheikkila/tuubacrypt
The least useful encryption and decryption algorithm.
Last synced: 03 Apr 2025
https://github.com/antosser/diagonal-rs
algorithm array cross-platform diagonal matrix
Last synced: 02 Apr 2025
https://github.com/florianwoelki/towersofhanoi
Simple JavaScript simulation for Towers Of Hanoi
algorithm javascript towersofhanoi
Last synced: 28 Oct 2025
https://github.com/arodr967/virtual_memory_management
A system call written in C, to report on memory management statistics, and a counter-based clock page replacement algorithm.
algorithm linux-kernel memory-management memory-stats system-calls virtual-memory
Last synced: 02 Apr 2025
https://github.com/davzoku/hackerrank-challenges
💚📓 Solutions for HackerRank challenges
algorithm bash competitive-programming hackerrank-solutions java mysql
Last synced: 30 Apr 2025
https://github.com/gabrielemaurina/sudoku
A c++ sudoku solver
algorithm cpp sudoku sudoku-game sudoku-solution-finder sudoku-solver
Last synced: 23 Jul 2025
https://github.com/oleggator/vernam-cipher
Vernam cipher implementation
algorithm bmstu cipher iu3 vernam vernam-cipher
Last synced: 08 Jul 2025
https://github.com/youssefelghamour/binary_trees
Repository containing implementations of various binary tree operations in C
algorithm algorithms algorithms-and-data-structures avl-tree binary-search-tree binary-tree binary-trees c data-structures
Last synced: 08 Jul 2025
https://github.com/ireddragonicy/cb24153-closestpairofpoints
An advanced and comprehensive implementation of the Closest Pair of Points problem using the Divide and Conquer algorithm in computational geometry. This project provides an in-depth exploration of efficient algorithms for solving proximity problems in a two-dimensional plane, focusing on optimizing performance for large-scale datasets.
algorithm analysis closest-pair-of-points divide-and-conquer dnd optimize pair-programming programming python tutorial umpsa
Last synced: 02 Apr 2025
https://github.com/lovesaroha/infinite-monkey-problem
The infinite monkey theorem states that a monkey hitting keys at random on a typewriter keyboard for an infinite amount of time will almost surely type any given text, such as the complete works of William Shakespeare.
algorithm genetic-algorithm html infinite-monkey-theorem javascript
Last synced: 02 Mar 2025
https://github.com/lpg2709/doomfirejs
Doom Fire made with JavaScript
algorithm beginners-friendly doom html js
Last synced: 09 Apr 2025
https://github.com/ia7ck/rust-competitive-programming
snippets for competitive programming
algorithm competitive-programming rust
Last synced: 16 Jun 2025
https://github.com/naseem1amjad/python-csv-list-conversion-manipulation
Read String as CSV and do the manipulation using Python
algorithm array-manipulations assignment csv-format evaluation find hackerrank list python3 search source-code spreadsheet-manipulation test
Last synced: 21 Feb 2025
https://github.com/amilajack/simplex
A simple implementation of the simplex algorithm in Rust
Last synced: 02 Apr 2025
https://github.com/teleivo/algorithm-design-manual
Excercises from the Algorithm Design Manual book
algorithm algorithms algorithms-and-data-structures skiena
Last synced: 21 Feb 2025
https://github.com/filipsedivy/recryptor
🔐 Class for quick and easy change the encryption algorithm
algorithm password rehash security-tools
Last synced: 09 Apr 2025
https://github.com/liraymond04/olc-dijkstra
GUI implementation of Dijkstra's shortest path algorithm in the olcPixelGameEngine.
algorithm algorithms-and-data-structures c-plus-plus cpp dijkstra dijkstra-algorithm dijkstra-shortest-path gui olc olcpixelgameengine pge
Last synced: 08 Sep 2025
https://github.com/aggstam/mpi_d_step_sssp
This program implements D-Stepping algorithm introduced by U.Mayers and P.Sanders, using SSSP algorith for faster execution.
Last synced: 02 Mar 2025
https://github.com/nem035/csjs
Small collection of basic CS Algorithms/Data Structures in JavaScript.
algorithm computer-science-algorithms javascript
Last synced: 03 Apr 2025
https://github.com/eeeyooon/algorithm
Javascript algorithm + SQL practice
algorithm javascript oracle-database sql
Last synced: 02 Mar 2025
https://github.com/mahdyhamad/graph-coloring-algorithm
greedy graph-coloring algorithm that can be used in timetable scheduling
algorithm coloring-graph graph graph-algorithms
Last synced: 17 Mar 2025
https://github.com/rhcarvalho/the-algorithm-design-manual
Exercises from the book The Algorithm Design Manual
Last synced: 02 Mar 2025
https://github.com/rhcarvalho/geek-challenge
Solutions for geek challenges, finding patterns in large prime numbers.
algorithm challenge prime-numbers racket
Last synced: 02 Mar 2025
https://github.com/rrwen/poster-gisci-osmol
Conference poster and short paper titled "Outlier Detection in OpenStreetMap Data using the RandomForest Algorithm and Variable Contributions" for the GIScience Conference in 2016
2016 algorithm conference contribution data detection forest gis giscience learn machine open openstreetmap osm outlier paper poster random short variable
Last synced: 03 Apr 2025
https://github.com/shoyamanishi/redblacktree
A faithful implementation of the red black tree algorithm by Cormen, Leiserson, Rivest, and Stein.
algorithm python3 redblack-tree
Last synced: 31 Aug 2025
https://github.com/bingyangchen/tic-tac-toe
algorithm machine-learning reinforcement-learning tictactoe
Last synced: 04 May 2025
https://github.com/deiucanta/pagelist
Pagination logic/algorithm in Javascript
algorithm javascript pagelist pagination paginator typescript
Last synced: 02 Mar 2025
https://github.com/jayexdesigns/sorting-algorithm-visualizer
A simple visualizer for common sorting algorithms
algorithm sorting-algorithms vanilla-javascript visualization
Last synced: 15 Oct 2025
https://github.com/jayexdesigns/a-star-visualizer
A visualizer for the popular A* algorithm
a-star algorithm pathfinding visualizer
Last synced: 04 May 2025
https://github.com/jisstro/hybrid-min-max-sort
Hybrid Min-Max Sort: An optimized hybrid sorting algorithm combining QuickSort and MergeSort techniques with dual pivot partitioning. Supports int and double types
algorithm algorithm-design algorithms algorithms-and-data-structures c-language clang hybrid-sort mergesort quicksort sorting sorting-algorithm sorting-algorithms
Last synced: 21 Feb 2025
https://github.com/bitbravo/storemap-generator
algorithm html5-canvas javascript
Last synced: 21 Feb 2025
https://github.com/katahiromz/spheredist
equal distance distribution of vertexes on a sphere
algorithm cxx cxx11 distribution library plotter plotting sphere sphere-surface vertex vertices
Last synced: 27 Nov 2025
https://github.com/chizuru-nina-yamauchi/dining-philosophers-problem-concurrency-problem-multi-threading
My assignment about concurrency problem and synchronization(multi-threading) with Concurrency API (Dinging Philosophers problem) for my online java course.
algorithm concurrency synchronization thred
Last synced: 21 Feb 2025
https://github.com/arogov-com/leetcode
Leetcode solved problems
algorithm algorithms leetcode leetcode-c leetcode-solutions
Last synced: 14 Aug 2025
https://github.com/sohomm/apple-inc.-stock-price-analysis-updated-
Apple Inc. stock price analysis , python , updated
algorithm analysis epoch lstm model neural-network pattern prediction python yfinance
Last synced: 08 Jul 2025
https://github.com/pokk/algorithm
My friend and I learned and programed the algorithm and design pattern. We're glad to share them to you.
algorithm datastructures design-pattern python3
Last synced: 16 Jun 2025
https://github.com/akashnath420/graph-based-path-finding-tool
The Java code models all 64 districts of Bangladesh as nodes in an undirected, weighted graph. The graph captures road distances between districts to support pathfinding, logistics, or geographic analysis.
akash-nath algorithm algorithms bfs cse246 data-structures dsa east-wast-university ewu graph shortest-path-algorithm
Last synced: 16 Jun 2025
https://github.com/rohan-bhautoo/digits-recognition-using-neural-network
A machine learning system to categorise one of the UCI digit tasks using Neural Network in Java.
algorithm handwritten-digit-recognition java machine-learning neural-network uci-machine-learning
Last synced: 12 Mar 2025
https://github.com/v0lk7/42_pushswap
42- Solo project: Create a custom algorithm in C to sort a list of int.
Last synced: 16 Jun 2025
https://github.com/loveboyme/inventoryoptimizer
使用遗传算法,对 Minecraft 玩家背包物品进行偏好性排序。| Utilizing genetic algorithms to perform preference-based sorting of items in a Minecraft player's inventory.
ai algorithm automatic based bukkit genetic inventory item management minecraft optimization plugin preference smart sort sorting spigot
Last synced: 02 Mar 2025
https://github.com/risto-stevcev/haskell-mergesort
Mergesort implementation in Haskell
Last synced: 22 Feb 2025
https://github.com/risto-stevcev/haskell-maximum-subarray
Maximum subarray algorithm implementation in Haskell
algorithm haskell maximum subarray
Last synced: 22 Feb 2025
https://github.com/junqiuzhang/competitive-decision-algorithm
competitive decision algorithm research in facility location problem
algorithm competitive-decision-algorithm facility-location-problem
Last synced: 22 Feb 2025
https://github.com/jovana-marceta/algorithmic-challenges
JavaScript algorithmic challenges
algorithm algorithm-challenges algorithms javascript js
Last synced: 22 Feb 2025
https://github.com/abrarulhassan-786/practice
I have doen this code on Romain Cities using branch and bound Algorithm. Question: Write an algorithm which takes as input any two cities and returns the shortest route between them. Use the simple branch and bound method.
ai algorithm artificial-intelligence bound branch branchandbound romaniancities
Last synced: 17 Mar 2025
https://github.com/czoido/conan-levmar
Conan recipe for the levmar library: http://users.ics.forth.gr/~lourakis/levmar/
algorithm least-squares levenberg-marquardt nonlinear optimization
Last synced: 03 Apr 2025
https://github.com/kahsolt/oj-notes
persoanl algorithm/datastruct notes
acm-icpc algorithm notes oj-solutions
Last synced: 22 Feb 2025