Projects in Awesome Lists tagged with algorithm-implementation
A curated list of projects in awesome lists tagged with algorithm-implementation .
https://github.com/k8av7231/trigon-evo
Trigon Evo is a powerful Roblox Lua IDE and script executor that allows you to run and test Lua scripts with ease. Capable of executing 99% of scripts, Trigon Evo ensures seamless performance across Windows 8-11, with quick updates released within 1-24 hours after each Roblox update, which typically occurs every Wednesday.
algorithm-implementation coding-example evolutionary-algorithm genetic-algorithm github-repository machine-learning math-library numerical-computation open-source optimization programming python-library trigon-evo trigon-framework
Last synced: 06 Mar 2025
https://github.com/jus7vb76w/trigon-evo
Trigon Evo is a powerful Roblox Lua IDE and script executor that allows you to run and test Lua scripts with ease. Capable of executing 99% of scripts, Trigon Evo ensures seamless performance across Windows 8-11, with quick updates released within 1-24 hours after each Roblox update, which typically occurs every Wednesday.
algorithm-implementation coding-example computational-intelligence evolutionary-algorithm genetic-algorithm github-repository machine-learning math-algorithms math-library mathematical-modeling numerical-computation open-source optimization programming python-library software-development trigon-evo trigon-framework trigonometric-calculations trigonometric-functions
Last synced: 07 May 2025
https://github.com/nadavmozeson/algorithms-implementation
A repository showcasing implementations of various algorithms, including graph algorithms (BFS, DFS, Dijkstra, Kruskal), dynamic programming solutions, and more. Designed for learning, practice, and demonstration of algorithmic problem-solving.
algorithm-implementation algorithms code-examples coding-challenges computational-thinking data-structures dynamic-programming educational graph-algorithms graph-algorithms-visualizer problem-solving python
Last synced: 12 Mar 2025
https://github.com/astrodynamic/leetcode
A collection of LeetCode problem solutions in various languages.
algorithm-implementation algorithms code-challenges code-practice coding competitive-programming data-structures-and-algorithms interview-preparation leetcode problem-solving problem-solving-skills programming solutions technical-interview
Last synced: 22 Aug 2025
https://github.com/alessiobugetti/mecvirtualresourceallocation-javadoc
This repository hosts the automatically updated Javadoc documentation for the MEC Virtual Resource Allocation project.
algorithm-implementation cloud-computing hypergraph-matching mobile-edge-computing network-resource-management optimization-algorithms virtual-resource-allocation
Last synced: 19 Mar 2025
https://github.com/lucianoscarpaci/elliptic-curve-weierstrass
Curve25519 and Secp256k1 plot from Weierstrass Polynomial Form. Key topics covered include - Elliptic Curve Cryptography (ECC) - Cryptographic Curves
algorithm-implementation cryptographic-algorithms cryptographic-library curve25519 ecc elliptic-curves mathematical-cryptography secp256k1 weierstrass-curves
Last synced: 27 Aug 2025
https://github.com/lucianoscarpaci/ethereum-cryptography
This project uses secp256k1, keccak256 hashing, and BIP39 for generating vanity addresses, implementing secure cryptographic operations and creating mnemonic phrases.
algorithm-implementation bip39 blockchain-technology cryptocurrency-wallets data-integrity digital-signatures hash-functions keccak public-key-cryptography secp256k1 secure-communication security-protocols vanity-address
Last synced: 27 Aug 2025
https://github.com/carlosrocha-dev/42_push_swap
This project is about sort data on a stack, with a limited set of instructions, using the lowest possible number of actions. To succeed it must have to manipulate various types of algorithms and choose the most appropriate solution (out of many) for an optimized data sorting.
42cursus 42projects 42school 42sp algorithm-implementation battery-concept-and-handling-elements sorting-algorithms
Last synced: 25 Mar 2025
https://github.com/helcsnewsxd/famaf-computer_science-discrete_mathematics_ii
Laboratorio, algoritmos y demostraciones de la materia de Matemática Discreta II de la Licenciatura en Ciencias de la Computación de FAMAF (UNC)
algorithm-implementation c cpp demostration discrete-mathematics error-correction-codes famaf-unc graph-coloring graph-flow graph-matching math-theory university-subjects
Last synced: 28 Feb 2025
https://github.com/lucianoscarpaci/github-bot
Generate a Polkadot account securely by generating it from a mnemonic phrase for enhanced security and accessibility.
account-generation algorithm-implementation blockchain-development blockchain-wallets cryptocurrency decentralized-networks polkadot-blockchain ruby-gems ruby-programming-language software-security
Last synced: 10 Jul 2025
https://github.com/kplanisphere/linked-list-operations
Proyecto 3 - Estructuras de Datos
algorithm-implementation circular-linked-list cpp data-structures doubly-linked-list linked-list singly-linked-list
Last synced: 24 Jun 2025
https://github.com/jademdz/systemmodeling
Этот репозиторий содержит материалы для выполнения лабораторных работ по курсу "Моделирование систем" . Здесь вы найдете реализации различных моделей, включая: Моделирование случайных величин. Анализ систем массового обслуживания (СМО). Статистический анализ данных. Сравнение алгоритмов сортировки и другие задачи.
algorithm-implementation educational-resources java labs mathematical-modeling parallel-programming python queueing-systems random-variable-simulation simulation sorting-algorithms statistical-analysis swing system-modeling
Last synced: 04 Mar 2025
https://github.com/neuraladitya/polynomial_regression_c
A high-performance polynomial regression implementation in pure C with gradient descent optimization and visualization support.
algorithm-implementation c-programming csv-processing data-science data-visualization high-performance-computing machine-learning numerical-computing polynomial-regression regression-analysis
Last synced: 05 Apr 2025
https://github.com/mukuliskul/linecraft360
An advanced C++ Object-Oriented simulation of an assembly line, featuring modular design with multiple stations. It integrates complex order processing, inventory management, and dynamic workflow handling, offering a real-world industrial process experience.
algorithm-implementation cpp17 data-structures data-structures-and-algorithms educational-project modular-design object-oriented-programming system-design
Last synced: 14 Apr 2025
https://github.com/lucianoscarpaci/cryptography
Embark on a journey of cryptographic exploration as we delve into the intricate worlds of RSA and ElGamal encryption, crafted entirely from scratch without the aid of OpenSSL. Delve into the inner workings of these fundamental encryption algorithms, unraveling the complexities of secure data transmission.
algorithm-implementation asymmetric-cryptography cryptographic-algorithms cryptographic-security cryptography data-privacy elgamal-cryptosystem encryption-de key-generation rsa-algorithm secure-communication
Last synced: 14 Aug 2025
https://github.com/kplanisphere/multilist-graph-operations
Proyecto 5 - Estructuras de Datos
adjacency-list algorithm-implementation breadth-first-search cpp data-structures depth-first-search graph-operations graph-theory multilist
Last synced: 20 Aug 2025
https://github.com/alessiobugetti/mecvirtualresourceallocation
A hypergraph matching algorithm for efficient virtual resource allocation in mobile edge computing, based on the approach proposed in the paper L. Zhang, H. Zhang, L. Yu, H. Xu, L. Song and Z. Han, "Virtual Resource Allocation for Mobile Edge Computing: A Hypergraph Matching Approach"
algorithm-implementation cloud-computing hypergraph-matching mobile-edge-computing network-resource-management optimization-algorithms virtual-resource-allocation
Last synced: 20 Aug 2025
https://github.com/saadarazzaq/manual-kmeans-clustering-v1
Well Commented K-Means Algorithm WITHOUT any built-in ML Library #1
algorithm-implementation kmeans-clustering logic python unsupervised-learning
Last synced: 23 Aug 2025
https://github.com/kplanisphere/tda_list_implementation_cpp
Proyecto 2 - Estructuras de Datos
algorithm-implementation circular-linked-list cpp data-structures doubly-linked-list list-implementation memory-management singly-linked-list
Last synced: 19 Feb 2025
https://github.com/kplanisphere/plotted-2d-environment
Proyecto 7 - Graficación
2d-graphics algorithm-implementation computer-graphics cpp data-visualization graphical-interface matrix-transformations opengl polygon-animation
Last synced: 19 Feb 2025
https://github.com/saadarazzaq/logistic-regression
Code without built in ML libraries => ML ASSIGNMENT 1 Q2
algorithm-implementation logistic-regression python
Last synced: 30 Aug 2025
https://github.com/jos-felipe/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 will have to manipulate various sorting algorithms and choose the most appropriate solution(s) for optimized data sorting.
42 algorithm-implementation battery-concept-and-handling-elements sorting-algorithms
Last synced: 09 Mar 2025
https://github.com/saadarazzaq/manual-kmeans-clustering-v2
Well Commented Backend Implementation of Kmeans Algorithm without any built in ML Library # 2
algorithm-implementation kmeans-clustering logic python unsupervised-learning
Last synced: 17 Mar 2025
https://github.com/diwalt67/trigon-evo
Trigon Evo is a powerful Roblox Lua IDE and script executor that allows you to run and test Lua scripts with ease. Capable of executing 99% of scripts, Trigon Evo ensures seamless performance across Windows 8-11, with quick updates released within 1-24 hours after each Roblox update, which typically occurs every Wednesday.
algorithm-implementation coding-example evolutionary-algorithm genetic-algorithm github-repository machine-learning math-library numerical-computation open-source optimization programming python-library software-development trigon-evo trigon-framework trigonometric-calculations
Last synced: 08 Apr 2025
https://github.com/kplanisphere/polar-function-graphing
Proyecto 1 - Graficación
algorithm-implementation color-variation computer-graphics cpp data-visualization graphing opengl polar-coordinates rose-curve
Last synced: 04 Sep 2025
https://github.com/kplanisphere/polar-function-graphing-bresenham
Proyecto 2 - Graficación
algorithm-implementation bresenhams-algorithm computer-graphics cpp data-visualization graphing opengl polar-coordinates rose-curve
Last synced: 19 Feb 2025
https://github.com/saadarazzaq/gradient-descent-lr
Code without built in ML libraries => ML ASSIGNMENT 1 Q1
algorithm-implementation gradient-descent python
Last synced: 05 Sep 2025
https://github.com/kplanisphere/graph-adjacency-matrix
Proyecto 4 - Estructuras de Datos
adjacency-matrix algorithm-implementation cpp data-structures graph-operations graph-theory matrix-multiplication menu-driven-interface
Last synced: 19 Feb 2025
https://github.com/okayama-daiki/online-graph-exploration-algorithms
Implementation of online exploration algorithms for different graph classes
algorithm-implementation online-graph-exploration
Last synced: 26 Jul 2025
https://github.com/kplanisphere/matrix-vector-ops-cpp
Proyecto 1 - Estructuras de Datos
2d-matrices algorithm-implementation beginner-projects cpp data-structures dynamic-arrays matrix-operations vector-operations
Last synced: 19 Feb 2025
https://github.com/lucianoscarpaci/polkadot-rb
Generate a Polkadot account securely by generating it from a mnemonic phrase for enhanced security and accessibility.
account-generation algorithm-implementation blockchain-development blockchain-wallets cryptocurrency decentralized-networks polkadot-blockchain ruby-gems ruby-programming-language software-security
Last synced: 20 Mar 2025
https://github.com/lucianoscarpaci/cipher
Unlock the world of clandestine communication with Python's XOR cipher, enabling the concealment and revelation of messages through sophisticated encryption and decryption techniques.
algorithm-implementation cryptography data-security encryption-decryption information-hiding python secure-communication software-development symmetric-key-cryptography xor-cipher
Last synced: 20 Mar 2025