You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+73-68Lines changed: 73 additions & 68 deletions
Original file line number
Diff line number
Diff line change
@@ -468,6 +468,10 @@ Overview video:
468
468
469
469
### Session 1 - Basic Algorithms examples
470
470
471
+
472
+
Todo: 1) organize this section, clean up unecessary stuff, and maybe add more stuff
473
+
2) write my talk
474
+
471
475
Talk points: Here we will see the importance of algorithms in designing efficient applications, and how we can benefit from using the advantages of efficient data structures and algorithms together to create very powerful systems.
472
476
473
477
@@ -503,6 +507,11 @@ Talk points: Here we will see the importance of algorithms in designing efficien
503
507
-[ ][4. System Sorts](https://www.youtube.com/watch?v=rejpZ2htBjE&index=4&list=PLe-ggMe31CTeE3x2-nF1-toca1QpuXwE1)
504
508
505
509
### Session 2 - Recursion
510
+
511
+
512
+
513
+
Todo: 1) organize this section, clean up unecessary stuff, and maybe add more stuff
514
+
2) write my talk
506
515
note: transition by showing how sorting can use recursion, also binary search
TODO: organize this section, write to connect the subjects to algorithms
@@ -739,75 +758,7 @@ TODO: organize this section, write to connect the subjects to algorithms
739
758
-[How To Count A Billion Distinct Objects Using Only 1.5KB Of Memory](http://highscalability.com/blog/2012/4/5/big-data-counting-how-to-count-a-billion-distinct-objects-us.html)
740
759
741
760
742
-
743
-
744
761
# Week 5
745
-
Todo: 1) organize this section, clean up unecessary stuff, and maybe add more stuff
746
-
2) write my talk
747
-
748
-
## Session 1 - Divide and Conquer & Sorting
749
-
750
-
Todo: 1) organize this section, clean up unecessary stuff, and maybe add more stuff
Graphs are a huge subject in computer science, there are many applications in which they are powerful. From modeling the relationships between people in social networks, to representing connections of genomic data in trying to understand patterns of diseases, they are very useful. There are many ways to represent them and we will understand them below:
Graphs are a huge subject in computer science, there are many applications in which they are powerful. From modeling the relationships between people in social networks, to representing connections of genomic data in trying to understand patterns of diseases, they are very useful. There are many ways to represent them and we will understand them below:
0 commit comments