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/sshaplygin/uniq-search-frequency

This repo was created for test task that count unique search frequency

algorithm cli external-sorting test-task

Last synced: 15 Mar 2025

https://github.com/vduseev/fate

Fast algorithm testing environment. Built with HackerRank in mind!

algorithm algorithm-testing bash data-structures docker hackerrank

Last synced: 06 Apr 2025

https://github.com/arashout/8puzzlesolver

Basically a port of the solver I worked on in the Princeton Algorithms course

8puzzle algorithm board javascript manhattan-distance neighbors princeton-algorithms priority-queue puzzle solver

Last synced: 30 Aug 2025

https://github.com/chan9yu/javascript-codingtest

๐Ÿ“˜ ์ž๋ฐ”์Šคํฌ๋ฆฝํŠธ ์•Œ๊ณ ๋ฆฌ์ฆ˜ ๋ฌธ์ œํ’€์ด

algorithm coding-test javascript

Last synced: 10 Jun 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/oleggator/vernam-cipher

Vernam cipher implementation

algorithm bmstu cipher iu3 vernam vernam-cipher

Last synced: 08 Jul 2025

https://github.com/red-opera/algosort-lab

์ •๋ ฌ ์•Œ๊ณ ๋ฆฌ์ฆ˜ ์‹คํ—˜์‹ค : ๊ฐœ์ธ ๊ฐœ๋ฐœ, 2018.11 ~ 2018.12

algorithm c sorting testing

Last synced: 24 Jun 2025

https://github.com/imwildcat/leet-daily

A Rails app that helps a group of people to check-in on LeetCode

algorithm leetcode rails rails-application rails5

Last synced: 28 Mar 2025

https://github.com/ordinary-dev/my-solutions

My solutions to various programming problems

advent-of-code algorithm codeforces leetcode leetcode-solutions

Last synced: 13 Mar 2025

https://github.com/eibens/binary_search

Binary search implemented in TypeScript for Deno.

algorithm binary-search deno generic performance typescript

Last synced: 16 Mar 2025

https://github.com/haeramkeem/algo

indomie mie goreng

algorithm cplusplus cpp go golang leetcode

Last synced: 13 Mar 2025

https://github.com/raveensr/a-star-path-finding-algorithm

This is program written in java using the A* algorithm. This algoirthm calculates distance on three main categories. Those are Euclidean, Manhatton and Chebyshew.

a-star algorithm chebyshev euclidean java manhatton

Last synced: 15 Oct 2025

https://github.com/labgua/maat

Analisi numerica su Arduino

algorithm analysis arduino embedded microcontroller numerical

Last synced: 13 Apr 2025

https://github.com/randomgamingdev/greedy-meshing-js-demo

A demonstration of greedy meshing in Javascript with p5.js used for voxels and more

algorithm algorithms basic demo example greedy-algorithm greedy-algorithms greedy-meshing javascript p5js quickstart simple

Last synced: 04 Mar 2025

https://github.com/omiq17/ds-algo-with-python3

Some of my python programming problems code that I solved.

algorithm python-3

Last synced: 27 Feb 2025

https://github.com/kirade/algorithms

Algorithm source repository

algorithm codinginterview

Last synced: 28 Jul 2025

https://github.com/meysam81/change-coin

coin dispenser machine, returning the optimal result in O(numberOfCoins * targetValue)

algorithm coin-change coin-changer coin-dispenser java

Last synced: 18 Jun 2025

https://github.com/leogaudin/learn2slither

42 ยท An introduction guide to reinforcement learning, teaching a snake how to behave in an environment through trial and error.

42 ai algorithm artificial-intelligence deep-reinforcement-learning game python reinforcement-learning snake snake-ai

Last synced: 18 Jul 2025

https://github.com/artainmo/ft_ssl

42 school project. Recoding the MD5 and SHA-256 cryptographic hashing algorithms in C.

42shcool algorithm c cryptography cybersecurity

Last synced: 16 Mar 2025

https://github.com/mateusjssilva/smith-waterman-algorithm

This project is a Java implementation of the Smith-Waterman algorithm, commonly used in bioinformatics for local sequence alignment. It enables the comparison of DNA, RNA, or protein sequences by identifying regions of similarity, which can be helpful for evolutionary studies, structural analysis, and functional predictions.

algorithm bioinformatics java smith-waterman

Last synced: 30 Mar 2025

https://github.com/filiprokita/quadratic-equation-solver

This program is a quadratic equation solver that calculates the roots of a quadratic equation with given coefficients. The user is prompted to input the values of 'a', 'b', and 'c' and then the program solves the equation and displays the roots. If the value of delta is negative, the program displays an error.

algorithm computer-science console-application cpp equation-solver math math-solver numerical-methods programming quadratic-equation quadratic-equation-solver roots

Last synced: 24 Mar 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/florianwoelki/towersofhanoi

Simple JavaScript simulation for Towers Of Hanoi

algorithm javascript towersofhanoi

Last synced: 28 Oct 2025

https://github.com/trivigy/set

Implementation of the set data structure

algorithm data-structure go set

Last synced: 01 Apr 2025

https://github.com/malbolgee/data-structures

Some data structures implementations in C.

algorithm avl-tree binary-search-tree c priority-queue queue stack

Last synced: 16 Oct 2025

https://github.com/nekonenene/programmer-nou-wo-kitaeru-suugaku-puzzle

ใ€Žใƒ—ใƒญใ‚ฐใƒฉใƒž่„ณใ‚’้›ใˆใ‚‹ๆ•ฐๅญฆใƒ‘ใ‚บใƒซใ€ใธใฎๆŒ‘ๆˆฆ่จ˜้Œฒ

algorithm ruby

Last synced: 22 Jul 2025

https://github.com/jackhowa/where-i-belong

Not the Linkin Park song, an algorithm and array problem. Return the lowest index at which a value (second argument) should be inserted into an array (first argument) once it has been sorted.

algorithm freecodecamp

Last synced: 25 Jul 2025

https://github.com/kash1444/py_files

Here are some of my beginner codes to upskill my knowledge in python

algorithm functional-programming ide jupyter-notebook python-3 turtle-graphics

Last synced: 28 Mar 2025

https://github.com/pin3dev/42_pushswap

Algorithm challenge focused on sorting a stack of integers with the minimum number of operations. Implemented in C with a limited set of operations, ideal for understanding algorithm optimization.

42cursus 42porto 42pushswap 42school algorithm c sorting sorting-algorithm sorting-algorithms tutorial tutorial-sourcecode

Last synced: 17 Oct 2025

https://github.com/auycro/clustering-study-with-ga-java

Solving cluster problem using Genetic Algorithm (GA) implement in Java

algorithm genetic-algorithm java

Last synced: 25 Mar 2025

https://github.com/permutationlock/path_coloring_bgl

Implementations of several path coloring algorithms for the Boost Graph Library.

algorithm boost-graph-library graph-algorithms graph-coloring graph-theory hartman plane-graphs poh proof

Last synced: 04 Mar 2025

https://github.com/rishav-karanjit/algorithm-design

This repo contains useful algorithm in c.

algorithm algorithms-and-data-structures c

Last synced: 19 Jul 2025

https://github.com/seishiiin/algo-flow

๐Ÿ–ฅ๏ธ Application de bureau pour รฉcrire et exรฉcuter du pseudocode.

algorithm desktop education electron pseudocode

Last synced: 08 Apr 2025

https://github.com/mouad-el-asri/philosophers

Eat, Sleep, Spaghetti, repeat. This project is about learning how threads work by precisely timing a group of philosophers on when to pick up forks and eat spaghetti without dying from hunger. ๐Ÿฝ๏ธ

algorithm c c-programming multi-threading philosophers problem-solving processes threads

Last synced: 03 Jul 2025

https://github.com/bdadmehr0/encrypte-python

map. And notice that there's exactly one character between the given pairs: K->L->M, O->P->Q, E->F->G, and look at the very first letter in the text g, if this is English, a good guess is that g is actually i. What is the distance from g to i? Yes, G->H->I. So let's shift each character to the right, by 2, and y back to a, z back to b.

algorithm encoding encryption python

Last synced: 21 Mar 2025

https://github.com/alexprut/raft

An implementation of Raft in Go

algorithm consensus consensus-algorithm go golang p2p raft

Last synced: 19 Jul 2025

https://github.com/purelind/algorithm-part-i

Codes during learning Algorithm Part I of Princeton in coursera

algorithm coursera java

Last synced: 19 Jul 2025

https://github.com/rathod-shubham/machinelearning-1

A curated list of my machine learning projects. Machine learning (ML) is the study of computer algorithms that improve automatically through experience and by the use of data. It is seen as a part of artificial intelligence.

algorithm classification clustering machine-learning reinforcement-learning

Last synced: 15 Mar 2025

https://github.com/zilean12/-bubble-sort

To sort an array of integers using the Bubble Sort algorithm

algorithm bubble-algorithms bubble-sort sort sorting-algorithms

Last synced: 04 Apr 2025

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

React router route manager.

algorithm bubble next sort

Last synced: 01 Apr 2025

https://github.com/nikoheikkila/tuubacrypt

The least useful encryption and decryption algorithm.

algorithm monty python silly

Last synced: 03 Apr 2025

https://github.com/asungur/data_structures_and_algos

Go,Ruby and Python implementations of common algorithms and data structures

algorithm algorithms data-structures go golang interview interview-preparation ruby

Last synced: 19 Jul 2025

https://github.com/ayoubzulfiqar/thealgorithms

Blazzingly Fast Cutting-Edge Concurrent Generic Algorithms implemented in Go.

algorithm algorithms algorithms-and-data-structures go golang searching-algorithms sorting-algorithms

Last synced: 18 Oct 2025

https://github.com/svtter/algorithm-note

algorithm everyday.

algorithm

Last synced: 27 Mar 2025

https://github.com/akx/so51656477

Test code for a Stack Overflow question

algorithm django timestamps

Last synced: 05 Apr 2025

https://github.com/stephsako/boyermoorehorspoolalgorithm

Just the Boyer-Moore-Horspool algorithm coded in Java :)

algorithm boyer-moore-horspool

Last synced: 25 Mar 2025

https://github.com/tbjgolden/array-prototype-pack

(non-standard) - Array.prototype.pack - Bin packing algorithm - https://en.wikipedia.org/wiki/Bin_packing_problem

algorithm array bin javascript node nodejs npm packing prototype

Last synced: 14 Jun 2025

https://github.com/hoehrmann/list-stackby

List::StackBy Perl module

algorithm perl-module perl5

Last synced: 18 Oct 2025

https://github.com/hungrybluedev/python-basic-cryptography

Implemenation of basic Cryptography techniques and algorithms, along with tools useful for analysis.

algorithm cryptography python3

Last synced: 08 Apr 2025

https://github.com/chueating1005/intro-to-algorithm

NYCU 112-1 course, Introduction to Algorithm

algorithm nycu-course

Last synced: 09 Apr 2025

https://github.com/tim-koehler/gram-schmidt-process

The Gramโ€“Schmidt Process with an arbitrary amount of dimensions

algorithm gram-schmidt

Last synced: 10 Mar 2025

https://github.com/beanxx/python-algorithm

Practice CodingTest in Python

algorithm python

Last synced: 12 Jun 2025

https://github.com/than-dev/collision-in-js

Collision detector made with javascript, webpack and babel to development environment and canvas API + analytical math to the app implementation.

algorithm babel data-structures development es6 javascript webpack

Last synced: 23 Jul 2025

https://github.com/chiragagg5k/algorithms

A collection of implementations of various algorithms in various languages. Includes merge sort , insertion sort , binary search , counting sort

algorithm algorithms java python3 searching-algorithms sorting-algorithms

Last synced: 16 Mar 2025

https://github.com/freeyoursoul/fil

Free instrumental Library(FiL) is a general purpose C++ library. Mostly header-only

algorithm cpp20 datastore generic-library

Last synced: 05 Apr 2025

https://github.com/litreily/leetcode

my record of leetcode solutions

algorithm docs leetcode markdown pymdown

Last synced: 25 Aug 2025

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/alightsoulmate/algocontestinfohub

[DEVELOPING!] Hub for Online Algorithm Contest Schedules

algorithm information-gathering one-stop-application site

Last synced: 04 Sep 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/changhoi/algorithm

Code

algorithm

Last synced: 30 Mar 2025

https://github.com/stylepatrick/data-structure-arithmetic-algorithm

Some examples for arithmetic data structures algorithm.

algorithm data-structures java

Last synced: 21 Mar 2025

https://github.com/whitehyun/algorithm-journey

Baekjoon Online Judge, Codeforces, Programmers, LeetCode, etc.

algorithm problem-solving

Last synced: 29 Mar 2025

https://github.com/felipeorlando/pricefy

A Ruby solution to an algorithm

algorithm ruby tdd

Last synced: 06 Apr 2025

https://github.com/aymane-maghouti/machine-learning-basics

This is a basic repository which contains a simple application of machine learning algorithms and some statistical methods for data analysis

algorithm keras machine-learning neural-network python sklearn supervised-learning tensorflow unsupervised-learning

Last synced: 12 Jun 2025

https://github.com/ate47/hello

Things of a bored guy

algorithm hdt learn

Last synced: 03 Mar 2025

https://github.com/nicolasleroux/bubble-sort-algorithm

Bubble Sort implementation with ES6 Generators

algorithm bubble-sort sorting-algorithms

Last synced: 12 Jun 2025

https://github.com/mustafabinguldev/javaalgorithmsways

In this repository I share algorithms and coding approaches, algorithms that I will and can use in java and programming.

algorithm algorithm-challenges algorithms algorithms-and-data-structures java java-8 java-algorithm java-algorithms jdk jdk17 jdk8 programming software-engineering sorting-algorithms

Last synced: 16 Mar 2025

https://github.com/themuuln/spoj7

Some exercises from https://www.spoj.com/RGB7/ well solved on c++.

algorithm arithmetic c cpp easy exercise exercises

Last synced: 09 Apr 2025

https://github.com/stardustdl/algorithms-in-rust

A collection of some algorithms and data-structures.

algorithm algorithm-competitions algorithms-implemented data-structures

Last synced: 01 Apr 2025

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

์•Œ๊ณ ๋ฆฌ์ฆ˜ ๊ณต๋ถ€ ๊ธฐ๋ก์„ ์œ„ํ•œ ์ €์žฅ์†Œ.

algorithm python

Last synced: 03 Apr 2025

https://github.com/aicodecraft/anti-dump-algorithm

The Anti-Dump Algorithm is designed to evaluate and filter out unproductive or irrelevant input, commonly referred to as "noise," while prioritizing clarity, effort, and context. This algorithm measures the quality of input based on several key parameters with the ADI.

ai ai-algorithm ai-solutions algorithm algorithm-challenges algorithms-and-data-structures anti-dump anti-dump-algorithm dump dumper dumpiness python solutions spam-filtering

Last synced: 05 Apr 2025

https://github.com/jongwooo/codetree-tils

TILs for codetree(https://www.codetree.ai)

algorithm codetree problem-solving

Last synced: 08 May 2025

https://github.com/werdane/usha

A secure hashing algorithm

algorithm hashing pypi python secure usha

Last synced: 04 Jul 2025

https://github.com/yoogledev/algorithm

:metal: PS

algorithm cpp java

Last synced: 01 Apr 2025