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/cianhub/knapsack-algorithm-solution

A JavaScript algorithm for solving the knapsack problem

algorithm javascript knapsack-problem

Last synced: 26 Mar 2025

https://github.com/asmtamim/data-structure-algorithm

Data structures and Algorithms.

algorithm csharp data-structures python

Last synced: 01 Mar 2025

https://github.com/bluezhan/find-a-better-algorithm

🎩 Don't diddle code to make it faster - find a better algorithm.

algorithm javascript leetcode mathematics

Last synced: 15 Oct 2025

https://github.com/0x8f701/thesis

Thesis Collection

algorithm essay thesis

Last synced: 02 Aug 2025

https://github.com/joymon/puzzles

Puzzles I have solved for interviews and fun

algorithm puzzle

Last synced: 26 Mar 2025

https://github.com/narekhovhannisyan/sorting-algorithms

Popular sorting algorithms implemented in javascript.

algorithm javascript js sort sorting

Last synced: 15 Oct 2025

https://github.com/xudaolong/algorithm

Learning algorithm structure.

algorithm typescript

Last synced: 01 Aug 2025

https://github.com/chasestarr/inversion

Inversion.Count returns the number of inversions in an integer array

algorithm go inversion

Last synced: 26 Nov 2025

https://github.com/jainamparikh0825/moowee

A movie finder with rich UI which lets you search for a movie and an algorithm designed in a way where the most searched movies by different users categorised under the most popular searches!

algorithm appwrite react tailwindcss

Last synced: 31 Jul 2025

https://github.com/gabrielyoon7/algorithm-with-java

Do it! 자료구조와 함께 배우는 알고리즘 입문 (자바 편) 실습

algorithm algorithms java sort

Last synced: 14 Apr 2025

https://github.com/anisaronno/dsa

Practice Data Structure and Algorithms

algorithm c datastructures dsa golang js php

Last synced: 01 Mar 2025

https://github.com/tim-raphael/chess-engine

This is a simple chess engine implemented in Rust using the minimax algorithm with alpha-beta pruning for decision-making.

algorithm chess chess-engine minimax-algorithm rust

Last synced: 01 Mar 2025

https://github.com/stynw7/algorithm_and_programming

Provides programs of Basic Algorithm and Programming using C / C++ Language

algorithm c competitive-programming cpp logic-programming programming

Last synced: 27 Feb 2025

https://github.com/mustafadalga/sayiyi-yazili-olarak-yazma

En fazla 4 basamaklı olacak şekilde girilen bir sayının yazılı olarak çıktısını veren C# uygulaması

algorithm algorithm-challenges algorithms csharp

Last synced: 11 Mar 2025

https://github.com/ruddyscent/ccspip

Solutions for exercises in the Book Classic Computer Science Problems in Python

algorithm book manning-publications python37

Last synced: 01 Mar 2025

https://github.com/choijione/bresenhamline

BresenhamLine : 브레젠험 라인 알고리즘을 구현하는 프로젝트입니다.

algorithm graphics rasterizer software-rendering

Last synced: 29 Mar 2025

https://github.com/anbalagand/reinventthewheel

Explore the fundamental data structure in Swift and understand the underlying concepts that make sense of them.

algorithm array dictionary interoper swift unsafepointer

Last synced: 21 Nov 2025

https://github.com/antosser/sudoku-solver

A Rust implementation of a backtracking algorithm that solves Sudoku puzzles with randomized search, progress visualization, and colorful terminal output.

algorithm backtracking cli-tool puzzle-solver rust sudoku terminal

Last synced: 28 Apr 2025

https://github.com/noxxxxxxxx/snippet

Programming language code snippet, UI component, algorithm

algorithm ui-components vuejs

Last synced: 30 Jul 2025

https://github.com/palucki/yardiff

Yet another rdiff implementation - rolling hash based file diffs

algorithm compari delta diff diff-tool rdiff rolling-hash rsync signature

Last synced: 07 Sep 2025

https://github.com/jeheecheon/create-algorithm

node 모듈: algorithm 코딩 도우미 툴

algorithm backjoon cpp javascript template typescript

Last synced: 10 Apr 2025

https://github.com/leandrols/selectionsortvisualization

Selection Sort Algorithm Visualization

algorithm selection-sort

Last synced: 30 Jul 2025

https://github.com/puzzlef/vector-multiplication-cuda

Comparing various launch configs for CUDA based vector multiply.

algorithm cuda map multiply operation pagerank primitive

Last synced: 06 Apr 2025

https://github.com/sbstndb/vectorized_find

Experimentations on the find function on vectors in c++

algorithm avx experimental find google-benchmark intrinsics

Last synced: 16 Mar 2025

https://github.com/programmer-rd-ai/competitive-programming-solutions

A collection of my solutions to various competitive programming problems from platforms like LeetCode. This repository serves as a personal archive of my problem-solving journey, covering a range of algorithms, data structures, and problem-solving techniques.

algorithm algorithms algorithms-and-data-structures data datastructures dsa javascript pandas python structures

Last synced: 01 Mar 2025

https://github.com/klihe/astar-visualization

I am trying to implement *a path finding algorithm and create a visualization of it with Python and numpy library

algorithm astar-algorithm numpy pathfinding pygame python visualization

Last synced: 06 Apr 2025

https://github.com/willigarneau/vb-calculator

👨‍💻 Simple calculator made in visual basic (.Net) to learn the basics of the language. ➕➖➗

algorithm calculator coding learning vbnet

Last synced: 16 Mar 2025

https://github.com/calvinneo/acm

ACM Codes

acm-icpc algorithm

Last synced: 11 Mar 2025

https://github.com/yanne0800/lung_cancer_prediction

This project predicts lung cancer risks using machine learning models like Random Forest, Logistic Regression, and SVM. It analyzes patient data with features such as age, smoking habits, and symptoms. Data preprocessing, visualization, and performance evaluation ensure accurate predictions for early diagnosis.

algorithm classification cnn decision-tree-classifier decision-trees deep-learning gradientboosting keras lung-cancer medical-image-processing navies-bayes-classifer neuralnetworks python scikit-learn

Last synced: 16 Oct 2025

https://github.com/jaeyeonme/algorithm-study-note

📚 My collection of algorithms for problem solving (Java/Kotlin)

algorithm java kotlin

Last synced: 12 Mar 2025

https://github.com/gr3yknigh1/maze-generator

Maze generator using pygame 🐍

algorithm generator maze-generator pygame python

Last synced: 17 Oct 2025

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

problem solving

algorithm cpp data-structure java python sql

Last synced: 26 Mar 2025

https://github.com/williamyyu/leetcode

LeetCode practice in Kotlin

algorithm kotlin leetcode

Last synced: 04 Apr 2025

https://github.com/alvarocastro/heapsort

Yet another implementation of heapsort in JavaScript aimed to be flexible, lightweight and fast.

algorithm heapsort sort

Last synced: 17 Oct 2025

https://github.com/ciromirkin/cyclomaticcomplexityalgorithm_js

Cyclomatic Complexity Algorithm with Javascript.

algorithm javascript

Last synced: 11 Mar 2025

https://github.com/koishijs/koishi-plugin-crypto

在 Koishi 中实现经典文本加密算法

algorithm crypto koishi plugin

Last synced: 27 Jul 2025

https://github.com/dynastymasra/algo

Golang exercise and example algorithm

algorithm algorithms go golang search searching sort sorti

Last synced: 17 Mar 2025

https://github.com/hhejo/swea

SW Expert Academy 문제 풀이

algorithm python

Last synced: 11 Oct 2025

https://github.com/gregorybchris/bfprt

Median of medians quickselect algorithm

algorithm blum complexity conquer divide median quick quickselect quicksort

Last synced: 26 Jul 2025

https://github.com/dukeluo/algs4

My personal solution to the exercises of the book "Algorithms" and assignments of the relative course on Coursera.

algorithm coursera solutions

Last synced: 12 Mar 2025

https://github.com/henchaves/cos242-graph-theory

Introduction to Graph Theory, an undergraduate course of Computer Engineering at the Federal University of Rio de Janeiro (UFRJ)

algorithm graph

Last synced: 16 May 2025

https://github.com/brunamark/java-intermediario

Projetos Intermediário de Java com implementações de funções como pilha.

algorithm java

Last synced: 21 Feb 2025

https://github.com/muhammadabdi42/sudoku-solver-with-backtracking-algorithm

A simple console app written with C# for solving 9x9 and 16x16 sudokus using backtracking algorithm

algorithm console csharp

Last synced: 25 Jul 2025

https://github.com/maxtermax/algorithm_gauss_jordan

Implementation for solve ecuationes linear for gauss jordan method make on javascript, and node-webkit env

algorithm gauss-jordan javascript node-webkit

Last synced: 12 Mar 2025

https://github.com/suji04/mst_generator

Generates minimum spanning tree based on euclidean distance

algorithm creative-coding javascript mst object-oriented-programming tree visualization webdevelopment

Last synced: 17 Nov 2025

https://github.com/geekrainy/algorithm

🎉Algorithm practice.

algorithm

Last synced: 12 Mar 2025

https://github.com/keivan-sf/insertion-sort-middle-tracking

Insertion-sort combined with middle-tracking to improve performance at certain scenarios

algorithm insertion-sort linkedlist

Last synced: 17 Mar 2025

https://github.com/0nom4d/chooseyourbattles

4 algorithmic problems are facing you! Let's solve some! - Assignment from Fontys University of Applied Sciences (ALG1 Course)

algorithm epitech fontys fontys-ict-students

Last synced: 01 Apr 2025

https://github.com/9sako6/ruby-datastructures-algorithms

Data Structures and Algorithms implementation in pure Ruby

algorithm datastructure ruby

Last synced: 18 Oct 2025

https://github.com/liupengkun1993/algorithm

LeetCode,《剑指offer》中的算法题的题目和解法以及常见算法的实现

algorithm

Last synced: 02 Nov 2025

https://github.com/rxnew/spp

Strip-packing problem solver

algorithm strip-packing

Last synced: 27 Feb 2025

https://github.com/hong-junhyeok/algorithm_javascript

자바스크립트 알고리즘 문제풀이

algorithm javascript

Last synced: 18 Oct 2025

https://github.com/sehaim/algorithm_js

JavaScript Algorithm Problem Solving

algorithm javascript

Last synced: 06 Nov 2025

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/puzzlef/pagerank-barrierfree-openmp-dynamic

Design of OpenMP-based Lock-free Dynamic PageRank algorithm for link analysis.

algorithm analysis experiment graph iterative link multithreading openmp pagerank

Last synced: 06 Apr 2025

https://github.com/sojebsikder/dsa

Data structure and algorithm implementation in JavaScript.

algorithm data-structures dsa interview javascript js queue stack tree

Last synced: 27 Feb 2025

https://github.com/iamuhammadkhan/certifications

Some certifications for basic iOS development and algorithms.

algorithm basic-learning certification ios swift

Last synced: 16 May 2025

https://github.com/anikdascodes/fantasy-cricket-project

🏏 Python simulation for generating 20K+ unique fantasy cricket teams with probability-based player selection and constraint optimization. Advanced algorithms, data analysis & visualizations included.

algorithm constraint-satisfaction cricket data-science fantasy-sports jupyter machine-learning numpy optimization pandas plotly probability python simulation sports-analytics

Last synced: 07 Sep 2025

https://github.com/candlewill/algorithms

Algorithms

algorithm

Last synced: 19 Oct 2025

https://github.com/hoainamcse/simulator

⚡A simple software that simulates sorting algorithms build in winforms.

algorithm simulator sorting winform

Last synced: 05 Nov 2025

https://github.com/dustwinter/primechecker

A function that returns True if the input number is prime, False if not.

algorithm algorithms math mathematical-programming mathematics prime-numbers

Last synced: 06 Oct 2025

https://github.com/sakateka/htb-simulator

Hierachical token bucket simulator

algorithm c ebpf hierarchical-token-bucket htb token-bucket xdp

Last synced: 13 Jul 2025

https://github.com/miseongk/algorithm

Algorithm Coding Test Practice 📝

algorithm baekjoon-online-judge programmers python3

Last synced: 14 Apr 2025

https://github.com/mew-sh/pqueue

A high-performance Go library that provides intelligent priority queue operations and adaptive sorting algorithms

algorithm go golang

Last synced: 07 Oct 2025