-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
52 lines (25 loc) · 2.46 KB
/
index.html
File metadata and controls
52 lines (25 loc) · 2.46 KB
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
<HTML>
<H1>STEMcoding activities for discrete math!</H1>
<p>Note: This is the recommended order, starting with Half Checkerboard and ending with completely connected networks
<p><b>Half Checkerboard</b>
<p><a href="https://www.asc.ohio-state.edu/orban.14/stemcoding/halfcb/part1/halfcb1.html">Half Checkerboard (Part 1. The Basic Game)</a>
<p><a href="https://www.asc.ohio-state.edu/orban.14/stemcoding/halfcb/part2/halfcb2.html">Half Checkerboard (Part 2. The Optimal Strategy)</a>
<p><a href="https://www.asc.ohio-state.edu/orban.14/stemcoding/halfcb/part3/halfcb3.html">Optional: Half Checkerboard (Part 3. Player vs Player)</a>
<p><b>Thai 21</b>
<p><a href="http://www.asc.ohio-state.edu/orban.14/stemcoding/thai21/part1/thai21.html">Thai 21 (Part 1. The Basic Game)</a>
<p><a href="http://www.asc.ohio-state.edu/orban.14/stemcoding/thai21/part2/thai21.html">Thai 21 (Part 2. Player vs Player)</a>
<p><a href="http://www.asc.ohio-state.edu/orban.14/stemcoding/thai21/part3/thai21.html">Thai 21 (Part 3. Player vs Computer)</a>
<p><b>Crack the Pin!</b>
<p><a href="https://www.asc.ohio-state.edu/orban.14/stemcoding/crackthepin/crackthepin.html">Crack the Pin!</a>
<p><b>Creating a Factorial Function!!!!!!</b>
<p><a href="https://www.asc.ohio-state.edu/orban.14/stemcoding/factorial/part1/factorial1.html">Creating a Factorial Function!!! (Part 1. for loop method)</a>
<p><a href="https://www.asc.ohio-state.edu/orban.14/stemcoding/factorial/part2/factorial2.html">Creating a Factorial Function!!! (Part 2. Iteration and Recursion)</a>
<p><b>Probability</b>
<p><a href="https://www.asc.ohio-state.edu/orban.14/stemcoding/totallyrandom1/totallyrandom1.html">That was Totally Random (Part 1)</a>
<p><a href="https://www.asc.ohio-state.edu/orban.14/stemcoding/totallyrandom2/totallyrandom2.html">That was Totally Random (Part 2)</a>
<p><a href="https://stemcoding.github.io/discretemath/risk1/risk1.html">The Game of Risk (Part 1)</a>
<p><b>Completely Connected Networks</b>
<p><a href="https://www.asc.ohio-state.edu/orban.14/stemcoding/networks/part1/networks1.html">Completely Connected Networks (Part 1)</a>
<p><a href="https://www.asc.ohio-state.edu/orban.14/stemcoding/networks/part2/networks2.html">Completely Connected Networks (Part 2)</a>
<p><b>Limitations of Computer Math</b>
<p><a href="https://www.asc.ohio-state.edu/orban.14/stemcoding/computermath1/computermath1.html">Limitations of Computer Math (Part 1. Overflow Error)</a>