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).
This repository contains the solutions of all the problems of competitive programming contests I've solved.
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 is dedicated to store a bunch of basic algorithms and math solving problems related to Unity Engine.
Algorithms and Data Structures implementations.
My useful algorithms and data structure implementations... in C++
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).
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 program that calculates mathematical combinations C(n, r). It implements a helper factorial function to solve the formula n! / (r! * (n-r)!).
"A simple and efficient JavaScript program to find and print all odd numbers from 0 to N. Perfect for beginners learning loops and conditional logic in JS. 🚀"
A basic study guide for Data Structures and Algorithms, written in JavaScript and Python. For better readability, use the Better Comments extension in VS Code.
Aplicación para resolver un sistema de ecuaciones
Academic Tasks: Mathematical Algorithms / Numerical Methods / Computer Graphics / Web / Security / etc.
Projects in Java and Python from class assignments
To associate your repository with the math-algorithms topic, visit your repo's landing page and select "manage topics."