Common algorithms implemented in JavaScript.
-
Updated
Jan 27, 2019 - JavaScript
Common algorithms implemented in JavaScript.
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.
A structured collection of data structures and algorithms with clear explanations, multi-language implementations, and a searchable learning system for students and developers.
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 compilation of mathematical algorithims in C#.
A C-based mathematical utility that implements the power function ($base^n$) using an iterative multiplication loop, avoiding external math library dependencies.
This repository contains the solutions of all the problems of competitive programming contests I've solved.
This repository is dedicated to store a bunch of basic algorithms and math solving problems related to Unity Engine.
Algorithms and Data Structures implementations.
A simple javaScript to calculate the sum of all numbers between a given range[m,n]. Includes iterative and formula based soluitions
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 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++
Maybe another time...
A C program that calculates mathematical combinations C(n, r). It implements a helper factorial function to solve the formula n! / (r! * (n-r)!).
Math Algorithms
Projects in Java and Python from class assignments
A C function that takes an integer input and finds the nearest largest prime number strictly less than that integer by iterating downwards.
Add a description, image, and links to the math-algorithms topic page so that developers can more easily learn about it.
To associate your repository with the math-algorithms topic, visit your repo's landing page and select "manage topics."