mathematical-algorithms
There are 15 repositories under mathematical-algorithms topic.
bbopt/nomad
NOMAD - A blackbox optimization software
eremidio/NUMBER-THEORY-ALGORITHMS
A COLLECTION OF ALGORITHMS RELATED TO NUMBER THEORY
Ahmed-Bayoumy/OMADS
OMADS - A blackbox optimization python package
AndreeaDraghici/Algorithms
Algorithms Implements-The implementations from this repository were coded using C++ programming language and Java programming language
Bubbler-4/math-rs
A collection of mathematical algorithms in pure Rust
KKopilka/AI-FinessTrainer
AI-FitnessTrainer using YOLOv8-pose
danieldotwav/TriangleProperties.c
This project is a C program designed to classify triangles based on their side lengths as Equilateral, Isosceles, Scalene, or Invalid and calculate the area for valid triangles, aimed at demonstrating basic geometric and mathematical concepts in programming.
hackerearthclub/LetUsCode
This repository contains competitive questions and various data structures !
reuterbal/MMra
Python source codes contained in and accompanying the book "Mit Mathe richtig anfangen" by P. Knabner, B. Reuter, R. Schulz (2019)
aaqibb13/Mathematical-Cryptography
This repository contains Python implementation of algorithms that are used almost everywhere in Mathematical Cryptography
Abhrankan-Chakrabarti/pi-calculation-with-catalan-numbers
This repository contains a Python script that calculates the digits of π (pi) using a novel algorithm based on Catalan numbers and fixed-point arithmetic. The algorithm efficiently computes the digits of π by leveraging the properties of Catalan numbers, making it a unique and effective method for high-precision calculations.
AgusLacomi/Some_Algorithms
Some of the LeetCode exercises I do and will perform
SorCube/IU7-Computing-Algorithms
Лабораторные работы по курсу "Вычислительные алгоритмы", ИУ7 2019г.
SSSYDYSSS/AlgoToolsPyBook
AlgoToolsPy User Manual.
shrey1216/The-Euclidean-Algorithm
The Euclidean Algorithm writing sample