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
750
intro_to_mobile_info_session.pdf
calren
0
59
CodePath Mobile Mentor Training - 2020
calren
0
82
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
340
Featured
See All Featured
How to train your dragon (web standard)
notwaldorf
90
6k
[RailsConf 2023] Rails as a piece of cake
palkan
54
5.4k
Keith and Marios Guide to Fast Websites
keithpitt
411
22k
Cheating the UX When There Is Nothing More to Optimize - PixelPioneers
stephaniewalter
280
13k
The Success of Rails: Ensuring Growth for the Next 100 Years
eileencodes
45
7.2k
It's Worth the Effort
3n
184
28k
Building a Modern Day E-commerce SEO Strategy
aleyda
40
7.2k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
Measuring & Analyzing Core Web Vitals
bluesmoon
7
390
Reflections from 52 weeks, 52 projects
jeffersonlam
349
20k
How To Stay Up To Date on Web Technology
chriscoyier
790
250k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
30
2k
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