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

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/hoehrmann/set-intspan-partition

Set::IntSpan::Partition Perl module

algorithm integer perl5 sets

Last synced: 26 Mar 2025

https://github.com/selvin11/algorithm

algorithm by javascript

algorithm javascript

Last synced: 28 Oct 2025

https://github.com/pangongzi/algorithm

A PHP library for implementing various algorithms

algorithm php snowflake

Last synced: 13 Dec 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/zl-asica/zla-algo

ZL Asica's personal Leetcode solution and thoughts documentation. ZL Asica自己的Leetcode题解记录文档

algorithm docusaurus leetcode-python leetcode-solutions

Last synced: 14 Mar 2025

https://github.com/forma0-9097/study-log

알고리즘 공부 기록을 위한 저장소.

algorithm python

Last synced: 03 Apr 2025

https://github.com/jason-c-daniels/jcd.leetcode

A bunch of stuff I did on LeetCode. Most of it ranks well for performance, and some of it even ranks well for memory usage. Sometimes both are true at the same time.

algorithm algorithms leetcode

Last synced: 04 Aug 2025

https://github.com/risto-stevcev/haskell-inversion-counter

Algorithm to count the number of inversions (out of order elements) in an array. Implemented in Haskell

algorithm counter haskell inversion

Last synced: 11 Nov 2025

https://github.com/elliotwutingfeng/grokking-algorithms

Solutions to problems listed in the book "grokking algorithms" by Aditya Y. Bhargava

algorithm algorithms leetcode python

Last synced: 04 Aug 2025

https://github.com/bazoka-kaka/dijkstra-shortest-path-east-java

🌐 Here we are implementing Dijkstra algorithm to find the shortest route from one city to another in east java based on user's input in the form of web application

algorithm dijkstra express shortest-paths

Last synced: 05 Aug 2025

https://github.com/2gpb/antcolonyoptimization

This repository contains an implementation of the Ant Colony Optimization (ACO) algorithm, a nature-inspired optimization technique used for solving combinatorial problems.

algorithm metaheuristic-optimisation python

Last synced: 07 Aug 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/liviuxyz-ctrl/pathfinding_visualizer

Pathfinding visualizer in pygame: A*

algorithm astar-algorithm pathfinding python

Last synced: 02 Mar 2025

https://github.com/xxnauty/boxbluralgorithm

Implementation of blurring algorithm in Python

algorithm algorithms boxblur image-processing python python3

Last synced: 08 Aug 2025

https://github.com/sourceduty/algorithm_generator

🔢 Assistive algorithm generation, organization and analysis tool.

ai algorith-generator algorithm algorithm-analysis algorithms artificial-intelligence chatgpt generator openai

Last synced: 03 Sep 2025

https://github.com/chrismichaelps/computer-science-problem-solving

Learning haskell Language solving computer science programming problem. This implies having a better knowledge about how language works and how to understand better how functional languages work.

algorithm computer-science functional-programming haskell math solving-algorithm

Last synced: 08 Aug 2025

https://github.com/payamnajat/chatgpt-5-configuration-analysis

📊 Analyze and deobfuscate 3,099 configuration elements for ChatGPT, enhancing search optimization and system performance.

aeo ai algorithm chatgpt geo llm openai ranking rerank seo

Last synced: 31 Aug 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/puzzlef/graph-csr-openmp

Design of high-performance OpenMP-based parallel Graph Edgelist and Compressed Sparse Row (CSR) loader, aka GVEL.

algorithm csr edgelist graph gvel load openmp parallel parser

Last synced: 08 Aug 2025

https://github.com/ivandimovsit/quicksort

quicksort algorithm in c

algorithm

Last synced: 08 Aug 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/pawel-kieliszczyk/algorithms

Efficient algorithms and data structures

algorithm cpp03 spoj topcoder

Last synced: 28 Oct 2025

https://github.com/ym1085/Algorithm-Study

Repository for solving algorithmic problems

algorithm backjoon java programmers

Last synced: 03 Oct 2025

https://github.com/xsymphony/algorithm

python 数据结构和算法

algorithm python

Last synced: 20 Mar 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/yoouyeon/algorithm_study

맞왜틀? 알고리즘 공부 기록

algorithm problem-solving

Last synced: 18 Sep 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/haeramkeem/alGo

indomie mie goreng

algorithm cplusplus cpp go golang leetcode

Last synced: 10 Aug 2025

https://github.com/n-pcs/leetcode

All my answers to LeetCode questions!

algorithm cpp data-structures dsa

Last synced: 04 Oct 2025

https://github.com/maosong2022/computation-geometry

Some algorithms in computation geometry

algorithm geometry

Last synced: 11 Aug 2025

https://github.com/oleksandr-romashko/goit-algo-hw-02

Basic data structures usage: Queue, Deque, and Stack.

algorithm deque goit-algo-hw-02 python queue stack

Last synced: 09 Sep 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/stefandeveloper/knapsack-problem

Algorithm on Discrete Structure Seminar: Topic Knapsack Problem

algorithm knapsack-problem

Last synced: 12 Aug 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/javiolvera/investiga-2022-algoritmo-aplicado-a-medicina

Proyecto Investiga sobre la Inteligencia Artificial y algoritmos aplicados a la medicina

ai algorithm algorithms-and-data-structures artificial-intelligence csharp medicine unity

Last synced: 05 Sep 2025

https://github.com/alekser/competitive-programming

Competitive Programming - is a place where Algorithms and Data Structures meet each other.

algorithm competition

Last synced: 26 Mar 2025

https://github.com/prallhsu/leetcode

Various algorithm topics in LeetCode

algorithm

Last synced: 02 Apr 2025

https://github.com/yukihirai0505/scala-algorithms

:notebook_with_decorative_cover: Scala Algorithms

algorithm scala

Last synced: 03 Mar 2025

https://github.com/ahqsoftwares/tictactoe

A Simple minimax tic tac toe game in react tsx

algorithm game javascript react tictactoe typescript

Last synced: 10 Nov 2025

https://github.com/prallhsu/pat-advanced-level-practice

PAT Advanced Level Practice

algorithm c-plus-plus

Last synced: 02 Apr 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/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/0x8f701/Thesis

Thesis Collection

algorithm essay thesis

Last synced: 16 Aug 2025

https://github.com/mhsjlw/2048

A recursive algorithm that solves 2048

2048 algorithm recursion

Last synced: 01 Apr 2025

https://github.com/ocelotko/elo

A simple and efficient Rust library for calculating Elo ratings. Provides functions for probability calculation and Elo rating updates.

algorithm elo lib library rust

Last synced: 16 Aug 2025

https://github.com/gregorybchris/hlucb

Implementation of Hamming-LUCB algorithm for approximate sorting

algorithm approximate confidence hamming lucb sorting

Last synced: 02 Mar 2025

https://github.com/qiwihui/artsc

ARTS挑战收集

algorithm arts leetcode review share tip

Last synced: 02 Apr 2025

https://github.com/tanmayvaij/arrays

Searching and Sorting algorithms on arrays

algorithm cpp searching-algorithms sort sorting-algorithms

Last synced: 17 Aug 2025

https://github.com/afeiship/next-quick-sort

Quick sort for next.

algorithm next quick sort

Last synced: 17 Aug 2025

https://github.com/harold-glitch/floodsquaretransform

New and original, very powerful encryption algorithm based on linearization of 2D square flood fill.

algorithm cypher encryption

Last synced: 05 Oct 2025

https://github.com/pouu69/minegame

지뢰찾기게임과 같이 지뢰와 주변지뢰숫자를 포함하는 숫자 보드판 생성

algorithm java mine

Last synced: 18 Mar 2025

https://github.com/captpyrite/case-solver

A small piece of code that can virtually solve any "case" or any mathematical problems, if we change the `__output__():` of it

algorithm solver

Last synced: 05 Oct 2025

https://github.com/kristiyanvachev/cpp_dsa

Data structures and Algorithms with C++ course at Sofia University

algorithm binary cpp datastructures dsa fmi linked list queue sda sdp stack su tree trie

Last synced: 17 Mar 2025

https://github.com/javidjms/algorithm

A list of algorithm for interview training

algorithm challenge exercise interview python solve training

Last synced: 05 Oct 2025

https://github.com/iker-gonzalez/push-swap

Sorting algorithm with a limited set of instructions , using the lowest possible number of actions

42cursus algorithm c sorting-algorithms

Last synced: 18 Aug 2025

https://github.com/rhythmalgo/algorithm-practice

👾 알고리즘 풀이 저장소 👾

algorithm algorithms java-11 kotlin

Last synced: 05 Oct 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/dpetrosy/saed_visitors_program

In this repository, I store my course project "Visits and visitors program", which I've done during my university education.

algorithm console-application course-work cpp cpp11 data-structures problem-solving university-project

Last synced: 19 Aug 2025

https://github.com/pseudoyu/redblacktree-java

Red Black Tree Implementation in Java

algorithm data-structure java

Last synced: 17 Mar 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/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/axionbuster/knapauc2

Fastest exact knapsack solver (in preparation)

algorithm constraint-programming dynamic-programming knapsack performance

Last synced: 20 Aug 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/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/slime_simulation

Visualization of a simple slime simulation algorithm.

algorithm simulaton slime visualization

Last synced: 02 Apr 2025

https://github.com/mtlh/digits0ton

https://edabit.com/challenge/j9zed4GnykS48W6vh My solution to this problem in Python and JavaScript.

algorithm coding-challenge javascript python

Last synced: 20 Aug 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/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/gantavenkatakousik/lagotrade

LagoTrade combines the power of artificial intelligence with robust trading functionality to create an all-in-one platform for modern investors. The application features a thoughtfully designed user interface with attention to both aesthetics and functionality.

algorithm lago trade trading web

Last synced: 20 Aug 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.

42school algorithm heatmap

Last synced: 26 Mar 2025

https://github.com/kumaarbalbir/hackfest-22_bombardiers

This repository is in accordance with the one of the sub problem given by TexMIN in Hackfest'22. Developed the algorithmic procedure for the same and implemented using python.

algorithm geometry python3 shapely

Last synced: 30 Mar 2025

https://github.com/ilovebacteria/analysis-prime-number-algorithms

My Data Structure course project. Analyzing the performance of some prime number algorithms with graph

algorithm algorithms data-structures graph java matplotlib pyfpdf python

Last synced: 22 Aug 2025

https://github.com/chizuru-nina-yamauchi/path-finding-algorithm

fastest-chepaest-best-path finding with algorithm

algorithm

Last synced: 22 Aug 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/ostad-ai/graph-analysis

This repository is devoted to the field of Graph Analysis and related topics.

algorithm directed-graph graph node-degree python undirected-graph

Last synced: 23 Aug 2025

https://github.com/emmeowzing/rx_algorithm

A fast (experimental) RX algorithm implementation in Python 3.9+

algorithm image mahalanobis rx

Last synced: 24 Aug 2025