Skip to content

My solutions to Advent Of Code in Julia. I will try learning julia this way.

Notifications You must be signed in to change notification settings

JarneVdP/AdventOfCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AdventOfCode

My solutions to Advent Of Code in Julia. I will try learning julia this way.

1d-array input1 = parse.(Int64, reduce(hcat, collect.(readlines(file)))) input2 = parse.(Int64, reduce(vcat, collect.(readlines(file))))

input = reshape(parse.(Int64, split(join(readlines(file)), "")), length(readlines(file)[1]), :) input = transpose(input) for i in axes(input, 2) for j in axes(input, 1)

About

My solutions to Advent Of Code in Julia. I will try learning julia this way.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published