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/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/williamyyu/leetcode

LeetCode practice in Kotlin

algorithm kotlin leetcode

Last synced: 04 Apr 2025

https://github.com/ro-el-c/alkon_2023

건국대학교 알고리즘 동아리 AlKon 1기 중급 스터디 Problem Solving 레포지토리

algorithm cpp data-structure java

Last synced: 26 Mar 2025

https://github.com/linxueyuanstdio/diffie-hellman

Diffie-Hellman algorithm

algorithm diffie-hellman

Last synced: 13 Mar 2025

https://github.com/heineiuo/fibonacci-layout

Fibonacci layout algorithm (tiling, square)

algorithm fibonacci layout

Last synced: 12 Mar 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/begrossi/montage

T,O,U,C,H,I,N,G inspired film Montage Algorithm

algorithm experimental-movie film films montage movie movies

Last synced: 12 Mar 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

https://github.com/wst7/algorithm

Algorithm code

algorithm js leetcode

Last synced: 24 Aug 2025

https://github.com/convexwf/leetcode

Solution to Leetcode problems. 在此记录 Leetcode 题目的解法思路,以C++为主。

algorithm cpp data-structures leetcode

Last synced: 24 Aug 2025

https://github.com/realduyuanchao/book

经典计算机书籍收藏📚

algorithm java js pdf python

Last synced: 21 Jul 2025

https://github.com/cyril-develop/lespetitsplats

Formation "Développeur d'application - Javascript React" - OpenClassrooms, projet 7: Développez un algorithme de recherche en JavaScript.

algorithm binary-search html html-css-javascript html5 javascript javascript-es6 sass sass-framework

Last synced: 03 Mar 2025

https://github.com/meysam81/graph-eulerian-path-circuit

A program for finding the Eulerian path/cycle in a huge sparse network

algorithm euler euler-exercises euler-project euler-solutions eulerian eulerproject file graph mathematics network

Last synced: 27 Aug 2025

https://github.com/tatangharyadi/algorithm

Collection of algorithm

algorithm python

Last synced: 03 Mar 2025

https://github.com/ofir-frd/algorithm-challanges

Practice programming skills by solving coding questions

algorithm leetcode leetcode-solutions python

Last synced: 01 Mar 2025

https://github.com/ym1085/algorithm-study

Repository for solving algorithmic problems

algorithm backjoon java leetcode programmers

Last synced: 29 Mar 2025

https://github.com/realamirhe/smlfdl

Unofficial implementation of SVMs multi-class loss feedback based discriminative dictionary learning in python

algorithm auto-encoder classification cybernetics feedback-mechanism ksvd multi-svm smlfdl

Last synced: 30 Aug 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/anhgelus/human-readable-slug

A little algorithm generating human readable slug in Go

algorithm go golang slug

Last synced: 30 Aug 2025

https://github.com/feliperdamaceno/conways-game-of-life

The Game of Life, also known simply as Life, is a cellular automaton devised by the British mathematician John Horton Conway in 1970. This version of the game is built with React and Zustand.

algorithm react typescript zustand

Last synced: 14 Mar 2025

https://github.com/azat-io/natural-order-compare

🎏 Natural order comparison algorithm for JavaScript

algorithm comparison javascript natural-sort

Last synced: 25 Feb 2025

https://github.com/shamikaredkar/python-text-based-slot-machine-

This Python project offers a command-line slot machine simulation where players deposit funds, bet on up to three lines, and spin to win. Featuring four symbols with varying values, the game calculates wins based on symbol matches across bet lines, multiplying bets by symbol values.

algorithm command-line command-line-tool python slot-machine

Last synced: 14 Mar 2025

https://github.com/sangyx/algorithm

算法题打卡记录

algorithm c-plus-plus leetcode-solutions poj

Last synced: 23 Feb 2025

https://github.com/rickreisdev/vendingmachine

Algoritmo que simula o funcionamento de uma máquina automática de alimentos no ambiente do terminal do C++.

algorithm cpp rickreis rickreisme vending-machine

Last synced: 07 Jul 2025

https://github.com/nohomey/math-objects

C++ library containing basic mathematical objects such as: matrix, vector and others as well some basic algorithms and operations with them

algebra algorithm cpp experiment learning linear-algebra math-objects mathematical-objects matrix vector

Last synced: 02 Mar 2025

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

:notebook_with_decorative_cover: Scala Algorithms

algorithm scala

Last synced: 03 Mar 2025

https://github.com/albe/douglas-peucker-tree

A tree subdivision algorithm for geo-paths

algorithm douglas-peucker gps gps-tracking tree-structure

Last synced: 25 Mar 2025

https://github.com/david-pena/drawing-lines-algorithms

Different algorithms to plot a line using Python

algorithm python

Last synced: 23 Feb 2025

https://github.com/xandersteyn/maze-solver

A C++ program that generates a random maze and solves it using the Breadth-First Search (BFS) algorithm, displaying the solution path from start to end

algorithm breadth-first-scanner computer-science cpp cpp-algorithms educational graph-theory maze-generator maze-solver pathfinding problem-solving random-maze terminal-application

Last synced: 16 Mar 2025

https://github.com/arthurdelamare/gears

A TypeScript library for algorithms and data structure.

algorithm phonetic soundex

Last synced: 23 Feb 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/jeanriffel/algorithms

This repo intend to share some algorithms knowledge which can be useful to someone.

algorithm algorithms

Last synced: 20 Feb 2025

https://github.com/amirhakimnejad/string-calculator.infix-to-postfix-convertion.postfix-calculation

A C++ program that implemented and merged two algorithms, first one is the conversion between infix and postfix, and the second one can handle the calculation of a postfix phrase.

algorithm postfix-calculator

Last synced: 23 Feb 2025

https://github.com/phantom-98/rust-coding-test

Basic rust coding test course

algorithm cargo rust

Last synced: 23 Feb 2025

https://github.com/shrp777/chifoumi

Simulateur de partie aléatoire de "Pierre, Feuille, Ciseaux" en 2 manches gagnantes, implémenté en style Fonctionnel avec JavaScript.

algorithm javascript kata

Last synced: 23 Feb 2025

https://github.com/itsmunim/python-playground

Where all the python trash ends up

algorithm data-structures python

Last synced: 14 Mar 2025

https://github.com/rubyonworld/algorithms

Basic Algorithms written in Ruby

algorithm basic beginner language ruby

Last synced: 12 Nov 2025

https://github.com/xiaocongdong/algorithm

JavaScript implementation of some classical data structures and algorithm.

algorithm datastructures javascript

Last synced: 25 Feb 2025

https://github.com/astropilot/sutom_solver

Une petite extension web permettant de résoudre automatiquement le jeu SUTOM (https://sutom.nocle.fr/)

algorithm motus typescript web-extension

Last synced: 04 Mar 2025

https://github.com/sdummett-at-42/push_swap

A project to sort data using a limited set of instructions, aiming for minimal operations. Implement algorithms efficiently in C to achieve optimized sorting

algorithm data-structures optimization performance-optimization push-swap 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/jubayer98/avl-tree

An AVL tree is a specific variety of binary tree that maintains a state of partial balance at all times. The measure used to gauge this balance is the difference in heights between the left and right subtrees of any given node. The height of a tree is defined as the number of levels it contains.

algorithm binary-search-tree cpp

Last synced: 01 Mar 2025

https://github.com/mattmoony/snake-bot

A simple snake bot implementing the A* search algorithm.

algorithm astar-algorithm bot javascript search-algorithm shortest-path snake snake-bot visualization

Last synced: 13 Jun 2025

https://github.com/mike014/movieranker

A Django-based web application that fetches and displays movies from The Movie Database (TMDB) API, allowing users to filter movies by genre.

algorithm algorithms api black django html-css-javascript isort justwatch-api open-source precommit-hooks pytest python test tmdb-api tox

Last synced: 22 Feb 2025

https://github.com/akx/so51656477

Test code for a Stack Overflow question

algorithm django timestamps

Last synced: 05 Apr 2025

https://github.com/paulkastel/algorytmowysnake

Kosolowa wersja gry Snake przygotowana na przedmiot Algorytmy i Struktury Danych w języku C++. Generuje macierz o zadanym przez użytkownika rozmiarze wypełnioną przeszkodami w losowych miejscach. Wąż tworzony w dowolnym miejscu porusza się zgodnie z kierunkami zegara w taki sposób aby wypełnić sobą jak największą powierzchnię planszy.

algorithm cplusplus snake snake-game spiral

Last synced: 22 Jun 2025

https://github.com/sofiane87/atarigames_rl

Learning to play simple atari games using tensorflow and reinforcement learning

algorithm computer-vision machine-learning reinforcement-learning

Last synced: 01 Sep 2025

https://github.com/pouu69/minegame

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

algorithm java mine

Last synced: 18 Mar 2025

https://github.com/harryho/esx-ds-algo

Data structure and algorithm with ES X

algorithm data-structure es2015 es6

Last synced: 05 Jul 2025

https://github.com/markcaldropoli/cs375

Design & Analysis of Algorithms

algorithm analysis java makefile

Last synced: 15 Mar 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/uudashr/fibgo

Fibonacci in Go

algorithm fibonacci

Last synced: 03 Mar 2025

https://github.com/thibautre/dataipsum

Configurable data generator (with crumbles inside)

algorithm data random-generation

Last synced: 21 Jul 2025

https://github.com/azizbekeshpolatov/_algorithms_with_dart_

📊 Algorithms Learning – A collection of essential algorithms with explanations and implementations to strengthen problem-solving and coding skills.

algorithm backtracking-algorithm bfs bfs-dfs bfs-search dsa-algorithm dynamic-programming tree-search tree-structure

Last synced: 07 Mar 2025

https://github.com/kahsolt/oj-notes

persoanl algorithm/datastruct notes

acm-icpc algorithm notes oj-solutions

Last synced: 22 Feb 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/meysam81/niblpa

A Node Influence Based Label Propagation Algorithm for Community Detection in Networks

algorithm c-plus-plus c-plus-plus-11 community-detection complex-networks label-propagation network node-influence-based project thesis

Last synced: 16 Mar 2025

https://github.com/rookedsysc/nextra-blog

Recently, I've been focusing on Java, Spring, Spring Boot, Kubernetes, Docker, and Elasticsearch.

algorithm java nextra spring

Last synced: 13 Jun 2025

https://github.com/t-kalv/python-searching-a-matrix

Python Searching A Matrix

algorithm matrix search

Last synced: 22 Mar 2025

https://github.com/googtech/data-structures-and-algorithm-analysis-in-c

:book: Stay hungry , stay foolish ~

algorithm c structure

Last synced: 05 Apr 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/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/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/risto-stevcev/haskell-maximum-subarray

Maximum subarray algorithm implementation in Haskell

algorithm haskell maximum subarray

Last synced: 22 Feb 2025

https://github.com/risto-stevcev/haskell-mergesort

Mergesort implementation in Haskell

algorithm haskell mergesort

Last synced: 22 Feb 2025

https://github.com/connieya/python_algothm

Python Algorithm Source Code Storage

algorithm ps python

Last synced: 23 Mar 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/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/ciromirkin/cyclomaticcomplexityalgorithm_js

Cyclomatic Complexity Algorithm with Javascript.

algorithm javascript

Last synced: 11 Mar 2025

https://github.com/gavrilaf/reviro

Basic algorithm on Swift

algorithm heap sort swift

Last synced: 14 Apr 2025

https://github.com/raveriss/push_swap

Sorting data on a stack with a limited set of instructions, aiming for maximum efficiency."

42school algorithm data-sorting

Last synced: 03 Mar 2025

https://github.com/vincent-devine/algorithm_advanced

Exercice that aims to advanced algorithm. Exercice made during 4th year of Game Programming at ISART Digital

algorithm cpp

Last synced: 08 Mar 2025

https://github.com/canziwan/algorithm

💻 Algorithm practice

algorithm c java leetcode

Last synced: 13 Apr 2025