euclidean-algorithm
There are 112 repositories under euclidean-algorithm topic.
tigoCaval/recommendation-algorithm
Collaborative filtering recommendation system. Recommendation algorithm using collaborative filtering. Topics: Ranking algorithm, euclidean distance algorithm, slope one algorithm, filtragem colaborativa.
Abhiramborige/Crypto-systems
This repo will contain the algorithms for encryption and decryption of messages and ciphers respectively !!
indisoluble/SwiftQuantumComputing
Quantum circuit simulator in Swift
nitinramadoss/image_compare
Dart package for comparing images. Find the difference between two images by using a variety of image comparison techniques.
1274085042/PointCloudObstacleDetection
Point Cloud Obstacle Detection, Ground Segmentation, Euclidean Clustering
weniseb/RSA_CPP
C++ implementation of the RSA cryptosystem.
Mehul2205/Cryptography-Assignments
These are the lab assignments performed during the course of cryptography
ElizaLo/Cryptography
Elliptic Curves and other algorithms
ken-power/Foobar_Challenge
My solutions to Google's Foobar Challenge for coding data structures and algorithms. Includes my solution code, unit tests, background notes, design notes, and references.
abhayc-main/EngageNet
A crowd/audience engagement measuring system
dandibaroes/Face-Recognition-Using-PCA-and-Euclidean-Classifier
Using Principal Component Analysis and Euclidean Classifier for face recognition with GUI
lapets/egcd
Pure-Python extended Euclidean algorithm implementation that accepts any number of integer arguments.
petermchale/math9
Introductory Python course for math students
reeantencamah/PHP_Recommender-System
PHP, JavaScript, CSS, Bootstrap,Collaborative filtering method, Euclidean Distance Formula
sergeyleschev/codility-swift
🏆 Golden Award for the Year of the Tiger Challenge, Golden Award Muad'Dib's Challenge: Dynamic programming, Greedy algorithms, Binary search, Fibonacci, Euclidean algorithm. Swift 4 @ S.Leschev. L5+
ks-amit/Competitive-Programming
All you need to save time :p
rayvantsahni/after-MATH
but what 'bout B-For Math ?
danieldotwav/Greatest-Common-Divisor-of-Strings
This program offers a C++ solution to compute the Greatest Common Divisor (GCD) of two strings, showcasing an application of the Euclidean algorithm for string manipulation.
jorgegomzar/EuclideanAlgorithm
My own script to calculate the private key on RSA using the Extended Euclidean Algorithm aproximation.
julianbadillo/EllipticCurves
A simple java implementation of elliptic curves for educational purposes
TejasSheth104/ReverseImageQuerying
An academic project to find the most similar image to the given input image, based on Image Processing, Cosine Similarity Model, StreamLit, written primarily in Python using Visual Studio Code and Jupyter Notebook
AkarisDimitry/ProjectEuler
Repository containing algorithmic solutions to Project Euler challenges. Each solution has been methodically developed, optimized, and rigorously tested. Engage in mathematical and computational problem-solving.
arithmetic-operations-for/naturals-big-endian
:elephant: Arbitrary precision arithmetic for integers in big-endian order for JavaScript
darian-catalin-cucer/euclidean-algorithm
Euclidean Algorithm is an efficient algorithm for finding the greatest common divisor (GCD) of two numbers. It repeatedly computes the remainder of the larger number divided by the smaller number until the remainder is zero, at which point the smaller number is the GCD.
Miltt/Console
Implementation of popular algorithms and data structures using .NET Core
samyam81/CryptoGraphy-Lab
A comprehensive repository featuring practical implementations, tutorials, and resources for exploring cryptographic algorithms and protocols.
Saptarshi-prog/Algorithmic-toolbox-Coursera-Assignments
This repository contains the python codes for assignment questions of "Algorithmic Toolbox" provided by Coursera.
SasanLabs/SasanCiphers
Repo contains code samples for practical learning of cryptography.
Shahnazi2002/Euclidean-algorithm
Computing the greatest common divisor (GCD) of two numbers
alreich/gaussian_integers
Gaussian Integers and Gaussian Rational Numbers
dlg1206/ti-basic-cryptography
A collection of helper programs with basic cryptography operations written in TI-Basic
g4titanx/gcd_euclidean_algorithm
this is a representation of the extended Euclidean algorithm in rust
itincknell/DiscreteMath
An assortment of functions for number theory / discrete math type problems
macocci7/PHP-Math-Integer
Math library of number theory (only natural numbers)
roland-abel/xpolynomial
C++ template project provides a flexible way to work with polynomials and calculate their real roots.