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-01-30 00:01:17 UTC
- JSON Representation
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/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/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/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/orhankupusoglu/find-first-id
Find first ID in range [0,N) with bit operations, and with Vector/Set/BitSet, check with Google Test and compare with Benchmark
algorithm cmake debruijn google-benchmark google-test header-only
Last synced: 23 Dec 2024
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/simranjeet97/machine-learning
How to Setup Machine Learning Environment in Your PC or Laptop ? How to install Machine Learning Libraries ? How to Build ML Models, Algorithms and Other Stuff ??Your all Questions are answer here !!!!
algorithm deep-learning environment-configuration keras libraries machine-learning numpy pandas scipy tensorflow
Last synced: 14 Jan 2025
https://github.com/amari-calipso/staticsort
a distributive sorting algorithm with low time complexity
algorithm distribution-sort distribution-sorting python python3 sorting sorting-algorithm sorting-algorithms
Last synced: 19 Dec 2024
https://github.com/anarmawala/chess-ai
Chess AI written in Rust that uses the min/max algorithm and tree pruning so predict 5-6 moves ahead.
ai algorithm chess game min-max-optimization tree-pruning
Last synced: 22 Jan 2025
https://github.com/odanado/p5-procon
algorithm competitive-programming datastructure perl5
Last synced: 11 Jan 2025
https://github.com/tsv2013/algorithm
Algorithm block diagram visualization and editing widget (jQuery+KnockoutJS)
algorithm algorithm-block-diagram algorithm-visualization-widget block-diagram javascript knockoutjs visualization
Last synced: 06 Jan 2025
https://github.com/tonyvu2014/algorithm
Application of algorithms to solve problems
Last synced: 17 Jan 2025
https://github.com/fmarotta/blort
A new sorting algorithm optimised for files made of 'blocks'. A block consists of all the contiguous rows that have the same value in the first field.
Last synced: 16 Jan 2025
https://github.com/giotramu/javascript-algorithms
[Study notes] Popular algorithms and data structure in JavaScript.
algorithm javascript-algorithms
Last synced: 28 Jan 2025
https://github.com/mdo91/exercism-swift
Set of algorithmic challenges provided by exercism platform about swift language and its generic functions
algorithm algorithms algorithms-and-data-structures challenge challenges challenges-solved closure closure-exercise closures exercism-platform generic-functions swift swift-language unit-testing unitest
Last synced: 20 Jan 2025
https://github.com/worst001/note_algorithm
整理了数据结构与基础算法,以及一些经典的LeetCode算法
algorithm design development guide learning leetcode leetcode-solutions markdown mkdocs note notebook
Last synced: 12 Jan 2025
https://github.com/nitsas/pareto-approximator
Approximate the Pareto set using the chord algorithm. (multiobjective optimization, c++)
algorithm c-plus-plus multiobjective-optimization
Last synced: 09 Jan 2025
https://github.com/tahmidefaz/look-and-say
A Python implementation of the weird but interesting Look and Say algorithm
algorithm lookandsay python python3
Last synced: 16 Jan 2025
https://github.com/albinotonnina/sudoku-solver-backtracking-algorithm
Learning to solve a sudoku with backtracking algorithms
algorithm algorithm-challenges backtracking-algorithm javascript jest nodejs sudoku tdd
Last synced: 23 Jan 2025
https://github.com/alapanme/data-structures-and-algorithms
Common Data Structures and Algorithms solved in Java
algorithm algorithms data-structure data-structures data-structures-algorithms data-structures-and-algorithms java leet-code-solutions leetcode leetcode-java
Last synced: 16 Jan 2025
https://github.com/tillstuder/secure-communication
🔐 Secure P2P communication with diffie-hellman key exchange and multiple cyphers.
algorithm cypher decryption diffie-hellman encryption micropython p2p python secure
Last synced: 13 Nov 2024
https://github.com/eastonarcher/python-sort-algorithms
⚡Collection of Python sorting algorithms - Bubble Sort, Merge Sort, and Quick Sort
algorithm bubble-sort merge-sort python3 quick-sort
Last synced: 12 Jan 2025
https://github.com/gregamohorko/gm.processing
Library with algorithms and processing utilities for various science branches.
algorithm clustering contour-lines contrast-enhancement histogram histogram-equalization image image-processing processing science segmentation signal-processing
Last synced: 20 Jan 2025
https://github.com/fajarnugraha37/go_external_sort
This project demonstrates an external sorting algorithm in Go, designed to efficiently handle large data sets that exceed available memory. The program reads a random string data set from a file, sorts it using an external merge sort technique, and writes the sorted output to a new file.
algorithm algorithms-and-data-structures external-sorting go golang sorting sorting-algorithms
Last synced: 13 Dec 2024
https://github.com/kangjung/algorithm-java
알고리즘 연습 자바
algorithm algorithms java leetcode programmers
Last synced: 07 Dec 2024
https://github.com/alexdremov/deepswift
Swift autograd library
algorithm autograd backpropagation graph matrix ml swift
Last synced: 17 Jan 2025
https://github.com/mirajehossain/life-charger
Life coding..... 🙂
algorithm cpp datastructure oj-solutions problem-solving
Last synced: 26 Jan 2025
https://github.com/apollozhu/maze-solver
Visualizing the algorithms.
algorithm ap-computer-science apcs java java-9 maze maze-solver oaktonhs
Last synced: 20 Jan 2025
https://github.com/andream16/3d-convexhull-builder
C++ and QT5 Project for Algorithms and Data Structures 2 Course
algorithm c-plus-plus convex-hull qt5
Last synced: 27 Dec 2024
https://github.com/izumidkc/graph-coloring-algorithm
Graph Coloring Algorithm (C++)
Last synced: 22 Jan 2025
https://github.com/hlts2/gfreequeue
Simple lock-free queue written in golang
algorithm cas fast faster golang goroutine-safe hlts2 lock-free queue queue-algorithm
Last synced: 20 Jan 2025
https://github.com/hlts2/ip-hash
ip-hash balancing algorithm, based on round-robin.
algorithm balancer balancing balancing-algorithm go golang golang-library goroutine-safe ip ip-hash library round-robin threadsafe
Last synced: 20 Jan 2025
https://github.com/huidaecho/ispso
Isolated-Speciation-based Particle Swarm Optimization
algorithm optimization particle-swarm-optimization
Last synced: 13 Nov 2024
https://github.com/olyutorskii/doubdabc
DoubDabC is a Java library that supports binary integer value to decimal sequence conversion with alternative algorithm.
algorithm alternative-algorithm base-conversion bcd conversion dda decimal digits double-dabble-algorithm gc-friendry java java-library number radix
Last synced: 14 Jan 2025
https://github.com/duskybomb/hill-cipher
Improved version of Hill Cipher algorithm which now accepts alphanumeric and special characters.
Last synced: 22 Jan 2025
https://github.com/lussierc/registration_algorithm
An algorithm that would make the course registration process more fair at Allegheny College.
Last synced: 05 Dec 2024
https://github.com/nav-28/pathfinding
Visualize Pathfinding Algorithms such as Dijkstra and A*
Last synced: 24 Jan 2025
https://github.com/lnvaldez/minimax-simulator
A grid-based simulation where the cat 'uses' Minimax to catch the mouse, and the mouse uses Minimax to escape. Includes visual representation, mute button, restart, and round tracking.
algorithm fun minimax pygame python simulator strategy
Last synced: 16 Jan 2025
https://github.com/avindra/ttt-plusplus
:o2: C++ Tic-Tac-Toe game
algorithm c-plus-plus emscripten game geometry qt qt-wasm qt4 qt5 qt5-gui solved-game tic-tac-toe tic-tac-toe-cpp wasm-game
Last synced: 16 Jan 2025
https://github.com/sr-tamim/algorithm-practice
Data Structure and Algorithm (DSA) practice repo of SR Tamim
algorithm algorithms-and-data-structures data-structures data-structures-and-algorithms dsa
Last synced: 16 Jan 2025
https://github.com/pkx8326/leapyear_python
This is the classic leap year finder program with python. This problem is labelled as "hard" on many practice sites, but actually the programming is not hard at all. What's hard is the description of the leap year and how to translate it into the programming language.
algorithm calculator leap leapyear python simple year
Last synced: 12 Jan 2025
https://github.com/mj41/algorithm-spiralmatrix
Various Perl 6 Sequences for spirals in matrix (two-dimensional arrays).
algorithm matrix perl6-module raku spiral-matrix
Last synced: 12 Jan 2025
https://github.com/shravan20/data-structures-and-algorithm
Repo contains the development explanation and code for Data Structure and Algorithm
algorithm algorithms data-structures
Last synced: 17 Dec 2024
https://github.com/redalert3/algorithm
🎉 All Crequency algorithm here. (Moved to Crequency/Common.Algorithm)
algorithm algorithms lib library
Last synced: 28 Jan 2025
https://github.com/altafjava/data-structures-cpp
Data Structures using C and C++. Arrays, Linked List, Stack, Queue, ADT, Tree, Graph, Binary Search Tree, Sorting, Searching, Hashing, Algorithm
adt algorithm array bst c cpp data-structures graph hashing linked-list matrices queue recursion searching sorting stack tree
Last synced: 13 Jan 2025
https://github.com/acecoooool/python-example
python example. (make things easier)
Last synced: 05 Jan 2025
https://github.com/basantech89/code_monk
Code Monk
algorithm android android-app-development data-structures java nodejs python react react-native reactjs web-development
Last synced: 24 Jan 2025
https://github.com/marvin9/tonelli-shanks-algorithm
sqrt of n modulo p
algorithm number-theory tonelli-shanks
Last synced: 09 Jan 2025
https://github.com/arslanoov/ts-cs-playground
My Computer Science Education progress
algorithm algorithms bfe big-frontend computer-science data-structures leetcode typescript
Last synced: 09 Nov 2024
https://github.com/amoshnin/r-pathfinding.algorithms.visualizer
⚡️ Visualization tool for various pathfinding and recursive division maze-generation algorithms. List: (A* Search, Depth-First Search, Breadth-First Search, Greedy Best-First Search)
algorithm computer-science pathfinding-algorithm pathfinding-visualizer typescript
Last synced: 19 Jan 2025
https://github.com/chriskonnertz/binpacking
Examples of algorithms that solve the bin packing problem implemented in Kotlin
algorithm bin-packing binpacking example first-fit first-fit-decreasing kotlin optimization solving
Last synced: 22 Jan 2025
https://github.com/connieya/java_algorithm
Java Algorithm Source Code Storage
Last synced: 28 Jan 2025
https://github.com/abhishekmishra-17/python-programs
python programs and some algorithm based program
algorithm data-structures python python-programs
Last synced: 31 Dec 2024
https://github.com/d-e-s-o/delaunay-triangulation
Delaunay triangulation using an incremental insertion algorithm, implemented in JavaScript.
algorithm applet delaunay delaunay-triangulation javascript triangle
Last synced: 15 Nov 2024
https://github.com/prosen-ghosh/prime-sieve
An implementation of the sieve of Eratosthenes to check prime numbers.
algorithm eratosthenes npm npm-package primesieve sieve
Last synced: 22 Jan 2025
https://github.com/lq782655835/algorithm-analysis
algorithm-analysis
algorithm leetcode-cpp leetcode-javascript leetcode-python
Last synced: 22 Jan 2025
https://github.com/abhay-kanwasi/data-structure
Various data structures in python with proper code with explanation and meaningful comments
algorithm data-structures python pythonbeginners pythondatastructure
Last synced: 12 Jan 2025
https://github.com/kylesmith19091/knearestneighbourfromscratch
MNIST handwritten digits classifier, implemented from scratch using Eigen
algorithm eigen-library knearest-neighbour-algorithm mnist
Last synced: 07 Dec 2024
https://github.com/mutazhelal/raytracing-diffuse
A camera is looking at the world, emitting rays through each pixel in the image. The world is composed of a list of spheres, made of diffuse or specular materials. A ray tracing algorithm is used to test its intersection with each sphere to compute the image pixel colour.
algorithm computer-graphics computer-graphics-opengl cpp opengl ray-tracing raytracing
Last synced: 15 Jan 2025
https://github.com/cowienduckie/coding-practice
Practice coding on the online judge sites
algorithm c-sharp data-structures python sql
Last synced: 22 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/mxssl/palindromegolang
Check a string for palindrome in Go (Golang)
Last synced: 22 Jan 2025
https://github.com/mxssl/leetcoderomantointegergolang
Roman to Integer coverter in Go (Golang)
Last synced: 22 Jan 2025
https://github.com/mxssl/go-palindrome
check if a given string is palindrome in golang
Last synced: 22 Jan 2025
https://github.com/mxssl/go-sum-arr-elements
sum of all the elements of the integer list
Last synced: 22 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/mxssl/binarysearchgolangrecursive
Binary Search algorithm implemented in Go (Golang) by using recursion.
Last synced: 22 Jan 2025
https://github.com/mxssl/bubblesortgolang
Bubble Sort implementation in Go (Golang)
algorithm bubblesort go golang
Last synced: 22 Jan 2025
https://github.com/mxssl/binarysearchgolangiteratively
Binary Search algorithm implemented in Go (Golang) by using iteration.
Last synced: 22 Jan 2025
https://github.com/shivamswarnkar/algo-analysis
Create and design a map, consisted of a goal, a starting point and various obstacles, and then visually analyze different algorithms as they try to find the best path from source to goal.
algo-analysis algorithm astar-algorithm breadth-first-search depth-first-search hill-climbing-search iterative-deepening-search simulation visual-analysis
Last synced: 26 Jan 2025
https://github.com/password-generator/password-check-strength
A simple package to check the password strength
algorithm hacktoberfest npm-package password password-check password-strength typescript
Last synced: 15 Nov 2024
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/arkenidar/lua_love2d_pointinpolygon-algorithm
Early release of a Point In Polygon experimental algorithm. The method is naive, so it can be easily explained and taught. Enjoy and give feedback if possible. Thanks.
algorithm easy-to-understand love2d-engine lua point-in-polygon zerobrane-studio
Last synced: 27 Dec 2024
https://github.com/bola-nabil/codeforces
codeforces solutions
algorithm algorithms algorithms-and-data-structures codeforces codeforces-solutions cpp data-structures problem-solving
Last synced: 22 Jan 2025
https://github.com/bola-nabil/atcoder
atcoder solutions
algorithm algorithms-and-data-structures alogrithms atcoder atcoder-solutions cpp cpp-solutions data-structures problem-solving
Last synced: 22 Jan 2025
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/gusenov/algorithms
Различные алгоритмы.
algorithm algorithms algorithms-implemented
Last synced: 31 Dec 2024
https://github.com/yuuzi261/algorithm
Some examples of algorithms
algorithm algorithms c-plus-plus c-plusplus cplusplus prime-numbers prime-test
Last synced: 28 Jan 2025
https://github.com/qnhat2004/thuat-toan-ung-dung
Thuật toán ứng dụng - Đại học Thủy Lợi
algorithm algorithm-competitions algorithm-implementations algorithms c-plus-plus educational instructor-materials mathematics
Last synced: 31 Oct 2024
https://github.com/afshinm/paintshop
Paint shop challenge written in Python
Last synced: 17 Dec 2024
https://github.com/georgewang1994/minialthorigm
create mini program for my wechat
algorithm miniprogram server wechat
Last synced: 17 Jan 2025
https://github.com/pkx8326/the_fizzbuzz_algorithm_with_python
This is a children's game but it is said to be one of the most asked problem in interviews for programmers. The rule of the game is simple: supposed that there are numbers from 1 to 100, if a number is divisible by 3, it's "Fizz", if it's divisible by 5 then it's "Buzz", if it's divisible by both 3 and 5 then it's "FizzBuzz", otherwise it's itself. The code in this repository should probably be the most efficient way to demonstrate this game. It works with the for loop syntax and if-else logic.
algorithm buzz fizz fizzbuzz game
Last synced: 12 Jan 2025
https://github.com/oxion7/rc4-rust
RC4 algorithm in rust
algorithm cipher cryptography stream-cipher
Last synced: 12 Jan 2025
https://github.com/amazingandyyy/good-job
🎉 The most useful DS and Algor. implemented in javascript
algorithm computer-science data-structures interview interview-questions software-engineer
Last synced: 14 Dec 2024
https://github.com/arthur-arslanov/ts-cs-playground
My Computer Science Education progress
algorithm algorithms bfe big-frontend computer-science data-structures leetcode typescript
Last synced: 14 Dec 2024
https://github.com/supersimple33/tic-tac-toe-tf
A number of different algorithms that may be used for playing tic-tac-toe.
algorithm artificial-intelligence game machine-learning neural-network python tensorflow tic-tac-toe
Last synced: 14 Oct 2024
https://github.com/levy-y/submarine-algorithm
Pearlhunt project for a programming contest
algorithm competition python3 tkinter
Last synced: 08 Jan 2025
https://github.com/spezifisch/leetcode-problems
My solutions to some leetcode.com coding problems, mostly Python/Go
algorithm algorithms golang leetcode leetcode-solutions python
Last synced: 27 Dec 2024
https://github.com/wilkinsddvd/the-practice-of-algorithm-and-cpp
The practice of Algorithm and CPP
algorithm cpp20 data-structures exercises
Last synced: 17 Dec 2024
https://github.com/nikolayblagoev/universal_converter
Contains javascript code for different mathematical functions, algorithms, etc.
algebra algorithm javascript mathematics prime-numbers
Last synced: 21 Jan 2025
https://github.com/aamiranwar/sea
A curated list of programs in C for the study of Data structures and Algorithms.
Last synced: 15 Dec 2024