Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
SE102 - Linked List, Week 4b
Search
Caren
June 03, 2019
0
420
SE102 - Linked List, Week 4b
Caren
June 03, 2019
Tweet
Share
More Decks by Caren
See All by Caren
CodePath - Linked List
calren
0
340
CodePath SE102 - Session 1 (Fall 2021)
calren
0
780
intro_to_mobile_info_session.pdf
calren
0
74
CodePath Mobile Mentor Training - 2020
calren
0
97
CodePath Android University - Prework Session
calren
0
110
CodePath Android University - Info Session
calren
0
130
SE103 - Week 9, Session 1
calren
0
550
SE103 - Week 9, Session 2
calren
0
450
SE103 - Week 10, Session 1
calren
0
360
Featured
See All Featured
Evolution of real-time – Irina Nazarova, EuRuKo, 2024
irinanazarova
9
970
The Psychology of Web Performance [Beyond Tellerrand 2023]
tammyeverts
49
3.1k
The World Runs on Bad Software
bkeepers
PRO
72
11k
Put a Button on it: Removing Barriers to Going Fast.
kastner
60
4k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
6.1k
Build your cross-platform service in a week with App Engine
jlugia
232
18k
Done Done
chrislema
185
16k
Fashionably flexible responsive web design (full day workshop)
malarkey
407
66k
Building a Modern Day E-commerce SEO Strategy
aleyda
43
7.7k
The Cult of Friendly URLs
andyhume
79
6.6k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
31
2.5k
Music & Morning Musume
bryan
46
6.8k
Transcript
Linked Lists Week 4 : Part II
Understand Match Pseudocode / Plan Implement Review Evaluate
Understand Match Pseudocode / Plan Implement Review Evaluate
Review
Review Run through your solution with test cases - catch
edge cases - fix potential bugs
Evaluate
Evaluate Analyze the time / space complexity of your final
solution If applicable, discuss any ‘shortcuts’ or tradeoffs that you made
In class exercise Understand Match Pseudocode / Plan Implement Review
Evaluate
Example walkthrough
In class exercise - Each problem will have some code
already written - Goal of the group is to get the code running and test cases passing