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.

    Language:PHP852214
  • Abhiramborige/Crypto-systems

    This repo will contain the algorithms for encryption and decryption of messages and ciphers respectively !!

    Language:Python563222
  • indisoluble/SwiftQuantumComputing

    Quantum circuit simulator in Swift

    Language:Swift48408
  • 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.

    Language:Dart3121012
  • 1274085042/PointCloudObstacleDetection

    Point Cloud Obstacle Detection, Ground Segmentation, Euclidean Clustering

    Language:C++30103
  • weniseb/RSA_CPP

    C++ implementation of the RSA cryptosystem.

    Language:C++17126
  • Mehul2205/Cryptography-Assignments

    These are the lab assignments performed during the course of cryptography

    Language:Jupyter Notebook121014
  • 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.

    Language:Python10111
  • Cryptography

    ElizaLo/Cryptography

    Elliptic Curves and other algorithms

    Language:Python9015
  • abhayc-main/EngageNet

    A crowd/audience engagement measuring system

    Language:Python6100
  • dandibaroes/Face-Recognition-Using-PCA-and-Euclidean-Classifier

    Using Principal Component Analysis and Euclidean Classifier for face recognition with GUI

    Language:MATLAB6100
  • lapets/egcd

    Pure-Python extended Euclidean algorithm implementation that accepts any number of integer arguments.

    Language:Python6101
  • petermchale/math9

    Introductory Python course for math students

    Language:Jupyter Notebook64010
  • reeantencamah/PHP_Recommender-System

    PHP, JavaScript, CSS, Bootstrap,Collaborative filtering method, Euclidean Distance Formula

    Language:PHP6103
  • 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+

    Language:Swift5102
  • ks-amit/Competitive-Programming

    All you need to save time :p

    Language:C++4012
  • rayvantsahni/after-MATH

    but what 'bout B-For Math ?

    Language:Java4100
  • 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.

    Language:C++310
  • jorgegomzar/EuclideanAlgorithm

    My own script to calculate the private key on RSA using the Extended Euclidean Algorithm aproximation.

    Language:Python3002
  • 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

    Language:Jupyter Notebook3100
  • 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.

    Language:Python2102
  • arithmetic-operations-for/naturals-big-endian

    :elephant: Arbitrary precision arithmetic for integers in big-endian order for JavaScript

    Language:JavaScript21342
  • 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.

    Language:Kotlin2
  • julianbadillo/EllipticCurves

    A simple java implementation of elliptic curves for educational purposes

    Language:Java2102
  • Miltt/Console

    Implementation of popular algorithms and data structures using .NET Core

    Language:C#2104
  • samyam81/CryptoGraphy-Lab

    A comprehensive repository featuring practical implementations, tutorials, and resources for exploring cryptographic algorithms and protocols.

    Language:C++210
  • Saptarshi-prog/Algorithmic-toolbox-Coursera-Assignments

    This repository contains the python codes for assignment questions of "Algorithmic Toolbox" provided by Coursera.

    Language:Python2101
  • SasanLabs/SasanCiphers

    Repo contains code samples for practical learning of cryptography.

    Language:Java2102
  • 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.

    Language:MATLAB2230
  • Shahnazi2002/Euclidean-algorithm

    Computing the greatest common divisor (GCD) of two numbers

    Language:Python2100
  • tigoCaval/recommendation-go

    Collaborative filtering recommendation system. Recommendation algorithm using collaborative filtering. Topics: Ranking algorithm, euclidean distance algorithm, slope one algorithm, filtragem colaborativa.

    Language:Go2000
  • 1Git2Clone/hackerrank-hw

    University homework assignments rewritten in rust as well as testing

    Language:Rust1100
  • 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.

    Language:Jupyter Notebook1100
  • g4titanx/gcd_euclidean_algorithm

    this is a representation of the extended Euclidean algorithm in rust

    Language:Rust1100
  • 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.

    Language:Jupyter Notebook10