My Jupyter notebooks for some code snippets.
Julia example for an assignment problem
Bisection method
Least absolute deviations regression estimator (Linear Programming)
Newton's method for minimizing multivariate functions
An example of transportation problem in Julia
An example of linear programming solution for a shortest path problem