Skip to content

Commit 1ee9c74

Browse files
committed
X-ing off stuff
1 parent 717afb0 commit 1ee9c74

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

README.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
# Coding Interview University
1+
# Coding Interview University
22

3-
> I originally created this as a short to-do list of study topics for becoming a software engineer,
4-
> but it grew to the large list you see today. After going through this study plan, [I got hired
5-
> as a Software Development Engineer at Amazon](https://startupnextdoor.com/ive-been-acquired-by-amazon/?src=ciu)!
3+
> I originally created this as a short to-do list of study topics for becoming a software engineer,
4+
> but it grew to the large list you see today. After going through this study plan, [I got hired
5+
> as a Software Development Engineer at Amazon](https://startupnextdoor.com/ive-been-acquired-by-amazon/?src=ciu)!
66
> You probably won't have to study as much as I did. Anyway, everything you need is here.
77
>
8-
> The items listed here will prepare you well for in an interview at just about any software company,
8+
> The items listed here will prepare you well for in an interview at just about any software company,
99
> including the giants: Amazon, Facebook, Google or Microsoft.
1010
>
1111
> *Best of luck to you!*
@@ -225,9 +225,9 @@ Sometimes the classes are not in session so you have to wait a couple of months,
225225

226226
## Interview Process & General Interview Prep
227227

228-
- [ ] [ABC: Always Be Coding](https://medium.com/always-be-coding/abc-always-be-coding-d5f8051afce2#.4heg8zvm4)
229-
- [ ] [Whiteboarding](https://medium.com/@dpup/whiteboarding-4df873dbba2e#.hf6jn45g1)
230-
- [ ] [Effective Whiteboarding during Programming Interviews](http://www.coderust.com/blog/2014/04/10/effective-whiteboarding-during-programming-interviews/)
228+
- [X] [ABC: Always Be Coding](https://medium.com/always-be-coding/abc-always-be-coding-d5f8051afce2#.4heg8zvm4)
229+
- [x] [Whiteboarding](https://medium.com/@dpup/whiteboarding-4df873dbba2e#.hf6jn45g1)
230+
- [x] [Effective Whiteboarding during Programming Interviews](http://www.coderust.com/blog/2014/04/10/effective-whiteboarding-during-programming-interviews/)
231231
- [ ] [Demystifying Tech Recruiting](https://www.youtube.com/watch?v=N233T0epWTs)
232232
- [ ] Cracking The Coding Interview Set 1:
233233
- [ ] [Gayle L McDowell - Cracking The Coding Interview (video)](https://www.youtube.com/watch?v=rEJzOhC5ZtQ)
@@ -238,8 +238,8 @@ Sometimes the classes are not in session so you have to wait a couple of months,
238238
- [ ] Prep Course:
239239
- [ ] [Software Engineer Interview Unleashed (paid course)](https://www.udemy.com/software-engineer-interview-unleashed):
240240
- Learn how to make yourself ready for software engineer interviews from a former Google interviewer.
241-
- [ ] [Python for Data Structures, Algorithms, and Interviews! (paid course)](https://www.udemy.com/python-for-data-structures-algorithms-and-interviews/):
242-
- A Python centric interview prep course which covers data structures, algorithms, mock interviews and much more.
241+
- [ ] [Python for Data Structures, Algorithms, and Interviews! (paid course)](https://www.udemy.com/python-for-data-structures-algorithms-and-interviews/):
242+
- A Python centric interview prep course which covers data structures, algorithms, mock interviews and much more.
243243

244244
## Pick One Language for the Interview
245245

@@ -489,8 +489,8 @@ Write code on a whiteboard or paper, not a computer. Test with some sample input
489489

490490
## Algorithmic complexity / Big-O / Asymptotic analysis
491491
- nothing to implement
492-
- [ ] [Harvard CS50 - Asymptotic Notation (video)](https://www.youtube.com/watch?v=iOq5kSKqeR4)
493-
- [ ] [Big O Notations (general quick tutorial) (video)](https://www.youtube.com/watch?v=V6mKVRU1evU)
492+
- [X] [Harvard CS50 - Asymptotic Notation (video)](https://www.youtube.com/watch?v=iOq5kSKqeR4)
493+
- [X] [Big O Notations (general quick tutorial) (video)](https://www.youtube.com/watch?v=V6mKVRU1evU)
494494
- [ ] [Big O Notation (and Omega and Theta) - best mathematical explanation (video)](https://www.youtube.com/watch?v=ei-A_wy5Yxw&index=2&list=PL1BaGV1cIH4UhkL8a9bJGG356covJ76qN)
495495
- [ ] Skiena:
496496
- [video](https://www.youtube.com/watch?v=gSyDMtdPNpU&index=2&list=PLOtl7M3yp-DV69F32zdK7YJcNXpTunF2b)

0 commit comments

Comments
 (0)