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
This is CS50x.ni
Search
CS50
June 05, 2017
1
130
This is CS50x.ni
CS50
June 05, 2017
Tweet
Share
More Decks by CS50
See All by CS50
Scaling CS50: Building Learning Communities around the World
cs50
1
60
Technology We Can’t Live Without!, revisited
cs50
0
220
A Web-Based IDE for Teaching with Any Language 2017
cs50
0
41
A Web-Based IDE for Teaching with Any Language 2016
cs50
0
36
Building CS50 on GitHub
cs50
1
570
Things We Do That You Can Do Too
cs50
1
790
Birds of a Feather Who'd Like to Share Software Together
cs50
2
250
CS50 Educator Workshop June 2017
cs50
2
240
CS50 a Escala
cs50
1
110
Featured
See All Featured
Gamification - CAS2011
davidbonilla
81
5.4k
Producing Creativity
orderedlist
PRO
346
40k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
The Art of Programming - Codeland 2020
erikaheidi
54
13k
Easily Structure & Communicate Ideas using Wireframe
afnizarnur
194
16k
4 Signs Your Business is Dying
shpigford
184
22k
Building Flexible Design Systems
yeseniaperezcruz
328
39k
A designer walks into a library…
pauljervisheath
207
24k
Making the Leap to Tech Lead
cromwellryan
134
9.4k
Exploring the Power of Turbo Streams & Action Cable | RailsConf2023
kevinliebholz
34
5.9k
What’s in a name? Adding method to the madness
productmarketing
PRO
23
3.6k
Design and Strategy: How to Deal with People Who Don’t "Get" Design
morganepeng
130
19k
Transcript
None
None
None
None
Semana 0
decimal 0, 1, 2, 3, 4, 5, 6, 7, 8,
9
binario 0, 1
None
50
None
42
None
hexadecimal 0, 1, 2, 3, 4, 5, 6, 7, 8,
9, a, b, c, d, e, f
None
entrada → → salida
algoritmos
tamaño del problema tiempo para resolver
tamaño del problema tiempo para resolver n
tamaño del problema tiempo para resolver n n/2
tamaño del problema tiempo para resolver n n/2 log n
wikipedia.org
Semana 3
None
https://cs.calvin.edu/activities/books/c++/ds/1e/ binary search tree
4 2 6 8 1 3 7 5
None