euclidean-algorithm
There are 121 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
AllThingsSmitty/javascript-algorithms
📚 A list of popular JavaScript algorithms that you'll encounter in the real world. 🧠
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
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.
ElizaLo/Cryptography
Elliptic Curves and other algorithms
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.
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
cucer-castellano/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.
julianbadillo/EllipticCurves
A simple java implementation of elliptic curves for educational purposes
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.
scottres/CastoffReconstruction
This repository contains a method to reconstruct the motion, or swing, of cast-off spatter patterns. The method is based on stain inspection and Euclidean geometry. The reconstructed swing is represented as a three-dimensional region of statistical likelihood. See the README.md for instructions to install and run the repository scripts.
Shahnazi2002/Euclidean-algorithm
Computing the greatest common divisor (GCD) of two numbers
tigoCaval/recommendation-go
Collaborative filtering recommendation system. Recommendation algorithm using collaborative filtering. Topics: Ranking algorithm, euclidean distance algorithm, slope one algorithm, filtragem colaborativa.
1Git2Clone/hackerrank-hw
University homework assignments rewritten in rust as well as testing
alreich/gaussian_integers
Gaussian Integers and Gaussian Rationals, implemented using Python integers, since there is no limit on their size, unlike the mantissa of Python floats.
g4titanx/gcd_euclidean_algorithm
this is a representation of the extended Euclidean algorithm in rust
pazgu/Apartment_matcher
Full-stack web application that scrapes apartments from Madlan website (for sale and rent). Using machine learning models trained on the collected data, the app recommends the most relevant apartments based on user preferences such as budget, location and nearby facilities.