This repository contains a Julia package that gives a solution to the Google HashCode2014 problem.
To install MyJuliaNavigator2022.jl
, run the following commands from a Julia REPL:
julia> using Pkg
julia> Pkg.add("https://github.com/jchuharski/MyJuliaNavigator2022.jl")
See the package docs site for example usage and a description of the API.