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
320
CodePath SE102 - Session 1 (Fall 2021)
calren
0
740
intro_to_mobile_info_session.pdf
calren
0
58
CodePath Mobile Mentor Training - 2020
calren
0
79
CodePath Android University - Prework Session
calren
0
95
CodePath Android University - Info Session
calren
0
110
SE103 - Week 9, Session 1
calren
0
530
SE103 - Week 9, Session 2
calren
0
420
SE103 - Week 10, Session 1
calren
0
330
Featured
See All Featured
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
13
1k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
129
19k
Fight the Zombie Pattern Library - RWD Summit 2016
marcelosomers
233
17k
GraphQLとの向き合い方2022年版
quramy
44
14k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
30
4.6k
Speed Design
sergeychernyshev
28
820
The Invisible Side of Design
smashingmag
299
50k
Being A Developer After 40
akosma
89
590k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
Templates, Plugins, & Blocks: Oh My! Creating the theme that thinks of everything
marktimemedia
30
2.3k
Distributed Sagas: A Protocol for Coordinating Microservices
caitiem20
330
21k
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