Skip to content

Drvi/toy_dla

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

A toy implementation of DLA in Julia.

Installation

julia --project -O3 # start Julia REPL treating current directory as a project
julia> using Pkg; Pkg.instantiate() # ~ install dependencies of this project

Run the script

julia> include("dla.jl")

About

A toy implementation of DLA in Julia

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages