Skip to content

Commit

Permalink
Merge pull request #399 from turingschool/mm-intro-to-cs
Browse files Browse the repository at this point in the history
Intro to CS
  • Loading branch information
memcmahon authored Nov 29, 2023
2 parents fd5908e + 5b96385 commit 8f1a17f
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 0 deletions.
21 changes: 21 additions & 0 deletions module6/cstopics/index.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---
layout: page
title: Intro to Computer Science
---

Throughout our time your time at Turing, we have been putting most of our focus on teaching you the skills you will need to **do the job**. In Mod 6, we are now focusing more on how to **get the job**.

In addition to quetions about your experience in programming, you may come across some companies that ask questions related to **Computer Science**. Computer Science is a _large_ topic that includes programming (which is what we have been focusing on), and some additional areas like: algorithms, data structures, and theory.

Having an introduction to some additional computer science topics can help you navigate these questions if they come up in an interview.

## What is Computer Science

<iframe width="560" height="315" src="https://www.youtube.com/embed/J7HYbWs0OtI?si=vAdAR6VvzjMEJg8M" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

## Next Steps

Now that we have an understanding of what Computer Science refers to, we can start diving in to some specific topics. Over the next few weeks are going to cover some of the data structures that Vaidehi introduced in the video above:
- Linked Lists
- Binary Trees
- Arrays, Stacks, and Queues
3 changes: 3 additions & 0 deletions module6/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ In Module 6, students will begin to dive into the skills and mindsets necessary

[Free Throws](./freethrows)

## Week 1
[Intro to CS](./cstopics)



### Week 1
Expand Down

0 comments on commit 8f1a17f

Please sign in to comment.