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
Sponsored
·
Your Podcast. Everywhere. Effortlessly.
Share. Educate. Inspire. Entertain. You do you. We'll handle the rest.
→
Caren
June 03, 2019
0
430
SE102 - Linked List, Week 4b
Caren
June 03, 2019
Tweet
Share
More Decks by Caren
See All by Caren
CodePath - Linked List
calren
0
360
CodePath SE102 - Session 1 (Fall 2021)
calren
0
810
intro_to_mobile_info_session.pdf
calren
0
83
CodePath Mobile Mentor Training - 2020
calren
0
120
CodePath Android University - Prework Session
calren
0
130
CodePath Android University - Info Session
calren
0
160
SE103 - Week 9, Session 1
calren
0
570
SE103 - Week 9, Session 2
calren
0
480
SE103 - Week 10, Session 1
calren
0
380
Featured
See All Featured
Unsuck your backbone
ammeep
672
58k
Applied NLP in the Age of Generative AI
inesmontani
PRO
4
2.2k
Measuring Dark Social's Impact On Conversion and Attribution
stephenakadiri
1
150
Deep Space Network (abreviated)
tonyrice
0
89
Effective software design: The role of men in debugging patriarchy in IT @ Voxxed Days AMS
baasie
0
250
Mozcon NYC 2025: Stop Losing SEO Traffic
samtorres
0
170
The Power of CSS Pseudo Elements
geoffreycrofte
82
6.2k
Collaborative Software Design: How to facilitate domain modelling decisions
baasie
0
160
New Earth Scene 8
popppiees
1
1.7k
世界の人気アプリ100個を分析して見えたペイウォール設計の心得
akihiro_kokubo
PRO
67
37k
How to build an LLM SEO readiness audit: a practical framework
nmsamuel
1
670
How to Think Like a Performance Engineer
csswizardry
28
2.5k
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