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/chea-young/solve-algorithm

알고리즘 문제를 풀면서 문제와 해결과정을 적는 Repository

algorithm java python

Last synced: 22 Jun 2025

https://github.com/hoangtien2k3/data-structure-and-algorithm

Data Structure and Algorithms such as Array, Pointer, Structure, Linked List, Stack, Queue, Graph, Searching, Sorting, Programs, etc.

algorithm algorithms data-structures java sorting-algorithms

Last synced: 21 Apr 2025

https://github.com/wessberg/sass-extended-importer

A Custom Sass Import Resolver with included support for Node Module Resolution and additional file extensions

algorithm css import importer node-module-resolution resolve sass scss

Last synced: 18 Mar 2025

https://github.com/shuai-xie/bitonicsort

双调排序 - GAPS编程测试

algorithm cplusplus-11 sorting-algorithms

Last synced: 08 Oct 2025

https://github.com/gmlewis/moonbit-md5

MoonBit md5: provide simple md5 hash algorithm.

algorithm hash md5 moonbit

Last synced: 08 Oct 2025

https://github.com/thuongtruong1009/point2d-and-vector2d

The first mini project kind of Data Structure & Algorithm subject. Enjoy it !

algorithm data-structures java-8 pointers-and-arrays vector-space-model

Last synced: 11 Mar 2025

https://github.com/hemulgm/ships

Морской бой

algorithm battleship-game bot delphi game simple-game

Last synced: 27 Feb 2025

https://github.com/chzzzzzz/codewars

my solutions on codewars using c++

algorithm codewars-solutions cpp

Last synced: 06 Mar 2025

https://github.com/qianbinbin/leetcode

LeetCode Solutions in C, C++, Java and Python

algorithm c cpp java leetcode python

Last synced: 03 Aug 2025

https://github.com/amirisback/divide-conquer-branch-bound

:rocket: Final Project Desain Analisis Algoritma (Divide and Conquer & Branch And Bound)

algorithm branch-and-bound divide-and-conquer java

Last synced: 29 Mar 2025

https://github.com/dmdv/pads

Python Algorithms and Data Structures

algorithm python-algorithms

Last synced: 20 Aug 2025

https://github.com/thoonk/algorithm

Study Algorithm & DataStructure & PS 🏃🏻‍♂️

algorithm python swift

Last synced: 24 Apr 2025

https://github.com/mxk/binvoxinfo

3D volumetric model analyzer for binvox files

3d-models algorithm voxel

Last synced: 18 Oct 2025

https://github.com/sfdye/leetcode

LeetCode solutions for Python

algorithm leetcode leetcode-python leetcode-solutions python

Last synced: 05 Jul 2025

https://github.com/piotr-yuxuan/algo-calisthenics

Practice playground as well as a reminder of some common, simple, yet powerful algorithms

algorithm code kata playground practice

Last synced: 13 Oct 2025

https://github.com/googtech/note

📖 The Learning note about data structure & algorithm, operating-system, computer-network, computer-compose-principle, and fundamentals-of-compiling.

408 algorithm computer-compose-principle computer-network cs-learning-note data-structure fundamentals-of-compiling operating-system vuepress-v2

Last synced: 05 Apr 2025

https://github.com/seregpie/almete.wordcloud

Generates a cloud out of the words.

algorithm array cloud draw javascript key method tag technique word

Last synced: 12 Aug 2025

https://github.com/luminousmen/des

Data Encryption Standard simple implementation

algorithm encryption

Last synced: 01 May 2025

https://github.com/plh97/javascript-algorithms

learn data-construct and algorithms in javascript

algorithm js nlogn

Last synced: 18 Mar 2025

https://github.com/apoorva-info/data-structures-and-algorithms

This repository showcases my daily DSA practice in Python, focusing on improving problem-solving skills and coding logic. Each solution is documented to aid learning and preparation for coding interviews.

algorithm algorithms algorithms-and-data-structures coding-interviews computer-science data-structures dsa gthub interview interview-questions python3 software-engineering study-plan youtube

Last synced: 24 Apr 2025

https://github.com/moilk/leet

LeetCode 刷题走起~

algorithm leetcode

Last synced: 21 Nov 2025

https://github.com/adrocodes/maze-generation

My attempts at generating mazes with Rust.

algorithm maze-algorithms rust

Last synced: 03 Dec 2025

https://github.com/mitinpavel/ctci_rust

Rust solutions for Cracking the Coding Interview book

algorithm big-o ctci interview-questions rust

Last synced: 01 Apr 2025

https://github.com/hojongs/algorithm

A set of source codes to solve algorithm written in python

algorithm baekjoon leetcode programmers python

Last synced: 06 Oct 2025

https://github.com/hengxin/algorithm-lectures

Lectures for the Algorithm Course

algorithm course lecture-notes

Last synced: 25 Feb 2025

https://github.com/cyrildever/feistel-jar

Feistel cipher implementation for the JVM providing format-preserving encryption

algorithm cryptography encryption feistel-cipher format-preserving-encryption fpe xor-operation

Last synced: 04 Jul 2025

https://github.com/danielbrodi/c-data-structures

A collection of algorithms and implementations of all common data structures - written in C. Multiple ways to implement any data structure, e.g: Both iterative and recursive way for a binary search tree. All kinds of Linked Lists (Singly, Doubly, Sorted). Hash Map which is based on a linked list and etc...

algorithm binary-search-tree binary-tree bit-array c circular-buffer circular-queue data-structures data-structures-and-algorithms doubly-linked-list hash-map heap heap-queue linked-list priority-queue queue singly-linked-list sorted-lists stack vector

Last synced: 13 May 2025

https://github.com/michel-leonard/c-rho

The Pollard's Rho algorithm for 64/128 bits Integer Factorization in pure C.

128-bit algorithm c cryptography education example factorization linux math pollard-rho-algorithm simple tool windows

Last synced: 20 Sep 2025

https://github.com/dmironenko/leetcode

some solutions to problems on leetcode

algorithm leetcode problem solution

Last synced: 06 Oct 2025

https://github.com/rvhuang/heuristic-suite

The generic implementation of heuristic algorithms in C#

a-star algorithm generic-programming heuristic-algorithm net netcore

Last synced: 28 Jul 2025

https://github.com/andre-j3sus/algorithms-and-data-structures

Some algorithms and other stuff I learned in the Algorithms and Data Structures class.

algorithm algorithms data-structures kotlin

Last synced: 30 Aug 2025

https://github.com/davidyslu/LeetCode

Personal submissions on LeetCode

algorithm data-structures hacktoberfest interview leetcode

Last synced: 17 Aug 2025

https://github.com/blaz-cerpnjak/tictactoe-minimax

🕹️ 🎮 TicTacToe with Minimax AI algorithm (C#). The game has the option of 'Multiplayer' in 'Singleplayer' against the computer.

ai algorithm cs design game minimax tic-tac-toe tictactoe tictactoe-ai tictactoe-game visualstudio wpf wpf-application wpf-datagrid wpf-ui xaml

Last synced: 16 Mar 2025

https://github.com/monodyle/adventure

journey through algorithm & data structure

adventure algorithm leetcode

Last synced: 30 Jul 2025

https://github.com/0xdaksh/employeechurn

A Deep Neural Network that can Classify Employee Churn with ~97% Accuracy

algorithm artificial-neural-networks classifier deep-learning deep-neural-networks keras machine-learning tensorflow

Last synced: 14 Sep 2025

https://github.com/mohamedelbachir/scheduler

The scheduler software to visualizing GRANT diagram in UNIX System

algorithm cpp diagram grantt scheduler scheduling sdl unix visualisation

Last synced: 24 Jul 2025

https://github.com/liorkogan/streamsampler

A stream sampler maintains one or more simple random samples, each with a fixed number of elements. As stream elements become available, the samples are updated to remain simple random samples.

algorithm online-algorithm probabilistic reservoir-sampling stream stream-sampler

Last synced: 23 Mar 2025

https://github.com/hxndev/implementing-linux-cl-utility-grep

CL = Command Line. GREP is a command-line utility for searching plain-text data sets for lines that match a regular expression or simply a string

algorithm command-line complexity cpp grep linux pattern search time-complexity-analysis utility

Last synced: 31 Mar 2025

https://github.com/tushar-rishav/algorithms

:blue_book: Implementation of the various algorithms from CLRS

algorithm clrs-book datastructures

Last synced: 12 Mar 2025

https://github.com/dpmcmlxxvi/geojson-bounding-box

Efficiently computes a GeoJSON's bounding box.

algorithm bounding box extents geojson geospatial gis

Last synced: 11 Apr 2025

https://github.com/davidyslu/leetcode

Personal submissions on LeetCode

algorithm data-structures hacktoberfest interview leetcode

Last synced: 13 Sep 2025

https://github.com/xlucn/myrecipes

algrithoms for numerical computation 数值算法

algorithm computation numerical recipes

Last synced: 08 May 2025

https://github.com/aadityachapagain/descent_py

Tips, Tricks and Algorithms implemented in Python.

algorithm ciphers education learning practice python sort

Last synced: 30 Apr 2025

https://github.com/duke-git/codility-challenge

A project which solve the codility problem with js.

algorithm codility datastructure javascript js

Last synced: 09 Jul 2025

https://github.com/yostane/jeu-de-la-vie

Séminaire Jeu de la vie en Python pour les BAC +2

algorithm game-of-life python

Last synced: 21 Mar 2025

https://github.com/parsapoorsh/tictactoe-xo-ai

Best move generator algoritm. 3x3, 4x4 and more without limits.

algorithm alpha-beta-pruning minimax tic-tac-toe tictactoe

Last synced: 01 Mar 2025

https://github.com/sagiavinash/partial-match

a search util that gives match strength of a query against a sentence

algorithm autocomplete automation javascript npm-package search

Last synced: 29 Mar 2025

https://github.com/qiwihui/codedays

One code problem a day, keeps the doctor away.

algorithm code django django-rest-framework python python3

Last synced: 20 Mar 2025

https://github.com/debuginn/leetcode

leetcode algorithm/sql/shell code

algorithm golang

Last synced: 26 Jun 2025

https://github.com/iamotz/raindrops

A program that converts a number to a string, the contents of which depends on the number’s prime factors.

algorithm javascript nodejs prime-factors raindrop tdd

Last synced: 12 Mar 2025

https://github.com/w1th0utnam3/noname_tools

A collection of useful C++ methods and algorithms collected while working on other projects

algorithm container std string tuples vector

Last synced: 06 Jul 2025

https://github.com/eval-exec/algorithm

Learning Data structure & Algorithm.

algorithm algorithm-practice data-structures leetcode-practice

Last synced: 13 Mar 2025

https://github.com/chasestarr/karatsuba

Karatsuba multiplication

algorithm bignum go karatsuba multiplication

Last synced: 02 Mar 2025

https://github.com/renovamen/oi-acm

My solutions for OI / ACM problems - 退役蒟蒻的人生回顾

acm algorithm oi

Last synced: 17 Nov 2025

https://github.com/dedztbh/luojia1-cloud-detection

Luojia-1 Satellite Visible Band Nighttime Imagery Cloud Detection

algorithm cloud-mask image-processing light-pollution nighttime-images satellite streetlights

Last synced: 20 Mar 2025

https://github.com/xiezhq-hermann/leetcode-in-python

My own LeetCode solutions in Python (in updating)

algorithm leetcode leetcode-python leetcode-solutions python python3

Last synced: 14 Oct 2025

https://github.com/nwrenger/bubblesort-example

Examples of the bubblesort algorithm written in rust.

algorithm bubblesort cocktailshakersort rust

Last synced: 21 Jul 2025

https://github.com/dralkh/spaceforge

A spaced repetition FSRS & SM-2 Algorithm powered by AI obsidian plugin for efficient knowledge review with pomodoro timer

ai algorithm fsrs knowledge obsidian obsidian-plugin pomodoro pomodoro-timer repitition sm-2 spaced study

Last synced: 12 Oct 2025

https://github.com/sheikhartin/simplified-memory-bounded-a-star

Implementation of the SMA* search algorithm what tries to manage costs along the way...

ai algorithm astar pathfinding search-algorithm shortest-path smastar

Last synced: 03 Apr 2025

https://github.com/teamcors/ezpz-ps-study

📚 코테뽀개기용 실버~골드 AC 풀이 및 스터디

algorithm python python3

Last synced: 27 Mar 2025

https://github.com/lucienshui/flow-network

网络流工业级应用

algorithm flow-network

Last synced: 02 May 2025

https://github.com/swarajkumarsingh/load-balancer

Simple Load Balancer using Golang, which uses Round Robin Algorithm, and distributes connection to mutiple servers

algorithm backend go golang load-balancer loadbalancer loadbalancing round-robin

Last synced: 14 Oct 2025

https://github.com/kaidenfrizu/median-of-medians

Analysis of Median-of-Medians algorithm through Python

algorithm median-of-medians numba python

Last synced: 31 Mar 2025

https://github.com/furkankayar/algorithmanalysis

Speed comparison of frequently used sorting algorithms.

algorithm heapsort introsort java quicksort speed-comparison

Last synced: 27 Jun 2025

https://github.com/tadateruki/mulpsi

複数ポインタ走査式空間インデックスアルゴリズム - " Multipointer spacial index algorithm "

algorithm spacial-index

Last synced: 19 Mar 2025

https://github.com/code-theft-auto/string-search

Tiny and fast string search in Go

algorithm fuzzy-search golang

Last synced: 31 Mar 2025

https://github.com/dalgona/ds_study

자료구조 스터디~

algorithm data-structures study

Last synced: 25 Oct 2025

https://github.com/aviksaikat/bmt-py

Binary Merkle Tree operations on data

algorithm bmt hatch python3 swarm

Last synced: 26 Oct 2025

https://github.com/hlts2/least-connections

lock-free least-connections balancing algorithm written in golang

algorithm balancer balancing go golang goroutine-safe least-connected lock-free

Last synced: 10 Jul 2025

https://github.com/urunov/usefull-links

Upper level from your current status, just read and implement in your life.

algorithm learn-react non-fiction software-architecture software-design-patterns system-design

Last synced: 29 Oct 2025

https://github.com/crodas/pagerank-rs

Generic PageRank algorithm implementation in Rust with no external dependency

algorithm pagerank ranking rust sorting

Last synced: 04 Jul 2025

https://github.com/srbrettle/equations-of-motion-library

A collection of methods for solving Displacement, Initial and Final Velocities, Constant Acceleration and Time.

acceleration algorithm csharp displacement dotnet dotnet-standard equations kinematic motion physics time velocity

Last synced: 15 Jun 2025

https://github.com/tianyishi2001/sequence-alignment-js

Sequence Alignment Algorithms implemented in Javascript, with a command line application

algorithm bioinformatics biology javascript node science sequence-alignment

Last synced: 21 Mar 2025