Pinned Loading
-
PathComposer
PathComposer PublicImplements a compositional algorithm for computing shortest paths on weighted graphs
Python 12
-
Code that regards a picture as a wei...
Code that regards a picture as a weighted graph and finds the shortest paths which occur in a fixed number of steps. 1import matplotlib.pyplot as plt
2import numpy as np
3import math
4from PIL import Image
5 -
Grothendieckconstruction.idr
Grothendieckconstruction.idr 1-- this file implements the Grothendieck construction and its inverse for functions i.e.\ the equivalence between functions f : X -> Set and functions \int f -> X. In the language of functional programming, this gives a reversible procedure for turning dependent types into function types.
23-- finite sets with n elements
45 -
-
Simulates the three-body problem in ...
Simulates the three-body problem in Scala using doodle for animation and breeze for numerical integration. 1import breeze.linalg._
2import breeze.linalg.LU.primitive.LU_DM_Impl_Double
3import doodle.core._
4import doodle.java2d._
5import doodle.syntax.all._
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.