-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpages.json
More file actions
38 lines (38 loc) · 1.12 KB
/
pages.json
File metadata and controls
38 lines (38 loc) · 1.12 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
[
{
"title": "100 Boxes",
"description": "Overcomplicating simple probability results by using conditional probabilities and the total probability theorem.",
"path": "100boxes",
"date": "2024-02-19",
"pdf": false
},
{
"title": "Elastic Collisions",
"description": "Solutions to one and two dimensional elastic collisions of spheres.",
"path": "collisions",
"date": "2024-05-31",
"pdf": true
},
{
"title": "Frost Diagrams",
"description": "Understanding redox behaviour of different species using Frost diagrams.",
"path": "frost-diagrams",
"date": "2025-03-07",
"pdf": true,
"html": false
},
{
"title": "Regular Expressions: From theory to practice",
"description": "A deep dive into regular expressions, their underlying theory, and their implementation.",
"path": "regex",
"date": "2025-06-30",
"pdf": true
},
{
"title": "Markov Chains and Dynamic Programming",
"description": "Solving some probability problems using Markov chains and dynamic programming.",
"path": "markov",
"date": "2026-05-08",
"pdf": false
}
]