-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #179 from PatelN123/Adds-pages-and-touches-up-issues
Adds new pages
- Loading branch information
Showing
7 changed files
with
265 additions
and
199 deletions.
There are no files selected for viewing
2 changes: 0 additions & 2 deletions
2
Website/docs/digitalsupportnotes/Data Analysis/_category_.yml
This file was deleted.
Oops, something went wrong.
29 changes: 29 additions & 0 deletions
29
Website/docs/digitalsupportnotes/Digital Analysis/Algorithms.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
--- | ||
id: Algorithms | ||
description: What are algorithms? | ||
slug: /algorithms | ||
title: 🌵 Algorithms | ||
tags: | ||
- R 4.1 | ||
- Work needed | ||
--- | ||
|
||
A process or set of clearly defined rules followed to support calculations or problem solving. | ||
|
||
## Characteristics | ||
|
||
`Finiteness` - Finite number of steps <br /> | ||
`Unambiguous` - Steps must be clear and lead to one meaning <br /> | ||
`•` Clearly defined inputs and outputs <br /> | ||
`•` Logical sequencing of steps <br /> | ||
`•` Iteration - repetition of steps until results achieved <br /> | ||
`•` Selection - input leading to choice of step <br /> | ||
`•` Structured English | ||
|
||
## Application | ||
When can this be used? <br /> | ||
|
||
|
||
`•` Automate calculations to improve efficiency of a process <br /> | ||
`•` Design a step by step solution to solve a problem <br /> | ||
`•` Supports machine learning for data analysis <br /> |
26 changes: 26 additions & 0 deletions
26
...ysis/Computational thinking, tools for problem solving and algorithm design.mdx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
--- | ||
id: Computational thinking | ||
description: What is computational thinking? | ||
slug: /computational-thinking | ||
title: 🧠 Computational thinking, tools for problem solving & algorithm design | ||
tags: | ||
- R 4.2 | ||
- Work needed | ||
--- | ||
|
||
## Process of computational thinking: | ||
`•` Decomposition - breaking down a complex problem or system into manageable components <br /> | ||
`•` Pattern recognition - identification of patterns within problems <br /> | ||
`•` Abstraction - analyse information, filter and remove unnecessary detail <br /> | ||
`•` Action: <br /> | ||
`-` Sequence - order of processes <br /> | ||
`-` Selection - execution only when conditions met <br /> | ||
`-` Iteration - repetition until conditions met <br /> | ||
|
||
## Tools for problem solving and algorithm design: | ||
`•` Decomposition diagram <br /> | ||
`•` Flowchart <br /> | ||
`•` Pseudo code <br /> | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2 changes: 2 additions & 0 deletions
2
Website/docs/digitalsupportnotes/Digital Analysis/_category_.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
label: '⛈️ Digital Analysis' | ||
collapsible: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
c3cccc9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
dsn-cdn – ./CDN
dsn-cdn-git-main-digital-support-notes.vercel.app
dsn-cdn-digital-support-notes.vercel.app
dsn-cdn.vercel.app
cdn.notes.nayanpatel.net
c3cccc9
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
digital-support-notes – ./Website
www.dssn.ga
dssn.ga
digital-support-notes-git-main-digital-support-notes.vercel.app
notes.nayanpatel.net
digital-support-notes-digital-support-notes.vercel.app
digital-support-notes.vercel.app