Skip to content

jonasaugust/daily-coding-problem-in-julia

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Daily coding problem in Julia

Solutions to some of the programming problems from the e-mail subscription available at https://www.dailycodingproblem.com/, implemented in Julia.

Installation Instructions

  • Install Julia.
  • Set path for the terminal window so that entering julia at command line finds the Julia installation.
  • Install IJulia package within Julia.
  • Clone this repo. and inside the terminal window, change directory/folder to the repo.
  • For Jupyter notebook foo.ipynb: Start Julia in terminal, then execute using IJulia; notebook(). Browser window should open up, within which you can click on foo.ipynb entry.
  • For Julia code foo.jl: At command line, type julia foo.jl.

About

No description or website provided.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published