-
Notifications
You must be signed in to change notification settings - Fork 6
/
index.html
168 lines (131 loc) · 16 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
<!DOCTYPE html>
<head>
<title>CS199: EMP</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/water.css@2/out/water.css">
</head>
<body>
<h1>CS 199: Even More Practice Spring 2021</h1>
<h3>Companion Practice Sessions for Programming with CS 125</h3>
<p>Session timings with zoom links are posted on the <a href="https://cs125.cs.illinois.edu/calendar/">CS 125 Calendar</a></p>
<p>Ask questions about the class and vote on topics for the next session on the <a href="https://cs125-forum.cs.illinois.edu/">Course Forum.</a></p>
<p>If you're taking the class for credit make sure to attend <strong>12 sessions</strong>. You can find the attendance link <a href="https://forms.gle/EXnYCrB8zAt69GTj6">here</a>. To submit anonymous feedback, go <a href="https://forms.gle/54tRoxwNM79J7nAu5">here</a>. The coding environment for the course will be the <a href=https://cs125.cs.illinois.edu/"">course home page</a>.</p>
<hr>
<h2>Spring 2021: EMP</h2>
<p>Jackie's Zoom recordings playlist accessible on <a href="https://youtube.com/playlist?list=PLorX1ftxs3VP3809w4aTt0d5pgkSQjk0u">YouTube</a>.</p>
<p>Akhila's Zoom recordings playlist accessible on <a href="https://youtube.com/playlist?list=PLMuwI-U4MRWgc8aH9qKNAC3acsDVyHnbu">YouTube</a>.</p>
<ul>
<li><a href="dist/s21/2021-05-03.html">May 3: Midterm Review and Python</a> [<a href="https://github.com/harsh183/emp-125/blob/master/slides/s21/2021-05-03.md">Single Page</a> / <a href="https://raw.githubusercontent.com/harsh183/emp-125/master/slides/s21/2021-05-03.md">Raw</a>]</li>
<li><a href="dist/s21/2021-04-30.html">Apr 30: Generics and Streaming</a> [<a href="https://github.com/harsh183/emp-125/blob/master/slides/s21/2021-04-30.md">Single Page</a> / <a href="https://raw.githubusercontent.com/harsh183/emp-125/master/slides/s21/2021-04-30.md">Raw</a>]</li>
<li><a href="dist/s21/2021-04-26.html">Apr 26: MORE Recursion, MORE Trees, and MORE Sorting</a> [<a href="https://github.com/harsh183/emp-125/blob/master/slides/s21/2021-04-26.md">Single Page</a> / <a href="https://raw.githubusercontent.com/harsh183/emp-125/master/slides/s21/2021-04-26.md">Raw</a>]</li>
<li><a href="dist/s21/2021-04-23.html">Apr 23: Sorting Algorithms</a> [<a href="https://github.com/harsh183/emp-125/blob/master/slides/s21/2021-04-23.md">Single Page</a> / <a href="https://raw.githubusercontent.com/harsh183/emp-125/master/slides/s21/2021-04-23.md">Raw</a>]</li>
<li><a href="dist/s21/2021-04-20.html">Apr 20: Trees and Recursion</a> [<a href="https://github.com/harsh183/emp-125/blob/master/slides/s21/2021-04-20.md">Single Page</a> / <a href="https://raw.githubusercontent.com/harsh183/emp-125/master/slides/s21/2021-04-20.md">Raw</a>]</li>
<li><a href="dist/s21/2021-04-16.html">Apr 16: Recursion</a> [<a href="https://github.com/harsh183/emp-125/blob/master/slides/s21/2021-04-16.md">Single Page</a> / <a href="https://raw.githubusercontent.com/harsh183/emp-125/master/slides/s21/2021-04-16.md">Raw</a>]</li>
<li><a href="dist/s21/2021-04-09.html">Apr 9: MODIFIED Linked Lists, MORE Runtime Analysis, and MORE Maps</a> [<a href="https://github.com/harsh183/emp-125/blob/master/slides/s21/2021-04-09.md">Single Page</a> / <a href="https://raw.githubusercontent.com/harsh183/emp-125/master/slides/s21/2021-04-09.md">Raw</a>]</li>
<li><a href="dist/s21/2021-04-06.html">Apr 6: MORE on Linked Lists, Hashing, and Maps</a> [<a href="https://github.com/harsh183/emp-125/blob/master/slides/s21/2021-04-06.md">Single Page</a> / <a href="https://raw.githubusercontent.com/harsh183/emp-125/master/slides/s21/2021-04-06.md">Raw</a>]</li>
<li><a href="dist/s21/2021-04-02.html">Apr 2: Linked Lists</a> [<a href="https://github.com/harsh183/emp-125/blob/master/slides/s21/2021-04-02.md">Single Page</a> / <a href="https://raw.githubusercontent.com/harsh183/emp-125/master/slides/s21/2021-04-02.md">Raw</a>]</li>
<li><a href="dist/s21/2021-03-30.html">Mar 30: MORE on Anonymous Classes and Interfaces, MORE on Lambda Expressions, MORE on Algorithm Analysis</a> [<a href="https://github.com/harsh183/emp-125/blob/master/slides/s21/2021-03-30.md">Single Page</a> / <a href="https://raw.githubusercontent.com/harsh183/emp-125/master/slides/s21/2021-03-30.md">Raw</a>]</li>
<li><a href="dist/s21/2021-03-26.html">Mar 26: Lists and List Implementations, Algorithm Analysis, and Lambda Expressions</a> [<a href="https://github.com/harsh183/emp-125/blob/master/slides/s21/2021-03-26.md">Single Page</a> / <a href="https://raw.githubusercontent.com/harsh183/emp-125/master/slides/s21/2021-03-26.md">Raw</a>]</li>
<li><a href="dist/s21/2021-03-23.html">Mar 23: MORE on Interfaces, Anonymous Classes, and Iterables and Iterators</a> [<a href="https://github.com/harsh183/emp-125/blob/master/slides/s21/2021-03-23.md">Single Page</a> / <a href="https://raw.githubusercontent.com/harsh183/emp-125/master/slides/s21/2021-03-23.md">Raw</a>]</li>
<li><a href="dist/s21/2021-03-19.html">Mar 19: More on JSON Serialization, Interfaces, and Abstract Classes/Methods</a> [<a href="https://github.com/harsh183/emp-125/blob/master/slides/s21/2021-03-19.md">Single Page</a> / <a href="https://raw.githubusercontent.com/harsh183/emp-125/master/slides/s21/2021-03-19.md">Raw</a>]</li>
<li><a href="dist/s21/2021-03-16.html">Mar 16: JSON Serialization, Reverse Engineering, Interfaces</a> [<a href="https://github.com/harsh183/emp-125/blob/master/slides/s21/2021-03-16.md">Single Page</a> / <a href="https://raw.githubusercontent.com/harsh183/emp-125/master/slides/s21/2021-03-16.md">Raw</a>]</li>
<li><a href="dist/s21/2021-03-12.html">Mar 12: More About References, Java Memory Management, Imports and Libraries</a> [<a href="https://github.com/harsh183/emp-125/blob/master/slides/s21/2021-03-12.md">Single Page</a> / <a href="https://raw.githubusercontent.com/harsh183/emp-125/master/slides/s21/2021-03-12.md">Raw</a>]</li>
<li><a href="dist/s21/2021-03-09.html">Mar 9: Upcasting and Downcasting Revisited, References, Shallow and Deep Copy</a> [<a href="https://github.com/harsh183/emp-125/blob/master/slides/s21/2021-03-09.md">Single Page</a> / <a href="https://raw.githubusercontent.com/harsh183/emp-125/master/slides/s21/2021-03-09.md">Raw</a>]</li>
<li><a href="dist/s21/2021-03-05.html">Mar 5: Inheritance Cont., Polymorphism, Upcasting/Downcasting Mechanisms</a> [<a href="https://github.com/harsh183/emp-125/blob/master/slides/s21/2021-03-05.md">Single Page</a> / <a href="https://raw.githubusercontent.com/harsh183/emp-125/master/slides/s21/2021-03-05.md">Raw</a>]</li>
<li><a href="dist/s21/2021-03-02.html">Mar 2: This Keyword, Static Methods/Fields, and Inheritance</a> [<a href="https://github.com/harsh183/emp-125/blob/master/slides/s21/2021-03-02.md">Single Page</a> / <a href="https://raw.githubusercontent.com/harsh183/emp-125/master/slides/s21/2021-03-02.md">Raw</a>]</li>
<li><a href="dist/s21/2021-02-26.html">Feb 26: Objects, Constructors, Encapsulation, Java Compilation/Execution</a> [<a href="https://github.com/harsh183/emp-125/blob/master/slides/s21/2021-02-26.md">Single Page</a> / <a href="https://raw.githubusercontent.com/harsh183/emp-125/master/slides/s21/2021-02-26.md">Raw</a>]</li>
<li><a href="dist/s21/2021-02-23.html">Feb 23: CSV Parsing, Java Objects, and Java Object Methods </a> [<a href="https://github.com/harsh183/emp-125/blob/master/slides/s21/2021-02-23.md">Single Page</a> / <a href="https://raw.githubusercontent.com/harsh183/emp-125/master/slides/s21/2021-02-23.md">Raw</a>]</li>
<li><a href="dist/s21/2021-02-19.html">Feb 19: Assertions, Do-While Statements, Switch Statements, and More Multidimensional/String Problems</a> [<a href="https://github.com/harsh183/emp-125/blob/master/slides/s21/2021-02-19.md">Single Page</a> / <a href="https://raw.githubusercontent.com/harsh183/emp-125/master/slides/s21/2021-02-19.md">Raw</a>]</li>
<li><a href="dist/s21/2021-02-16.html">Feb 16: MORE Multidimensional Arrays, MORE Strings and String Functions, and null</a> [<a href="https://github.com/harsh183/emp-125/blob/master/slides/s21/2021-02-16.md">Single Page</a> / <a href="https://raw.githubusercontent.com/harsh183/emp-125/master/slides/s21/2021-02-16.md">Raw</a>]</li>
<li><a href="dist/s21/2021-02-12.html">Feb 12: Multidimensional Arrays, Strings and Algorithms, and More Functions</a> [<a href="https://github.com/harsh183/emp-125/blob/master/slides/s21/2021-02-12.md">Single Page</a> / <a href="https://raw.githubusercontent.com/harsh183/emp-125/master/slides/s21/2021-02-12.md">Raw</a>]</li>
<li><a href="dist/s21/2021-02-09.html">Feb 9: Function Overloading, Void Return, Strings</a> [<a href="https://github.com/harsh183/emp-125/blob/master/slides/s21/2021-02-09.md">Single Page</a> / <a href="https://raw.githubusercontent.com/harsh183/emp-125/master/slides/s21/2021-02-09.md">Raw</a>]</li>
<li><a href="dist/s21/2021-02-05.html">Feb 5: Algorithms, Functions, While Loops, and Error Types</a> [<a href="https://github.com/harsh183/emp-125/blob/master/slides/s21/2021-02-05.md">Single Page</a> / <a href="https://raw.githubusercontent.com/harsh183/emp-125/master/slides/s21/2021-02-05.md">Raw</a>]</li>
<li><a href="dist/s21/2021-02-02.html">Feb 2: Compound Conditional Statements, Arrays, and For Loops</a> [<a href="https://github.com/harsh183/emp-125/blob/master/slides/s21/2021-02-02.md">Single Page</a> / <a href="https://raw.githubusercontent.com/harsh183/emp-125/master/slides/s21/2021-02-02.md">Raw</a>]</li>
<li><a href="dist/s21/2021-01-29.html">Jan 29: Variables/Datatypes, Operations on Variables, and Conditional Statements and Expressions</a> [<a href="https://github.com/harsh183/emp-125/blob/master/slides/s21/2021-01-29.md">Single Page</a> / <a href="https://raw.githubusercontent.com/harsh183/emp-125/master/slides/s21/2021-01-29.md">Raw</a>]</li>
</ul>
Hosted by Jackie Chan and Akhila Ashokan.
<hr>
<h2>Fall 2020: EMP</h2>
<ul>
<li><a href="dist/f20/2020-12-03.html">Dec 03 Fin</a></li>
<li><a href="dist/f20/2020-12-01.html">Dec 01 Arrays, Lists, Maps</a></li>
<li><a href="dist/f20/2020-11-19.html">Nov 19 Sorting, Trees</a></li>
<li><a href="dist/f20/2020-11-17.html">Nov 17 Recursion, Trees</a></li>
<li><a href="dist/f20/2020-11-12.html">Nov 12 Recursion, Trees</a></li>
<li><a href="dist/f20/2020-11-10.html">Nov 10 Maps, Throwing Exceptions, Catching Exceptions and Exception Handling Patterns</a></li>
<li><a href="dist/f20/2020-11-05.html">Nov 05 LinkedList, Maps, Memoization</a></li>
<li><a href="dist/f20/2020-10-29.html">Oct 29 LinkedList, HashFunctions, Maps</a></li>
<li><a href="dist/f20/2020-10-27.html">Oct 27 Big O, ArrayList, LinkedList</a></li>
<li><a href="dist/f20/2020-10-21.html">Oct 22 Big O, ArrayList review, Practice Leetcode</a></li>
<li><a href="dist/f20/2020-10-20.html">Oct 20 Using Interfaces, Defining Interfaces, Lambdas</a></li>
<li><a href="dist/f20/2020-10-15.html">Oct 15 Fun With Interfaces, Abstract Classes, Grid Printing</a></li>
<li><a href="dist/f20/2020-10-13.html">Oct 13 Libraries and Imports, Type Inference and Serialization</a></li>
<li><a href="dist/f20/2020-10-08.html">Oct 08 Tuesday Review, Shallow vs Deep Copying, Dot Notation</a></li>
<li><a href="dist/f20/2020-10-06.html">Oct 06 Upcasting and Downcasting, Super/This for Constructors, Equals</a></li>
<li><a href="dist/f20/2020-10-01.html">Oct 01 This keyword, Static, Inheritance, Polymorphism, Casting</a></li>
<li><a href="dist/f20/2020-09-29.html">Sep 29 Getters and Setters, Constructor Overloading, OOP Functionality</a></li>
<li><a href="dist/f20/2020-09-24.html">Sep 24 Function Overloading, Multidimsional Arrays, CSV Parsing</a></li>
</ul>
<p>Also check out week by week <a href="https://github.com/c5shen/CS125Fall20QuizPrep">Fall2020 Quiz Prep</a> for more reivew and practice problems.</p>
<hr>
<h2>Spring 2019: EMP</h2>
<p>
Most of the slides are similar to Fall 2018. The newer content (problems + some explainations) for the whole semester combined are <a href="https://docs.google.com/presentation/d/11ZTRyylrBT3VAU-mIaqniHyKI_pWsy2795rbPYkgnH4/edit?usp=sharing">here.</a>
</p>
<hr>
<h2>Fall 2018: EMP</h2>
<p>
Completely different from the Fall2020 onwards, so it's new content and another chance to review and look over the same concepts again.
</p>
<p>
More detailed step by step explainations, high effort diagrams, links to leetcode and new problems.
</p>
<p>Lecture recordings playlist <a href="https://www.youtube.com/watch?v=EGN-Q9cS0Bc&list=PLi9J8D4T_-pryIwZEz7kexvXgF_xjRg6U&index=1">Youtube</a></p>
<ul>
<li><a href="https://docs.google.com/presentation/d/1Zuke9r9iJ5dx-Lk4L6XGePmpwbCttliGgtsuNESjgmE/edit#slide=id.p3">
Week 13 Dec 6 - Exceptions/Errors, Try catch, Hash functions, Generics, Where to go from here?
</a></li>
<li><a href="https://docs.google.com/presentation/d/1AnT1T0zbXplVdXKGYPinhMLNIvXiuPdasq6m7G6XwKk/edit?usp=sharing">
Week 12 Nov 29 - Web, Web APIs, Web Slinging, Web Shooting, Exceptions/Errors
</a></li>
<li><a href="https://docs.google.com/presentation/d/1EB2eoIy-Aff9dlP_yfRMuh_Rh4tEK2f9IrW_bwMQXdA/edit?usp=sharing">
Week 11 Nov 15 - Merge Sort, Quick Sort, Stack Trace, "String" tree, Linked List, Trees
</a></li>
<li><a href="https://docs.google.com/presentation/d/11cWRQBcSycsNGdIJcj_EFjA1KT-rTFdjiz95IxCLdyc/edit?usp=sharing">
Week 10 Nov 8 - Reversing List, Binary Tree, Sorting algorithms, BST
</a></li>
<li><a href="https://docs.google.com/presentation/d/1BpYzK_bDG6qk4MZcOoxFF7SKcOPDf4Jbwp5EI3MDCYA/edit?usp=sharing">
Week 9 Nov 1 - ArrayList, LinkedList, Doubly LinkedList, Trees, Recursion, BST
</a></li>
<li><a href="https://docs.google.com/presentation/d/14X8OPibIwAYICAD7QA4sThcthXw48A4HuyOC_MkpMeY/edit?usp=sharing">
Week 8 Oct 25 - Algorithms, Runtime, Big O, Lists, Inheritance, Super
</a></li>
<li><a href="https://docs.google.com/presentation/d/1D2xN_lJFHAuPlAkVzZJ4CR2Ypvyb-ZoAzeHHrdMvT-o/edit?usp=sharing">
Week 7 Oct 18 - References, Interfaces, Abstract, Inheritance, Array Problems
</a></li>
<li><a href="https://docs.google.com/presentation/d/154JQSDmevnlf0rprItMlsagNaPtzX1QszQ14Imlnxyk/edit?usp=sharing">
Week 6 Oct 11 - Polymorphism, Visibility with Inheritance, Overloading, Casting, Array Problems
</a></li>
<li><a href="https://docs.google.com/presentation/d/1oRcv32YtcHYIlbHqfjedKLznnlph6iuzg5FAQU5kiIU/edit?usp=sharing">
Week 5 Oct 4 - Constructors, Getters, Setters, Inheritance, Super
</a></li>
<li><a href="https://docs.google.com/presentation/d/1YV0_xveJNkGEuMjbNr-V6yX6wPZbyhvmoOF-KkRp948/edit?usp=sharing">
Week 4 Sep 27 - Objects, Visibility and Scope
</a></li>
<li><a href="https://goo.gl/fGbd5g">
Week 3 Sep 20 - 2D Array, Nested for loops, Null vs Empty Arrays, Do while, casting
</a></li>
<li><a href="https://docs.google.com/presentation/d/1uaflEWAEsv2c1YRKNNgpP13FGpCjBMzNmBe2Sjm5kqI/edit?usp=sharing">
Week 2 Sep 13 - Loops, Arrays, Algorithms and Functions, Strings, Dot Notation
</a></li>
<li><a href="https://docs.google.com/presentation/d/1eGgu6IM3m8Cf8SAoQhyHtpFbE2x7vPBglfqxV8NDFmE/edit?usp=sharing">
Week 1 Sep 6 - Main, User input, Primitive Types and Variables, Condtions and Loops
</a></li>
</ul>
<hr>
<p>
The source code of the website can be found on <a href="https://github.com/harsh183/emp-125/">Github</a>.
Feel free to report issues or even open up a Pull Request.
</p>
<p>The Fall 2020 slides are generated from Markdown using an open source tool <a href="https://marp.app/">Marp</a>.</p>
<p>Style sheet inspired from <a href="http://bettermotherfuckingwebsite.com/">here</a>.</p>
</body>