Common algorithms implemented in JavaScript.
-
Updated
Jan 27, 2019 - JavaScript
Common algorithms implemented in JavaScript.
A structured collection of data structures and algorithms with clear explanations, multi-language implementations, and a searchable learning system for students and developers.
The mathEmatics Useful Library (the name is a work in progress) is a math general purpose c++20 header library that, among other things, features a big integer implementation.
Ultra-Fast O(L) Deterministic Primality Testing — Multi-Architectural Pass Engine (MAPE-V3) Deterministic multi-layer prime testing for giant numbers using single-pass linear mod engines (Muamer Engine).
A C-based mathematical utility that implements the power function ($base^n$) using an iterative multiplication loop, avoiding external math library dependencies.
A compilation of mathematical algorithims in C#.
This repository contains the solutions of all the problems of competitive programming contests I've solved.
Algorithms and Data Structures implementations.
This repository is dedicated to store a bunch of basic algorithms and math solving problems related to Unity Engine.
A C function that generates a random integer array and calculates either Variance or Standard Deviation based on a control parameter (1 for Variance, 0 for Std Dev).
My useful algorithms and data structure implementations... in C++
A C program that calculates the Least Common Multiple (LCM/EKOK) of two integers. It uses an iterative algorithm that checks multiples of the larger number.
A simple javaScript to calculate the sum of all numbers between a given range[m,n]. Includes iterative and formula based soluitions
Academic Tasks: Mathematical Algorithms / Numerical Methods / Computer Graphics / Web / Security / etc.
Aplicación para resolver un sistema de ecuaciones
A C function that takes an integer input and finds the nearest largest prime number strictly less than that integer by iterating downwards.
Projects in Java and Python from class assignments
Math Algorithms
A C program that calculates mathematical combinations C(n, r). It implements a helper factorial function to solve the formula n! / (r! * (n-r)!).
To associate your repository with the math-algorithms topic, visit your repo's landing page and select "manage topics."