Skip to content

Commit

Permalink
updated tags collection
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnLu2004 committed Aug 2, 2024
1 parent e701d2b commit 0ae6a3c
Show file tree
Hide file tree
Showing 79 changed files with 262 additions and 191 deletions.
2 changes: 1 addition & 1 deletion src/content/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,5 +37,5 @@ export const collections = {
questions: questionCollection,
evaluations: evaluationCollection,
tags: tagCollection,
section: z.nullable(z.number()),
section: z.nullable(z.string()),
};

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
course: comp2804
title: A Basic Property of Independent Events
tag: comp2804-a-basic-property-of-independent-events
section: 5.11.2
---

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
course: comp2804
title: A Recursively Defined Set
tag: comp2804-a-recursively-defined-set
section: 4.3
---

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
course: comp2804
title: Basic Rules of Probability
tag: comp2804-basic-rules-of-probability
section: 5.3
---

This file was deleted.

6 changes: 6 additions & 0 deletions src/content/tags/comp2804/comp2804-combinatorial-proof.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
course: comp2804
title: Combinatorial Proof
tag: comp2804-combinatorial-proof
section: 3.7
---

This file was deleted.

6 changes: 6 additions & 0 deletions src/content/tags/comp2804/comp2804-conditional-probability.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
course: comp2804
title: Conditional Probability
tag: comp2804-conditional-probability
section: 5.8
---

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
course: comp2804
title: Counting 00-Free Bitstrings
tag: comp2804-counting-00-free-bitstrings
section: 4.2.1
---

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
course: comp2804
title: Counting Bitstrings of Length n
tag: comp2804-counting-bitstrings-of-length-n
section: 3.1.1
---

This file was deleted.

6 changes: 6 additions & 0 deletions src/content/tags/comp2804/comp2804-counting-functions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
course: comp2804
title: Counting Functions
tag: comp2804-counting-functions
section: 3.1.2
---

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
course: comp2804
title: Counting Solutions of Linear Equations
tag: comp2804-counting-solutions-of-linear-equations
section: 3.9.2
---

This file was deleted.

5 changes: 5 additions & 0 deletions src/content/tags/comp2804/comp2804-de-morgan's-law.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
course: comp2804
title: De Morgan's Law
tag: comp2804-de-morgan's-law
---
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
course: comp2804
title: Determining the Expected Value (6.6.1)
tag: comp2804-determining-the-expected-value-(6.6.1)
title: Determining the Expected Value
tag: comp2804-determining-the-expected-value
section: 6.6.1
---
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
course: comp2804
title: Determining the Expected Value (6.7.1)
tag: comp2804-determining-the-expected-value-(6.7.1)
title: Determining the Expected Value
tag: comp2804-determining-the-expected-value
section: 6.7.1
---

This file was deleted.

6 changes: 6 additions & 0 deletions src/content/tags/comp2804/comp2804-discrete-probability.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
course: comp2804
title: Discrete Probability
tag: comp2804-discrete-probability
section: 5
---

This file was deleted.

6 changes: 6 additions & 0 deletions src/content/tags/comp2804/comp2804-euclid's-algorithm.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
course: comp2804
title: Euclid's Algorithm
tag: comp2804-euclid's-algorithm
section: 4.5
---
5 changes: 0 additions & 5 deletions src/content/tags/comp2804/comp2804-expected-values-(6.4).md

This file was deleted.

6 changes: 6 additions & 0 deletions src/content/tags/comp2804/comp2804-expected-values.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
course: comp2804
title: Expected Values
tag: comp2804-expected-values
section: 6.4
---
5 changes: 0 additions & 5 deletions src/content/tags/comp2804/comp2804-fibonacci-numbers-(4.2).md

This file was deleted.

6 changes: 6 additions & 0 deletions src/content/tags/comp2804/comp2804-fibonacci-numbers.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
course: comp2804
title: Fibonacci Numbers
tag: comp2804-fibonacci-numbers
section: 4.2
---

This file was deleted.

6 changes: 6 additions & 0 deletions src/content/tags/comp2804/comp2804-independent-events.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
course: comp2804
title: Independent Events
tag: comp2804-independent-events
section: 5.11
---

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
course: comp2804
title: Independent Random Variables
tag: comp2804-independent-random-variables
section: 6.2
---

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
course: comp2804
title: Indicator Random Variables
tag: comp2804-indicator-random-variables
section: 6.8
---

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
course: comp2804
title: Linearity of Expectations
tag: comp2804-linearity-of-expectations
section: 6.5
---

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
course: comp2804
title: Newton's Binomial Theorem
tag: comp2804-newton's-binomial-theorem
section: 3.6.2
---
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
course: comp2804
title: Permutations and Binomial Coefficients (3.6)
tag: comp2804-permutations-and-binomial-coefficients-(3.6)
title: Permutations and Binomial Coefficients
tag: comp2804-permutations-and-binomial-coefficients
section: 3.6
---
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
course: comp2804
title: Permutations and Binomial Coefficients (3.6.1)
tag: comp2804-permutations-and-binomial-coefficients-(3.6.1)
title: Permutations and Binomial Coefficients
tag: comp2804-permutations-and-binomial-coefficients
section: 3.6.1
---
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
---
course: comp2804
title: Permutations and Binomial Coefficients (3.6.2)
tag: comp2804-permutations-and-binomial-coefficients-(3.6.2)
title: Permutations and Binomial Coefficients
tag: comp2804-permutations-and-binomial-coefficients
section: 3.6.2
---

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
course: comp2804
title: Placing Books on Shelves
tag: comp2804-placing-books-on-shelves
section: 3.1.3
---
5 changes: 0 additions & 5 deletions src/content/tags/comp2804/comp2804-question-(5.73).md

This file was deleted.

6 changes: 6 additions & 0 deletions src/content/tags/comp2804/comp2804-question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
course: comp2804
title: Question
tag: comp2804-question
section: 5.73
---
5 changes: 0 additions & 5 deletions src/content/tags/comp2804/comp2804-random-variables-(6.1).md

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
course: comp2804
title: Random Variables and Expectation
tag: comp2804-random-variables-and-expectation
section: 6
---
6 changes: 6 additions & 0 deletions src/content/tags/comp2804/comp2804-random-variables.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
course: comp2804
title: Random Variables
tag: comp2804-random-variables
section: 6.1
---

This file was deleted.

6 changes: 6 additions & 0 deletions src/content/tags/comp2804/comp2804-recursive-functions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
course: comp2804
title: Recursive Functions
tag: comp2804-recursive-functions
section: 4.1
---

This file was deleted.

Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
course: comp2804
title: Reordering the Letters of a Word
tag: comp2804-reordering-the-letters-of-a-word
section: 3.9.1
---

This file was deleted.

6 changes: 6 additions & 0 deletions src/content/tags/comp2804/comp2804-rolling-two-dice.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
course: comp2804
title: Rolling Two Dice
tag: comp2804-rolling-two-dice
section: 5.11.1
---

This file was deleted.

Loading

0 comments on commit 0ae6a3c

Please sign in to comment.