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-12-06 00:01:11 UTC
- JSON Representation
https://github.com/zhima-mochi/algorithm-problem-solving
personal problem solving code for leetcode
algorithm leetcode leetcode-solutions
Last synced: 01 Apr 2025
https://github.com/sap-ai/banana
A new lightweight python self hosted database.
algorithm algorithms algorithms-and-data-structures algorithms-implemented api api-gateway api-server apis banana bananas database database-access database-connector database-design database-management databases nosql nosql-data-storage nosql-database nosql-server
Last synced: 09 Oct 2025
https://github.com/bestgopher/fucker
Some common data structures and algorigthms implemented by golang. For learning.
algorithm algorithms-and-data-structures avl-tree bst-tree go golang kmp lru-cache sort sorting-algorithms tree
Last synced: 06 Apr 2025
https://github.com/connieya/java_algorithm
Java Algorithm Source Code Storage
Last synced: 03 Jul 2025
https://github.com/mirajehossain/life-charger
Life coding..... 🙂
algorithm cpp datastructure oj-solutions problem-solving
Last synced: 11 Jun 2025
https://github.com/gaurav-chaurasia/dsa
All my practice problem(data-structure and algorithmic) and code are here
algorithm competitive-programming cpp data-structures readme-md
Last synced: 22 Feb 2025
https://github.com/bukinoshita/pokemon-f
Algorithm to calculate `f` on capture pokemon method.
algorithm capture javascript node pokemon
Last synced: 07 Apr 2025
https://github.com/myrachanto/advanced
Senior Go developers tackle complex issues like optimizing worker pools, using semaphores for safe concurrency, and custom marshaling/unmarshaling for data integrity. Solving problems like finding missing numbers or sorting anagrams requires a deep understanding of Go’s concurrency and data structures, ensuring efficient, scalable, and robust code.
Last synced: 21 Feb 2025
https://github.com/nazanin1369/ahocorasick
ahoCorasick Pattern searching algorithm in Javascript
aho-corasick algorithm javascript
Last synced: 08 Jul 2025
https://github.com/ethern-myth/aetherpatterns
C# with patterns
algorithm csharp design-patterns
Last synced: 15 Sep 2025
https://github.com/onurozuduru/string-matcher-project
Project for Formal Languages & Automata Theory course.
algorithm automata formal-languages gui java project string-matcher
Last synced: 26 Feb 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: 05 Sep 2025
https://github.com/tomashubelbauer/js-milestone
A milestone calculation JavaScript algorithm
algorithm calculation calculator javascript leaderboard leaderboards milestone milestones
Last synced: 21 Feb 2025
https://github.com/micycle1/rlf-heuristic-for-graph-coloring
C++ Implementations of the RLF heuristic for Graph Coloring
algorithm graph-coloring graph-colorizer
Last synced: 11 Mar 2025
https://github.com/grohith327/hackerrank
solutions for problems in hackerrank
algorithm hackerrank hackerrank-algorithms-solutions hackerrank-artificialintelligence hackerrank-challenges hackerrank-datastructures-array hackerrank-math hackerrank-python hackerrank-solutions
Last synced: 19 Feb 2025
https://github.com/psidh/coalrake
At CRN Coal Rake Navigators, we specialize in revolutionizing coal logistics. Our digital platform provides real-time updates on coal availability at railway sidings, ensuring that trains are dispatched to the nearest location with sufficient coal. By optimizing coal transportation routes and minimizing waiting times, we help companies save money
algorithm cpp17 figma html5 javascript maps nextjs13 nodejs npm react tailwindcss tsx typescript vercel
Last synced: 21 Feb 2025
https://github.com/thundertecke/astared
A package to use A* algorithm with any type of coordinates
algorithm astar pathfinding pathfinding-algorithm python python3
Last synced: 28 Feb 2025
https://github.com/marineks/42_pushswap
Prompt : This project will make you sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed you’ll have to manipulate various types of algorithms and choose the one (of many) most appropriate solution for an optimized data sorting.
42 42born2code 42cursus 42projects algorithm push-swap pushswap sorting-algorithms
Last synced: 06 Jul 2025
https://github.com/youngkaneda/search-algorithms
algorithm datastructures java search-algorithms
Last synced: 11 Mar 2025
https://github.com/volkansah/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: 31 Aug 2025
https://github.com/basemax/bstgo
This is a Go implementation of the BST data structure with a few of the most common operations. The algorithms code should be easy to understand. BST Tree is a binary tree in which the value of each node is greater than or equal to any value stored in the left sub-tree, and less than or equal to any value stored in the right sub-tree.
algorithm algorithms algorithms-and-data-structures bst data-structure datastructure go golang tere-data-structure tree tree-algorithm tree-algorithms tree-datastructure tree-insert tree-search tree-structure
Last synced: 12 Jun 2025
https://github.com/arslanbilal/projecteuler
This project includes Euler Problem sets solutions in Swift Language
algorithm maths project-euler swift
Last synced: 09 Apr 2025
https://github.com/mxssl/bubblesortgolang
Bubble Sort implementation in Go (Golang)
algorithm bubblesort go golang
Last synced: 16 Mar 2025
https://github.com/mxssl/binarysearchgolangiteratively
Binary Search algorithm implemented in Go (Golang) by using iteration.
Last synced: 16 Mar 2025
https://github.com/mxssl/binarysearchgolangrecursive
Binary Search algorithm implemented in Go (Golang) by using recursion.
Last synced: 16 Mar 2025
https://github.com/onursevket/guillotine-randomname--170413
WindowsFormProject
algorithm csharp windows-forms
Last synced: 27 Nov 2025
https://github.com/tonyvu2014/algorithm
Application of algorithms to solve problems
Last synced: 08 Mar 2025
https://github.com/mxssl/palindromegolang
Check a string for palindrome in Go (Golang)
Last synced: 16 Mar 2025
https://github.com/mxssl/selectionsortgolang
Selection Sort implementation in Go (Golang)
algorithm go golang selectionsort
Last synced: 16 Mar 2025
https://github.com/mxssl/leetcoderomantointegergolang
Roman to Integer coverter in Go (Golang)
Last synced: 16 Mar 2025
https://github.com/mxssl/go-palindrome
check if a given string is palindrome in golang
Last synced: 16 Mar 2025
https://github.com/mxssl/go-sum-arr-elements
sum of all the elements of the integer list
Last synced: 23 Jun 2025
https://github.com/abranhe/bubble-srt-cli
Bubble Sort Algorithm Implementation CLI
algorithm bubble-sort cli cli-app
Last synced: 28 Feb 2025
https://github.com/avivbrook/modular-nested-exponentiation
An algorithm that computes modular nested exponentiation efficiently.
algorithm computational-number-theory jupyter-notebook modular-arithmetic modular-exponentiation number-theory positive-integers pypi python
Last synced: 09 Apr 2025
https://github.com/nir3x/fxms.cpp
FNV-XOR-Mask-Shuffle Symmetric Encryption Algorithm
algorithm c-plus-plus cpp crypto encryption fnv fxms mask security shuffle symmetric xor
Last synced: 01 Mar 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: 03 Mar 2025
https://github.com/jonaxplanta/primenumbersalgorithm
A simple Prime Number Finder Algorith using TypeScript.
algorithm mathematics nodejs prime-numbers terminal-based training typescript
Last synced: 25 Mar 2025
https://github.com/shikha-code36/striver-sde-sheet-python-solutions
Solution for Striver's SDE Sheet implemented in Python
algorithm backtracking-algorithm bit-manipulation data-structures dynamic-programming graphs-algorithms hashing hashmap heap interview-questions leetcode-solutions linked-list python-ds-algo python-leetcode recursive-algorithm strings striver-sde-sheet strivers-sde-sheet tree tries
Last synced: 03 Mar 2025
https://github.com/mharikmert/text-representation-with-bst
A simple word sorting algorithm with different Binary Search Trees and time complexities in C programming language
algorithm binary-search-tree c time-complexity time-complexity-analysis
Last synced: 25 Mar 2025
https://github.com/kktam/mergesort-obj
node library for merge sort, with object support
Last synced: 15 Mar 2025
https://github.com/sourhub226/sorting-visualizer-python
Sorting visualizer app made in python
algorithm gui python sorting-algorithms tkinter tkinter-gui visualization
Last synced: 05 Mar 2025
https://github.com/showrin/anagram_checker
A simple program to check whether two strings are anagram or not.
algorithm anagram-checker angram javascript testing
Last synced: 13 Mar 2025
https://github.com/cowienduckie/coding-practice
Practice coding on the online judge sites
algorithm c-sharp data-structures python sql
Last synced: 05 Jul 2025
https://github.com/panagiotiskotsorgios/pounding-heart-animation
A pounding spinning console heart animation with console colors manipulation
algorithm animation colorama colorful console-application console-colors dedicated friendship heart-animation heartbeat love pounding-heart python python3 spinning-animation
Last synced: 17 Jul 2025
https://github.com/luxoriasoft/brisque_impl_netlib
The Brisque Score Implementation (OpenCV4) wrapped for .NET Nuget (working on x64, x86 & arm64)
algorithm brisque image-quality image-quality-assessment net net-wrapper
Last synced: 12 Apr 2025
https://github.com/omarbazaraa/cnc-machine
A CNC machine powered by Arduino for solving Android Flow game, and drawing images.
algorithm arduino cnc opencv serial-communication
Last synced: 04 Sep 2025
https://github.com/unine-chyn/multilstsq
Python 3 module for doing simultaneous linear regression
abstract-syntax-tree algorithm expression-evaluator linear-regression python-3 python-library python3
Last synced: 01 Mar 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: 01 Mar 2025
https://github.com/basemax/queuelinkedlistgo
This is a simple implementation of a queue using a linked-list in Go. This is a good example of how to use a linked-list in Go.
algorithm algorithms-and-data-structures data-structure datastructure ds go golang linked-list linked-list-queue linkedlist linkedlist-queue queue queue-linked-list queue-linkedlist
Last synced: 03 Apr 2025
https://github.com/basemax/sparsepolynomiallinkedlistc
This is a C implementation of a sparse polynomial linked-list. This is a good example of how to use a linked-list in C. By using a linked-list, we can store a sparse polynomial in a memory efficient way. Sparse polynomials are polynomials that have a lot of terms with a coefficient of 0.
algorithm algorithms algorithms-and-data-structures c c-polynomial c-sparse-polynomial c-sparsepolynomial datastructure ds polynomial polynomial-c sparse sparse-polynomial sparse-polynomial-c sparsepolynomial sparsepolynomial-c
Last synced: 03 Apr 2025
https://github.com/marvin9/tonelli-shanks-algorithm
sqrt of n modulo p
algorithm number-theory tonelli-shanks
Last synced: 26 Feb 2025
https://github.com/rehan-ankalgi-7t2/ai-ml-lab-programs
(VTU) aritficial Intelligence and machine learning practical programs and algorithms
algorithm artificial-intelligence astar-algorithm backpropagation-learning-algorithm candidate-elimination decision-tree id3-algorithm kmeans-clustering knearest-neighbor-algorithm locally-weighted-regression machine-learning naive-bayes-classifier neural-network search-algorithm
Last synced: 07 Apr 2025
https://github.com/ht0710/pca
Principal Component Analysis
ai algorithm machine-learning pca pca-analysis principal-component-analysis
Last synced: 03 Mar 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: 16 Mar 2025
https://github.com/kaua-pt/eda-fga-2022.2
Repositório com os códigos de EDA1
algorithm algorithms-and-data-structures study-project
Last synced: 22 Mar 2025
https://github.com/chrisvilches/waterfalls
Terminal based waterfall/rain simulator.
algorithm bfs-algorithm console-application graph javascript simulator
Last synced: 16 Mar 2025
https://github.com/silent0wings/arithmetic-calculator-using-custom-stack-implementation
This project implements an arithmetic calculator capable of parsing and evaluating mathematical expressions using a custom stack data structure. The calculator handles various arithmetic operations and parentheses, providing accurate results for complex expressions.
algorithm arithmetic-calculator calculator coding-practice custom-data-structure custom-stack data-structures expression-evaluation java math-operations math-tool programming reverse-polish-notation software-development stack-implementation
Last synced: 01 Mar 2025
https://github.com/mahdavipanah/escapegraph
A solution for a graph escape problem
Last synced: 31 Jul 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: 19 Feb 2025
https://github.com/swnb/dct-ts
dct and idct algorithm implement with typescript
Last synced: 08 Mar 2025
https://github.com/makstyle119/dsa
Data Structure & Algorithum from beginner to advanced
algorithm begginer-friendly data-structure data-structures-and-algorithms dsa dsa-python makstyle119 tutorial
Last synced: 19 Feb 2025
https://github.com/georgewang1994/minialthorigm
create mini program for my wechat
algorithm miniprogram server wechat
Last synced: 11 Mar 2025
https://github.com/hendrialqori/dsa-javascript
Learn algorithm and data structure in Javascript
algorithm data-structures javascipt
Last synced: 31 Mar 2025
https://github.com/josepedrodias/wave-function-collapse
a javascript implementation of the wave function collapse algorithm
algorithm wave-function-collapse
Last synced: 14 Mar 2025
https://github.com/abhishekmishra-17/python-programs
python programs and some algorithm based program
algorithm data-structures python python-programs
Last synced: 20 Feb 2025
https://github.com/gmlewis/moonbit-sha256
MoonBit sha256: provide simple sha256 hash algorithm.
Last synced: 01 Mar 2025
https://github.com/orgh0/interview_bit
Solutions to Problems of InterviewBit
algorithm data-structures interviewbit
Last synced: 15 Mar 2025
https://github.com/hansololiviakim/algorithm
✨ basic algorithm problem-solving using js
algorithm javascript programmers
Last synced: 09 Apr 2025
https://github.com/basemax/hamiltonianpathproblemphp
Implement a Hamiltonian path algorithm, and Design a tour for visiting all cities of a country. (PHP)
algorithm algorithms city graph hamiltonian hamiltonian-path hamiltonian-path-problem php
Last synced: 03 Apr 2025
https://github.com/tzuyi0817/leetcode
Solutions to LeetCode in JavaScript.
algorithm javascript leetcode leetcode-solutions
Last synced: 15 Mar 2025
https://github.com/alexdremov/deepswift
Swift autograd library
algorithm autograd backpropagation graph matrix ml swift
Last synced: 12 Jun 2025
https://github.com/st1lson/geneticalgorithm
algorithm csharp genetic-algorithm knapsack-problem
Last synced: 27 Feb 2025
https://github.com/seungwoo321/leetcode
LeetCode Problem Solving
algorithm javascript leetcode problem-solving
Last synced: 12 Jun 2025
https://github.com/realamirhe/leaf-node
A leaf node for your machine learning journey, from scratch to practical applications...
algorithm auto-encoder classification cybernetics feature-extraction feedback-mechanism lda learning machine-learning machine-learning-journey numpy pca practice regression scikit-learn sklearn smlfdl
Last synced: 07 Apr 2025
https://github.com/ibwei/leetcode-js-solution
记录自己leetcode的js&ts刷题历程
algorithm algorithmic-trading javascript js leetcode typescript
Last synced: 01 Jul 2025
https://github.com/willdera/strdiff
Strdiff is a library for calculating string differences. It leverages efficient algorithms such as the Levenshtein distance and the Damerau-Levenshtein distance.
algorithm damerau-levenshtein levenshtein-distance rust wapm wasmer
Last synced: 05 Mar 2025
https://github.com/vahancho/graphene
An abstract graph C++ library
algorithm cpp cpp11 cpp17 dejkstra geodesy graph graphen hamburg map navigation road-network roadmap shortest-path shortest-paths templates
Last synced: 31 Mar 2025
https://github.com/st1lson/antcolony
algorithm ant-colony-algorithm ant-colony-optimization csharp salesman-problem
Last synced: 27 Feb 2025
https://github.com/aiaaee/js_algorithms
a set of programming instructions, known as inputs and outputs, that allow a data operation to function precisely at every execution.
algorithm algorithms algorithms-and-data-structures javascript-algorithm-visualization javascript-algorithms js-algorithms
Last synced: 09 Apr 2025
https://github.com/tanaikech/souwapy
Python library for summing string elements in an array at the high speed
algorithm array-manipulations csv python-library
Last synced: 27 Feb 2025
https://github.com/pushparaj13811/dsa-with-cpp
This repository contains C++ implementations of various Data Structures and Algorithms (DSA). It serves as a personal resource, showcasing code for arrays, linked lists, stacks, queues, trees, graphs, sorting, searching algorithms, dynamic programming, and more. Ideal for practicing competitive programming and mastering coding interview concepts.
algorithm cpp dsalgo learningcpp
Last synced: 20 Feb 2025
https://github.com/mysftz/applications-of-evolutionary-algorithms-in-bioinformatics-report
A LaTeX research document on applications of evolutionary algorithms in bioinformatics.
algorithm algorithms bioinformatics computer-science evolutionary-algorithms latex latex-document university university-coursework
Last synced: 14 Jul 2025
https://github.com/alex-dishen/tic-tac-toe
algorithm css factory-functions html javascript modules
Last synced: 23 Feb 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: 06 Mar 2025
https://github.com/sherwinshen/leetcode
📖 算法学习之 LeetCode(主要基于 TS/JS 语言)
algorithm javascript leetcode typescript
Last synced: 06 Mar 2025
https://github.com/micahondiwa/sorting_algorithms
Implementing different sorting algorithms in C.
algorithm algorithms sort sorting sorting-algorithms
Last synced: 03 Apr 2025