Ecosyste.ms: Awesome
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.
- GitHub: https://github.com/topics/algorithm
- Wikipedia: https://en.wikipedia.org/wiki/Algorithm
- Aliases: algorithms,
- Last updated: 2025-02-06 00:01:25 UTC
- JSON Representation
https://github.com/igorskyflyer/npm-scramble
🃏 Scrambles (rearranges randomly) Strings and Arrays. 🎋
algorithm array back-end fisher-yates-shuffle igorskyflyer javascript js node random scramble shuffle string ts typescript
Last synced: 06 Nov 2024
https://github.com/ailln/machine-learning-classical-algorithm
🧠机器学习经典算法
algorithm knn linear-regression machine-learning svm
Last synced: 18 Jan 2025
https://github.com/jiegec/rkr-gst
Implementation of Running Karp-Rabin Greedy String Tiling algorithm
Last synced: 14 Dec 2024
https://github.com/luca-montaigut/iamorpion
Implementing Minimax algorithm on a Tic-Tac-Toe game (with alpha-beta pruning)
algorithm alpha-beta-pruning minimax-algorithm tic-tac-toe
Last synced: 24 Dec 2024
https://github.com/saschpe/satf
Runtime performance measurement tool for generic algorithms that uses gnuplot to generate nice plots
algorithm boost c-plus-plus cmake gnuplot
Last synced: 03 Feb 2025
https://github.com/nsswifter/tsp
The Traveling Salesman Problem (TSP) aims for the most efficient route across cities. This Python project, employing Tkinter and the Model-View-Controller (MVC) architecture, visualizes TSP solutions. It generates random cities, utilizes the nearest neighbor algorithm, and presents the optimal path with a Tkinter-based GUI.
algorithm mvc nearest-neighbor-search nearest-neighbors python tkinter tsp tsp-problem tsp-solver
Last synced: 06 Jan 2025
https://github.com/jalbam/primero
[Prime number detector made in QBasic]
algorithm basic contest contest-entries math mathematica mathematics maths prime prime-numbers qbasic text-based
Last synced: 21 Jan 2025
https://github.com/mxssl/insertionsortgolang
Insertion Sort implementation in Go (Golang)
algorithm go golang insertionsort
Last synced: 22 Jan 2025
https://github.com/hun756/30-seconds-of-rust
Rust Code Snippets
30-seconds-of-code algorithm challenges data-structures rust rust-lang
Last synced: 01 Jan 2025
https://github.com/ht0710/pca
Principal Component Analysis
ai algorithm machine-learning pca pca-analysis principal-component-analysis
Last synced: 14 Jan 2025
https://github.com/bukinoshita/pokeball-shake
Algorithm to determine how many times pokeball shakes
algorithm javascript nodejs pokeball pokemon
Last synced: 21 Dec 2024
https://github.com/douglasrizzo/machine_learning
Machine Learning algorithms in C++
algorithm kmeans knn linear-discriminant-analysis machine-learning neural-networks principal-component-analysis reinforcement-learning
Last synced: 30 Dec 2024
https://github.com/siaexplains/algorithms-solutions
problem solutions, algorithms, leetcode, codility, code challenges, etc.
algorithm algorithms codility hackerrank javascript leetcode typescript
Last synced: 24 Jan 2025
https://github.com/armour/algorithms
🧠 Implements of Algorithms and Data Structures in C/C++/Python, also contains some codes as note like STL
Last synced: 28 Jan 2025
https://github.com/srid/spoj-haskell
My SPOJ solutions in Haskell
algorithm haskell spoj spoj-solutions
Last synced: 27 Dec 2024
https://github.com/mttbernardini/mbencrypter
:closed_lock_with_key: This program will help you encrypting or decrypting some data or a file using MB's algorithm. NB: this project has been supeseded by https://github.com/mttbernardini/mbc
algorithm cryptography raw-data rawinput symmetric-keys text
Last synced: 30 Oct 2024
https://github.com/aadityatamrakar/multilevel-marketing-app
Multi-Level Marketing Project
ajax algorithm bootstrap javascript jquery laravel mysql reporting rest-api web-application webservices
Last synced: 27 Jan 2025
https://github.com/wsmd/sleepsort-promise
😴 A Promise based implementation of SleepSort
algorithm promise sleepsort sort sorting-algorithms
Last synced: 21 Dec 2024
https://github.com/chrisvilches/waterfalls
Terminal based waterfall/rain simulator.
algorithm bfs-algorithm console-application graph javascript simulator
Last synced: 22 Jan 2025
https://github.com/bukinoshita/pokemon-f
Algorithm to calculate `f` on capture pokemon method.
algorithm capture javascript node pokemon
Last synced: 21 Dec 2024
https://github.com/sushiwaumai/marching_squares_processing_java
Marching Squares Algorithm implemented in Processing 3 in Java
algorithm image-processing java processing
Last synced: 30 Dec 2024
https://github.com/sskender/hackerrank
HackerRank solutions
algorithm algorithms hackerrank hackerrank-algorithms-solutions hackerrank-solutions
Last synced: 26 Jan 2025
https://github.com/andrewkchan/wave-function-collapse
Annotated implementation of wave function collapse algorithm
algorithm constraint-satisfaction-problem gamedev generative-model procedural-generation wfc
Last synced: 21 Dec 2024
https://github.com/guildofcalamity/descrambler
a word descrambler using my own algorithm
algorithm algorithm-challenges dotnet-framework visual-studio winforms
Last synced: 27 Jan 2025
https://github.com/globalpolicy/tsp_with_ga_module
Implementation of a Genetic Algorithm module to solve the Traveling Salesman Problem
algorithm ga genetic traveling-salesman-problem tsp
Last synced: 19 Dec 2024
https://github.com/msolimans/algorithms
Algorithms Topics and Problem Solving from different sites and books along with documentation/descriptions
algorithm cracking-the-coding-interview dynamic-programming geeksforgeeks-solutions graph greedy-algorithms hackerrank heap leetcode mit ocw ocw-6006 queue stack tree trie
Last synced: 20 Dec 2024
https://github.com/vijethph/credit-card-validation
A JavaFX project to extract credit card numbers using Tesseract OCR, and validate them using Luhn Algorithm
algorithm bytedeco-javacpp-presets java javafx tesseract-ocr webcam
Last synced: 27 Jan 2025
https://github.com/mxssl/selectionsortgolang
Selection Sort implementation in Go (Golang)
algorithm go golang selectionsort
Last synced: 22 Jan 2025
https://github.com/ndsvw/maximum-profit-problem
Dynamic-Programming solution of the Maximum Profit Problem: Given an array of n integers representing a price of something over a time period: What is the maximum profit you can make by buying and selling at most k times?
algorithm complexity-analysis dynamic-programming maximum-profit price
Last synced: 14 Jan 2025
https://github.com/ndsvw/largest-square-formed-in-a-matrix-problem
Dynamic-Programming solution of the "Largest square formed in a matrix"-Problem: Given a binary matrix: What is the maximum size square sub-matrix with all 1s? (and additional: What is the maximum size square sub-matrix with all 1s at the border?)
algorithm algorithm-challenge binary complexity-analysis dynamic-programming matrix
Last synced: 14 Jan 2025
https://github.com/vilhalva/curso-mestre-do-python
👨⚖️VISÃO PANORÂMICA DA ESTRUTURA DO PYTHON.
algorithm algorithms education educational python python3
Last synced: 29 Dec 2024
https://github.com/gabo-tech/easyapply-linkedin
RPA tool for applying to LinkedIn jobs
algorithm automation job jobs jobsearch linkedin python robotic-process-automation robotics-programming rpa script selenium selenium-python selenium-webdriver
Last synced: 21 Jan 2025
https://github.com/shimazadeh/total-perspective-vortex
This subject aims to create a brain computer interface based on electroencephalographic data (EEG data) with the help of machine learning algorithms. Using a subject’s EEG reading, you’ll have to infer what he or she is thinking about or doing - (motion) A or B in a t0 to tn timeframe.
ai algorithm classification datascience dimensionality-reduction eeg scikit-learn
Last synced: 11 Jan 2025
https://github.com/tahmidefaz/no-sqrt
Estimates the square root of a number without the sqrt() function
algorithm binary-search python python3 square-root-estimate
Last synced: 16 Jan 2025
https://github.com/afonsocmsousa/matrix-multiplication
This code allows for matrix multiplication, of (almost) every size and shape
algorithm algorithms c math mathematical-programming mathematics matrix matrix-multiplication numerical-computation open-source performance
Last synced: 28 Dec 2024
https://github.com/uhop/nano-binary-search
Binary search for JavaScript done right.
Last synced: 20 Oct 2024
https://github.com/yassir-ai/maze-solving-algorithm
YEAR : 2021 , Maze-solving algorithm with C using djikstra algorithme and DFS algorithme
algorithm c dfs dfs-algorithm djikstra djikstra-algorithm graphics isima kruskal labyrinth maze programming project sdl sdl2
Last synced: 21 Dec 2024
https://github.com/ishaansathaye/cpe202-datastructalgos
CPE 202 Data Structures and Algorithms Winter 2022 Freshman at Cal Poly
algorithm binary binary-search-tree data graph hash heap python queue stack structures
Last synced: 24 Dec 2024
https://github.com/lakshitnagar/data-structures
Popular questions asked from Data Structures and Algorithms
algorithm algorithm-challenges algorithms algorithms-and-data-structures c datastructures linked-list queues stacks tree-data-structure
Last synced: 28 Jan 2025
https://github.com/progval/nxanimate
[Work in progress] Shows a simple Python debugger and a graph side-by-side, to illustrate the behavior of a graph algorithm, for educational purposes. Like Gato, but based on NetworkX.
algorithm debugger gato graph graph-theory networkx python web-application
Last synced: 19 Dec 2024
https://github.com/izenynn/push_swap
42 Cursus - push_swap: This project involves sorting data on a stack, with a limited set of instructions, and the smallest number of moves. To make this happen, you have to manipulate various sorting algorithms and choose the most appropriate solution(s) for optimized data sorting.
42 42born2code algorithm algorithm-challenges algorithms-and-data-structures algorithms-datastructures c linux macos optimization optimization-algorithms push-swap pushswap
Last synced: 22 Jan 2025
https://github.com/frymimori/javascript-string-concatenator
Create repeated text patterns with a fast and unique string concatenating algorithm.
algorithm browser combine compatibility concatenate concatenation fast fill minimal nodejs nth pad pattern polyfill repeat repeater repeating string text unique
Last synced: 20 Jan 2025
https://github.com/mxssl/palindromegolang
Check a string for palindrome in Go (Golang)
Last synced: 22 Jan 2025
https://github.com/gebes/longestcollatzsequence
Get the longest Chain under 1 Million
Last synced: 30 Dec 2024
https://github.com/mxssl/leetcoderomantointegergolang
Roman to Integer coverter in Go (Golang)
Last synced: 22 Jan 2025
https://github.com/frymimori/javascript-byte-reverser
Create reverse-endian byte sequences with a fast and unique byte order reversal algorithm.
algorithm array big-endian browser byte-order byte-swap compatibility crypto endianness fast function little-endian minimal nodejs object radix reverse-bytes sorting string unique
Last synced: 20 Jan 2025
https://github.com/frymimori/c-plus-plus-sorter
Create ascending and descending ordered arrays using C++ with a fast and unique sorting algorithm.
algorithm alphabetical-sorting ascending-sort branchless cpp cpp98-compatible descending-sort fast memory-safe minimal multi-type natural-sorting nlogn non-recursive numerical-sorting portable sort-order sorting sorting-algorithms stable-sorting
Last synced: 20 Jan 2025
https://github.com/nk521/ulam-spiral
A python program to generate Ulam-Spiral
algorithm python-3-6 ulam-spiral
Last synced: 31 Jan 2025
https://github.com/georgewang1994/minialthorigm
create mini program for my wechat
algorithm miniprogram server wechat
Last synced: 17 Jan 2025
https://github.com/oliverkovacs/barn
Finds the largest sqare in field with trees
Last synced: 22 Jan 2025
https://github.com/martincorona007/coding-puzzle
My answers to LeetCode, HackerRank, Codewars etc.
algorithm algorithms algorithms-and-data-structures codewars codewars-solutions coding-challenge coding-challenges coding-interviews dailycodingproblem data-structures hackerrank hackerrank-solutions leetcode leetcode-solutions
Last synced: 18 Jan 2025
https://github.com/dwip-nandi/codeforces
Problem Solving and Contest Solutions...This repository contains my solutions to various problems from Codeforces contests. Each solution is implemented in C++ and includes a brief explanation of the approach used to solve the problem. The repository is organized by problem number and contest, making it easy to navigate and find specific solutions.
algorithm alice boob codeforces codeforces-com codeforces-solutions competitive-programming competitive-programming-contests contest cplusplus cpp dsa graph online-judge problem-solving solution-contest solutions stl string tree
Last synced: 29 Jan 2025
https://github.com/brosgor/elgamal-api
Sistema de login que implementa el algoritmo de cifrado ElGamal para garantizar la autenticación segura de usuarios. Las credenciales se encriptan con claves asimétricas, ofreciendo protección robusta contra la interceptación y el acceso no autorizado.
algorithm criptography elgamal-encryption flask gunicorn logging mysql-database python registry signing
Last synced: 29 Jan 2025
https://github.com/maxilevi/sudoku-solver
solves a sudoku on your command line using backtracking
algorithm backtracking csharp dynamic-programming sudoku-solver
Last synced: 09 Jan 2025
https://github.com/jashanj0tsingh/javatutorials
Learning Java - Beginner
algorithm basics beginners data-structures java tutorial
Last synced: 22 Dec 2024
https://github.com/ghaerdi/array-algorithms-visualizer
Algorithms visualizer for arrays using vite and vue with typescript
algorithm array postcss typescript vite vue
Last synced: 05 Feb 2025
https://github.com/itsmunim/bongotest
Some simple enough algorithmic code test problems
algorithm problem-solving python
Last synced: 21 Jan 2025
https://github.com/tcl606/bankeralgorithm
银行家算法示例
algorithm banker-algorithm csharp dead-lock operating-system os tsinghua-university
Last synced: 23 Jan 2025
https://github.com/suvasish114/dsa
Data structure and algorithm related problems and codes
Last synced: 30 Nov 2024
https://github.com/mondonno/algorithms
Collection of resuable algorithm templates written in pure C++
algorithm algorithms all cpp data-structures math prefix-sumes sorting trees
Last synced: 09 Jan 2025
https://github.com/crissnamon/soldeea
Encryption algorithm based on system of linear diophantine equations resistant to quantum algorithms
algorithm cryptography decryption diophantine diophantine-equation diophantine-equations encryption encryption-algorithm equation java quantum-algorithms soldeea
Last synced: 31 Jan 2025
https://github.com/sevdanurgenc/randomforestinrprograming
R Programlama Dilinde Random Forest Kullanımı (Random Forest in R Programming)
algorithm r random-forest rprogramming
Last synced: 29 Jan 2025
https://github.com/shivamksharma/numericalanalysismethod
In This Respository, I tried to familiarize the beginner with Numerical Analysis in 6 Methods. This is intended to be the first article in a series of Numerical Analysis Methods and Their Implementation in C++.
aitken algorithm convergence-acceleration-algorithm cplusplus equation iteration-process iterations iterations-passed mathematicians mathematics newton nfdf numerical-analysis numerical-methods projects projects-done respository solving-equations
Last synced: 29 Jan 2025
https://github.com/chscript/algorithmlib
⚙️ Data Structure & Algorithm library written with Typescript
algorithm commonjs data-structure esmodule javascript typescript
Last synced: 21 Jan 2025
https://github.com/hsfzxjy/clrs-algorithms.rust
Rust implementation for "Introduction to Algorithms"
algorithm clrs introduction-to-algorithms rust
Last synced: 05 Feb 2025
https://github.com/joserafael0160/codechef
A list of solved problems from CodeChef along with an explanation for each one.
algorithm algorithms algorithms-and-data-structures algorithms-datastructures algoritmo algoritmos c codechef codechef-competition codechef-cpp codechef-solutions competitive-programming competitive-programming-algorithms competitive-programming-contests competitiveprogramming cplusplus cpp programacion-competitiva programacioncompetitiva
Last synced: 19 Jan 2025
https://github.com/weilueluo/mini-snowflake
A simplified ID generator based on Twitter's Snowflake.
algorithm id-generator snowflake
Last synced: 16 Jan 2025
https://github.com/jaaumg/jo-o-brainf-ck
A way to write my name (João) in BrainF*ck
Last synced: 21 Jan 2025
https://github.com/abhiroop/pearls
Pearls of Functional Algorithmic Design
algorithm data-structures haskell
Last synced: 24 Jan 2025
https://github.com/seemanne/1planartester
Python implementation of a 1-planarity test, written for my masters thesis
1-planarity algorithm graph graph-algorithms graph-theory
Last synced: 19 Jan 2025
https://github.com/donghl-dev/practices-algorithm
알고리즘과 자료구조를 통한 문제풀이 저장소
algorithm data-structures kotlin problem-solving
Last synced: 05 Feb 2025
https://github.com/jackhowa/caesars-cipher
Do the classic shift cipher decoding in js
algorithm cipher-algorithms freecodecamp
Last synced: 21 Jan 2025
https://github.com/philiparvidsson/quickhull-algorithm
Understanding the Quickhull Algorithm—assignment in the Algorithms VT15P4 (21AL1B) course.
algorithm algorithm-analysis big-o math opengl proof quickhull quickhull-algorithm
Last synced: 29 Jan 2025
https://github.com/abhijeet-muneshwar/leetcode
This repository contains solutions to LeetCode problems.
algorithm data-structures system-design
Last synced: 15 Dec 2024
https://github.com/kalongn/cse-214
Data Structure & Algorithm with Java (College Class).
algorithm data-structures java
Last synced: 05 Feb 2025
https://github.com/kktam/mergesort-obj
node library for merge sort, with object support
Last synced: 22 Jan 2025
https://github.com/vimalk78/lca-rmq
implementation of algorithm to find LCA with RMQ
Last synced: 22 Jan 2025
https://github.com/francescopaolol/similarcalendar
It's essentially a way to identify when the calendar configuration repeats itself over a certain period of time.
Last synced: 22 Dec 2024
https://github.com/francescopaolol/levenshteindistance
A simple example of Levenshtein Distance Algorithm
algorithm levenshtein-distance python
Last synced: 22 Dec 2024
https://github.com/artainmo/lem_in
42 school project. Using graph-traversal-algorithms for ants to choose the shortest path within an ant colony.
42school algorithm c graph-traversal-algorithm
Last synced: 22 Jan 2025
https://github.com/bhathiya29/image-motion-detection-security-application-
This is a Python Application where it will detect moving objects and will alert the relevant person via email with a photo of the detected object. The algorithm here is we compare the very first frame with the frames after that (matrix comparison). If any difference is detected we will use an algorithm to smooth that area, and send an email
algorithm machine-learning motion-detection python
Last synced: 22 Dec 2024
https://github.com/dmunasingha/spotify-mix-algorithm
Music Recommendation System: A Python-based music recommendation system using collaborative and content-based filtering techniques. Provides personalized song suggestions based on user preferences and song features.
algorithm filtering music python recommendation-system spotify
Last synced: 29 Jan 2025
https://github.com/louislefevre/rsa
RSA cryptosystem for demonstrating the encryption and decryption of messages
algorithm cryptography decryption encryption rsa
Last synced: 05 Feb 2025
https://github.com/onesy-me/algorithms
Algorithms for various use cases
algorithm algorithms browser javascript nodejs sorting-algorithms typescript
Last synced: 24 Dec 2024
https://github.com/arslanbilal/projecteuler
This project includes Euler Problem sets solutions in Swift Language
algorithm maths project-euler swift
Last synced: 22 Dec 2024
https://github.com/guillainbisimwa/javasript-dastructures-and-algorithms
A Practical Guide to Algorithms with JavaScript
algorithm data-structure data-structures graph hashtable linked-list sorting-algorithms tree
Last synced: 30 Jan 2025
https://github.com/souvikpaul6436/dsa-sheet
Merged DSA Sheet
algorithm algorithms-and-data-structures data-structures
Last synced: 17 Jan 2025
https://github.com/andi611/ohlc-extraction-fintech
The goal of this work is to compute the OHLC (open, high, low, close) prices of 台指期 within a given date based on minute-based trading record, implementation in Python.
Last synced: 29 Jan 2025
https://github.com/andi611/intersection-manager-algorithm
A 4 way Intersection Manager That Minimizes the Average Waiting Time of Each Car at a crossroad, Implementation in C++
algorithm intersection-management optimization optimization-algorithms
Last synced: 29 Jan 2025
https://github.com/manustays/data-structure-algorithms
Data structures & algorithms implemented in Javascript & other languages
algorithm data-structures java javascript
Last synced: 26 Jan 2025