-
Notifications
You must be signed in to change notification settings - Fork 0
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 #399 from turingschool/mm-intro-to-cs
Intro to CS
- Loading branch information
Showing
2 changed files
with
24 additions
and
0 deletions.
There are no files selected for viewing
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,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 |
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