An open API service indexing awesome lists of open source software.

https://github.com/mtsokol/julia-course

Assignments for Julia course
https://github.com/mtsokol/julia-course

julia

Last synced: about 1 month ago
JSON representation

Assignments for Julia course

Awesome Lists containing this project

README

          

# Programming in Julia language course

Completed assignments for Julia Course

### Content

- Lab1 - basic operations
- Lab2 - implementation of algebraic group with methods. RSA use case
- Lab3 - profiling in Julia (module implementing graph algorithms)
- Lab4 - Program for solving Lotka-Volterra Equations. Simple data analysis with plotting
- Lab5 - metaprogramming in Julia
- Lab6 - Parallelism in Julia