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
- Host: GitHub
- URL: https://github.com/mtsokol/julia-course
- Owner: mtsokol
- Created: 2018-04-09T15:54:30.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-27T19:23:55.000Z (almost 8 years ago)
- Last Synced: 2025-01-13T06:43:21.239Z (over 1 year ago)
- Topics: julia
- Language: Jupyter Notebook
- Homepage:
- Size: 2.07 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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