An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: approximation

brendanzab/approx

Approximate floating point equality comparisons and assertions

Language: Rust - Size: 119 KB - Last synced at: about 12 hours ago - Pushed at: about 1 year ago - Stars: 165 - Forks: 36

stdlib-js/math-base-special-kernel-betaincinv

Inverse incomplete beta function.

Language: JavaScript - Size: 3.42 MB - Last synced at: 4 days ago - Pushed at: 4 days ago - Stars: 2 - Forks: 0

jecampagne/cours_mallat_cdf

Lecture notes of Professor Stéphane Mallat - Collège de France - Paris

Language: Jupyter Notebook - Size: 193 MB - Last synced at: 5 days ago - Pushed at: 5 days ago - Stars: 26 - Forks: 0

espdev/csaps

Cubic spline approximation (smoothing)

Language: Python - Size: 2.42 MB - Last synced at: 1 day ago - Pushed at: 7 days ago - Stars: 171 - Forks: 29

deftasparagusanaconda/gapprox

python toolkit to find the approximate function of a graph

Language: Python - Size: 745 KB - Last synced at: 7 days ago - Pushed at: 7 days ago - Stars: 0 - Forks: 0

MicroscPSF/MicroscPSF-Py

Fast and Accurate 3D PSF Computation for Fluorescence Microscopy

Language: Python - Size: 22.5 KB - Last synced at: 6 days ago - Pushed at: 7 months ago - Stars: 41 - Forks: 9

wellington36/InfSumPy

Approximate infinite sums with controlled error.

Language: Python - Size: 159 KB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 3 - Forks: 0

chaotic-society/theoretica

A C++ math library for scientific computing with a simple and elegant interface.

Language: C++ - Size: 50.3 MB - Last synced at: 11 days ago - Pushed at: 11 days ago - Stars: 25 - Forks: 5

oliversheridanmethven/pyarv

Python bindings of approximate random variables

Language: Python - Size: 37.4 MB - Last synced at: 15 days ago - Pushed at: 15 days ago - Stars: 11 - Forks: 0

JuliaApproximation/ApproxFun.jl

Julia package for function approximation

Language: Julia - Size: 113 MB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 550 - Forks: 70

nfriedly/approximate-number

Converts numbers into a more human-friendly format. E.g. 123456 becomes 123k. Similar to `ls -lh` or Stack Overflow's reputation numbers.

Language: JavaScript - Size: 178 KB - Last synced at: 18 days ago - Pushed at: 18 days ago - Stars: 37 - Forks: 6

stdlib-js/constants-float32-gamma-lanczos-g

Arbitrary constant `g` to be used in Lanczos approximation functions.

Language: JavaScript - Size: 186 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

stdlib-js/math-base-special-gammainc

Incomplete gamma function.

Language: JavaScript - Size: 2.08 MB - Last synced at: 21 days ago - Pushed at: 21 days ago - Stars: 1 - Forks: 0

stdlib-js/constants-float64-gamma-lanczos-g

Arbitrary constant `g` to be used in Lanczos approximation functions.

Language: JavaScript - Size: 313 KB - Last synced at: 22 days ago - Pushed at: 22 days ago - Stars: 1 - Forks: 0

OJB-Quantum/Notebooks-for-Ideas

A collection of useful scripts originated or modified by Onri Jay Benally. This is where Onri's new repositories & many of his projects are born.

Language: Jupyter Notebook - Size: 160 MB - Last synced at: 22 days ago - Pushed at: 23 days ago - Stars: 4 - Forks: 0

equadratures/equadratures

Language: Python - Size: 67.5 MB - Last synced at: 10 days ago - Pushed at: over 1 year ago - Stars: 100 - Forks: 45

LICO-labs/PiecewiseLinApprox.jl

Optimal piecewise linear approximation package for the Julia programming language

Language: Julia - Size: 171 KB - Last synced at: 23 days ago - Pushed at: 27 days ago - Stars: 19 - Forks: 2

tpapp/SpectralKit.jl

Building blocks of spectral methods for Julia.

Language: Julia - Size: 5.09 MB - Last synced at: 1 day ago - Pushed at: 3 months ago - Stars: 27 - Forks: 0

stdlib-js/math-base-special-gammaincinv

Inverse incomplete gamma function.

Language: JavaScript - Size: 2.14 MB - Last synced at: 29 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-gamma-lanczos-sum

Calculate the Lanczos sum for the approximation of the gamma function.

Language: JavaScript - Size: 394 KB - Last synced at: 9 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-gamma-lanczos-sum-expg-scaled

Calculate a scaled Lanczos sum for the approximation of the gamma function.

Language: JavaScript - Size: 461 KB - Last synced at: 28 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

moocf/bisection-root.cxx

The Bisection method is a root-finding method that applies to any continuous functions for which one knows two values with opposite signs.

Language: C++ - Size: 6.84 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

moocf/newton-root.cxx

Newton's (Newton–Raphson) method is a root-finding algorithm which produces successively better approximations to the roots of a real-valued function.

Language: C++ - Size: 6.84 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

moocf/secant-root.cxx

The Secant method is a root-finding algorithm that uses a succession of roots of secant lines to better approximate a root of a function f.

Language: C++ - Size: 6.84 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

moocf/central-difference-interpolation.cxx

Stirling's Central Difference interpolation gives the average of the values obtained by Gauss forward and backward interpolation formulae.

Language: C++ - Size: 6.84 KB - Last synced at: 23 days ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

moocf/divided-difference-interpolation.cxx

Newton’s divided difference interpolation formula is a interpolation technique used when the interval difference is not same for all sequence of values.

Language: C++ - Size: 6.84 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

moocf/forward-difference-interpolation.cxx

Newton's (Newton-Gregory) Forward Difference formula is a way of approximating a function with an nth degree polynomial passing through (n+1) equally spaced points.

Language: C++ - Size: 6.84 KB - Last synced at: about 21 hours ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

moocf/lagrange-interpolation.cxx

The Lagrange interpolation formula is a way to find a polynomial which takes on certain values at arbitrary points.

Language: C++ - Size: 6.84 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

moocf/rectangular-integration.cxx

Rectangular integration is a numerical integration technique that approximates the integral of a function with a rectangle.

Language: C++ - Size: 6.84 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 1

moocf/trapezoidal-integration.cxx

Trapezoidal Rule is an integration rule that evaluates the area under the curves by dividing the total area into smaller trapezoids.

Language: C++ - Size: 6.84 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

edwardlavender/patter-eval

Methods supporting Lavender, E. et al. (2025). Particle algorithms for animal movement modelling in receiver arrays. Methods in Ecology and Evolution. https://doi.org/10.1111/2041-210X.70028

Language: R - Size: 808 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

nitrece/numerical-methods-laboratory

Numerical analysis is the study of algorithms that use numerical approximation for the problems of mathematical analysis.

Size: 2.93 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

jimouris/curl

Curl: Private LLMs through Wavelet-Encoded Look-Up Tables

Language: Python - Size: 29 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 13 - Forks: 2

stdlib-js/math-base-special-kernel-betainc

Incomplete beta function and its first derivative.

Language: JavaScript - Size: 2.59 MB - Last synced at: 28 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-betaincinv

Inverse incomplete beta function.

Language: JavaScript - Size: 2.78 MB - Last synced at: 28 days ago - Pushed at: about 1 month ago - Stars: 2 - Forks: 0

stdlib-js/math-base-special-betainc

Incomplete beta function.

Language: JavaScript - Size: 2.16 MB - Last synced at: 29 days ago - Pushed at: about 1 month ago - Stars: 3 - Forks: 0

DanielFaltynowski/learn-computer-science

You are currently browsing a repository that serves as my notes on the elementary basics of computer science.

Language: Jupyter Notebook - Size: 1.67 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

kelindar/approx

High performance approximate algorithms in Go (e.g. morris counter, count min, etc.)

Language: Go - Size: 71.3 KB - Last synced at: 28 days ago - Pushed at: about 1 year ago - Stars: 15 - Forks: 1

loony-bean/fastapprox-rs

Rust version of fastapprox: approximate versions of functions commonly used in machine learning.

Language: Rust - Size: 26.4 KB - Last synced at: 9 days ago - Pushed at: over 1 year ago - Stars: 21 - Forks: 2

Cef0PT/famgpytorch

An implementation of an approximated RBF kernel using GPyTorch

Language: Jupyter Notebook - Size: 5.55 MB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

Daninet/exactnumber

Arbitrary-precision decimals. Enables making math calculations with rational numbers, without precision loss.

Language: TypeScript - Size: 433 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 16 - Forks: 2

Viktorton/Bezier-Approximation-Plus

Applied ideas on using Bezier curves & hybrid tetrations to approximate & fit curves in data.

Language: Jupyter Notebook - Size: 0 Bytes - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

jonaspleyer/approx-derive

Derive traits used in the approx crate.

Language: Rust - Size: 91.8 KB - Last synced at: 7 days ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 1

OJB-Quantum/Bezier-Approximation-Plus

Applied ideas on using Bezier curves & hybrid tetrations to approximate & fit curves in data.

Language: Jupyter Notebook - Size: 4.8 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

qTipTip/SEAL

A spline library written in Python.

Language: Python - Size: 280 KB - Last synced at: 4 days ago - Pushed at: about 3 years ago - Stars: 13 - Forks: 2

lambdaxymox/approx_cmp

A library for doing approximate comparisons of finite precision numbers.

Language: Rust - Size: 439 KB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 1 - Forks: 0

hawaclawek/ml-optimized-orthogonal-basis-pp

Experimental results for research on: H. Waclawek and S. Huber, “Machine Learning Optimized Orthogonal Basis Piecewise Polynomial Approximation,” in Learning and Intelligent Optimization, Cham: Springer Nature Switzerland, 2025, pp. 427–441.

Language: HTML - Size: 27.9 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

flatironinstitute/baobzi

An adaptive fast function approximator based on tree search

Language: C++ - Size: 304 KB - Last synced at: 28 days ago - Pushed at: about 1 year ago - Stars: 16 - Forks: 4

baggepinnen/BasisFunctionExpansions.jl

Basis Function Expansions for Julia

Language: Julia - Size: 7.25 MB - Last synced at: 26 days ago - Pushed at: about 2 years ago - Stars: 25 - Forks: 7

Beliavsky/Burkardt-Fortran-90

Classification of John Burkardt's many Fortran 90 codes

Size: 29.9 MB - Last synced at: about 2 months ago - Pushed at: 3 months ago - Stars: 46 - Forks: 10

JRC-ISIA/ml-optimized-orthogonal-basis-1d-pp

Experimental Python code developed for research on: H. Waclawek and S. Huber, “Machine Learning Optimized Orthogonal Basis Piecewise Polynomial Approximation,” in Learning and Intelligent Optimization, Cham: Springer Nature Switzerland, 2025, pp. 427–441.

Language: Python - Size: 6.65 MB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/math-base-special-fast-uint32-sqrt

Compute an integer square root.

Language: Python - Size: 328 KB - Last synced at: about 9 hours ago - Pushed at: 3 months ago - Stars: 3 - Forks: 0

polatory/polatory

Fast radial basis function interpolation and kriging for large scale data

Language: C++ - Size: 2.98 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 162 - Forks: 19

kolosovpetro/AnEfficientMethodOfSplineApproximation

An efficient method of spline approximation for power function

Language: Mathematica - Size: 5.57 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

TSAstron/matrix-numbers

Continued fractions using (almost) matrix representation and egestion.

Language: JavaScript - Size: 79.1 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

igormanojlovic/MTSR 📦

MTSR: Multiresolution Time Series Representation

Language: C# - Size: 144 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

MichShep/ADO_Simulator

Simulation of Approximation Distance Oracle

Language: C - Size: 4.9 MB - Last synced at: about 1 month ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

igormanojlovic/culearn

culearn: Cumulant Learning in Python

Language: Python - Size: 40 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

stdlib-js/math-iter-utils-continued-fraction

Evaluate the terms of a continued fraction.

Language: JavaScript - Size: 1.02 MB - Last synced at: 17 days ago - Pushed at: 3 months ago - Stars: 2 - Forks: 0

mirsaeedi/spline-curve-fitting

B-Spline, Bezier, and Linear/Non-Linear fitting (Approximation and Interpolation) algorithms are implemented in Javascript.

Language: JavaScript - Size: 9.06 MB - Last synced at: about 1 month ago - Pushed at: almost 7 years ago - Stars: 38 - Forks: 6

vladimir-mosin/fold-point

Алгоритмический поиск локтевой точки для определения приемлемых значений метрик машинного обучения

Language: TeX - Size: 468 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

NillionNetwork/ripple

Ripple: Accelerating Programmable Bootstraps for FHE with Wavelet Approximations

Language: Rust - Size: 3.24 MB - Last synced at: 3 months ago - Pushed at: 9 months ago - Stars: 11 - Forks: 2

kolosovpetro/HistoryAndOverviewOfPolynomialP

Open research project on polynomial interpolation and approximation

Language: TeX - Size: 6.64 MB - Last synced at: about 2 months ago - Pushed at: about 2 months ago - Stars: 2 - Forks: 0

huonw/fast-math

Fast, approximate versions of mathematical functions

Language: Rust - Size: 559 KB - Last synced at: 29 days ago - Pushed at: about 6 years ago - Stars: 35 - Forks: 7

NFFT/ANOVAapprox.jl

Approximation Package for High-Dimensional Functions in Julia

Language: Julia - Size: 421 KB - Last synced at: 7 days ago - Pushed at: 4 months ago - Stars: 0 - Forks: 2

stdlib-js/math-base-special-fast-uint32-log2

Compute an integer binary logarithm (base two).

Language: Python - Size: 424 KB - Last synced at: 11 days ago - Pushed at: 4 months ago - Stars: 2 - Forks: 0

georgtree/tclinterp

Tcl wrapper for C interpolation routines

Language: C - Size: 1.19 MB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

SalvatoreBarone/CNN-VHDL

A library of VHDL components for Neural Networks

Language: C++ - Size: 32.8 MB - Last synced at: 22 days ago - Pushed at: over 3 years ago - Stars: 17 - Forks: 3

ALZ-11/FtoC

Fahrenheit to Celsius conversion analysis, comparing accurate and approximate methods with visualizations and error analysis.

Language: Jupyter Notebook - Size: 445 KB - Last synced at: about 1 month ago - Pushed at: 5 months ago - Stars: 0 - Forks: 0

nomad-vagabond/splinecloud-scipy

A Python client for SplineCloud API

Language: Python - Size: 569 KB - Last synced at: 16 days ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

fluentverification/staminachecker.org

Website for STAMINA, the STochiastic Approximate (CTMC/DTMC) Model-checker for INfinite-state Analyis

Language: HTML - Size: 81.4 MB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

singularitti/GershgorinDiscs.jl

Implementing the Gershgorin circle theorem

Language: Julia - Size: 380 KB - Last synced at: 6 days ago - Pushed at: 6 months ago - Stars: 2 - Forks: 0

sparkling-graph/sparkling-graph

SparklingGraph provides easy to use set of features that will give you ability to proces large scala graphs using Spark and GraphX.

Language: Scala - Size: 9.75 MB - Last synced at: 17 days ago - Pushed at: almost 5 years ago - Stars: 152 - Forks: 34

espdev/csaps-cpp

Eigen based C++11 implementation of cubic spline approximation (smoothing)

Language: C++ - Size: 106 KB - Last synced at: 1 day ago - Pushed at: over 1 year ago - Stars: 37 - Forks: 12

MicroscPSF/MicroscPSF-Matlab

Fast and Accurate 3D PSF Computation for Fluorescence Microscopy

Language: MATLAB - Size: 195 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 26 - Forks: 7

MicroscPSF/MicroscPSF-ImageJ

ImageJ plugin for the fast generation of microscopy PSF

Language: Java - Size: 2.11 MB - Last synced at: 7 months ago - Pushed at: 7 months ago - Stars: 9 - Forks: 0

espdev/csaps-rs

Cubic spline approximation (smoothing) in Rust

Language: Rust - Size: 210 KB - Last synced at: 1 day ago - Pushed at: 7 months ago - Stars: 3 - Forks: 3

jakewilliami/BestApproximation.jl

Very small Julia package to find the best exponential approximation of a given number

Language: Julia - Size: 98.6 KB - Last synced at: 19 days ago - Pushed at: 7 months ago - Stars: 3 - Forks: 0

Amphiluke/potprox

Approximation of computed data with empirical pair potentials

Language: JavaScript - Size: 911 KB - Last synced at: 10 days ago - Pushed at: 2 months ago - Stars: 1 - Forks: 0

tk-yoshimura/LandauDistribution

Landau Distribution Numeric Computation Memo

Language: C# - Size: 10.9 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

tk-yoshimura/MapAiryDistribution

Map-Airy Distribution Numeric Computation Memo

Language: C# - Size: 5.2 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

tk-yoshimura/HoltsmarkDistribution

Holtsmark Distribution Numeric Computation Memo

Language: C# - Size: 4.73 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

tk-yoshimura/SaSPoint5Distribution

SαS Point5 Distribution Numeric Computation Memo

Language: C# - Size: 6.9 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

j2kun/art-turing-ellipse

A six-panel artistic rendition of Alan Turing

Size: 8.32 MB - Last synced at: 3 months ago - Pushed at: almost 5 years ago - Stars: 20 - Forks: 1

ashsProjects/TSP_Heuristic_Algorithms

This program will approximate the Traveling salesman problem using 3 three different algorithms (Nearest Neighbot, 2Opt, and 3Opt). There are 6 different combinations and each can be run individually or in suite as part of a benchmark test.

Language: Java - Size: 147 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 0 - Forks: 0

msedalatzadeh/PhD-optimal-design

Part of my PhD project on optimal controller and actuator design for nonlinear models is discussed here. For full discussion please see my PhD thesis:

Language: MATLAB - Size: 56.4 MB - Last synced at: 6 months ago - Pushed at: almost 5 years ago - Stars: 2 - Forks: 0

Ledmington/101-ways-to-find-pi

"101 ways to find PI" is a personal project whose intent is to try to enumerate all known ways to calculate an approximated value of PI.

Language: C++ - Size: 54.7 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

mlazaric/Chebyshev

A simple python module for approximating any sympy expression using the Taylor series and Chebyshev polynomials.

Language: Python - Size: 1.15 MB - Last synced at: about 1 month ago - Pushed at: over 3 years ago - Stars: 22 - Forks: 3

dasfex/practice

My programming practice from different fields.

Language: C++ - Size: 3.12 MB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 5 - Forks: 2

mfouesneau/dustapprox

A tool for computing approximative extinction coefficients

Language: Python - Size: 10.1 MB - Last synced at: 17 days ago - Pushed at: 4 months ago - Stars: 8 - Forks: 0

RGloekler/kappa_analysis

A python tool for the approximation of crossover coupling coefficients in silicon photonic microring resonators.

Language: Python - Size: 322 KB - Last synced at: 11 months ago - Pushed at: about 3 years ago - Stars: 1 - Forks: 1

Astrodynamic/AlgorithmTrading--Interpolation-Approximation--in-Qt-CPP

The AlgorithmTrading project is a C++ program for plotting tabulated functions of stock quotes using interpolation methods. It includes a GUI implementation based on any GUI library with API for C++ and the ability to load data from a CSV file. The Cubic Spline interpolation method is implemented, and the user can specify the number of points.

Language: C++ - Size: 22.2 MB - Last synced at: 2 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

Davide64-dev/FEUP_DA_TSP

🗺️ | Investigating TSP using various algorithms and approximation methods

Language: C++ - Size: 617 KB - Last synced at: 3 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

draialexis/simulations

A collection of exercises about pseudo RNG and simulations in C for educational purposes

Language: C - Size: 56.6 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 1 - Forks: 0

1nfocalypse/Numerical-Analysis-Writeup

A collection of notes on introductory numerical analysis, involving multiple methods.

Size: 154 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

casus/PDE-Learning

Learning Partial Differential Equations by Spectral Approximates of General Sobolev Spaces

Language: Jupyter Notebook - Size: 4.02 MB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 6 - Forks: 2

simogasp/curveTool

A tool to experiment on point interpolation and approximation.

Language: C++ - Size: 43.9 KB - Last synced at: about 1 month ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

DoorDome/MDST

Minimum Degree Spanning Tree

Language: C++ - Size: 22.5 KB - Last synced at: about 2 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

gablm/feup_da_project2

A project about heuristics for the Travelling Salesman Problem

Language: C++ - Size: 34.5 MB - Last synced at: about 2 months ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

rock-learning/approxik

Approximate Inverse Kinematics

Language: TeX - Size: 7.18 MB - Last synced at: 3 months ago - Pushed at: about 6 years ago - Stars: 3 - Forks: 0