From a7323195299f715d085c298b156aa4773c75bbfd Mon Sep 17 00:00:00 2001 From: Philip Nelson Date: Mon, 27 Aug 2018 21:54:17 -0600 Subject: [PATCH] updated tree files --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) diff --git a/README.md b/README.md index 946e3b7..c9a0bfb 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ ~~~~ . +├── assets +│   └── css ├── CS1400_CS1 │   ├── 1-EggLaunch │   ├── 2-DevilsDice @@ -55,7 +57,26 @@ │   ├── 6-JuliaJulia │   └── notes ├── CS5050_AdvanvedAlgorithms +│   ├── hw1 +│   ├── hw2 +│   ├── hw3 +│   ├── hw4 +│   ├── hw5 +│   ├── hw6 +│   └── hw7 ├── CS5410_GameDev +│   ├── 1-GameLoop +│   ├── 2-Maze +│   ├── 3-Breakout +│   └── class ├── ECE5930_NeuralNetworks │   └── 1-perceptron +├── _includes +├── _layouts └── MATH5620_NumericalSolutionsOfDifferentialEquations + ├── error + ├── HW + ├── logistic + ├── machineEpsilon + ├── matrix + └── secondOrderLinear