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
330
CodePath SE102 - Session 1 (Fall 2021)
calren
0
760
intro_to_mobile_info_session.pdf
calren
0
66
CodePath Mobile Mentor Training - 2020
calren
0
88
CodePath Android University - Prework Session
calren
0
97
CodePath Android University - Info Session
calren
0
120
SE103 - Week 9, Session 1
calren
0
530
SE103 - Week 9, Session 2
calren
0
430
SE103 - Week 10, Session 1
calren
0
340
Featured
See All Featured
4 Signs Your Business is Dying
shpigford
184
22k
Building a Scalable Design System with Sketch
lauravandoore
462
33k
Measuring & Analyzing Core Web Vitals
bluesmoon
7
490
[RailsConf 2023] Rails as a piece of cake
palkan
55
5.6k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
5.9k
The Myth of the Modular Monolith - Day 2 Keynote - Rails World 2024
eileencodes
26
2.9k
Imperfection Machines: The Place of Print at Facebook
scottboms
267
13k
Done Done
chrislema
184
16k
Why You Should Never Use an ORM
jnunemaker
PRO
58
9.4k
RailsConf & Balkan Ruby 2019: The Past, Present, and Future of Rails at GitHub
eileencodes
138
34k
Writing Fast Ruby
sferik
628
62k
Automating Front-end Workflow
addyosmani
1370
200k
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