Please enable JavaScript.
Coggle requires JavaScript to display documents.
What Did You Learn - Google Page Rank SU1 (Problem Solving Skills 33 (Need…
What Did You Learn - Google Page Rank SU1
Coding Fundamentals 12
Learned local vs global 1
Learned to store data read in from a file 5
Learned line-by-line debugging 1
Learned to read from command line 5
Data Structures and Algorithms Implementation 57
Learned matrix multiplication 11
Learned graph implementation 21
Learned pagerank algorithm 7
Learned to iterate over a map 4
Learned to use a map 7
Learned iterators 1
Learned to implement an algorithm 1
Learned to alphabetize items in a vector 1
Learned about 2D vectors 3
Learned to use a set 1
Problem Solving Skills 33
Need to think about computational complexity 1
Algorithms may require multiple data structures 1
Sometimes O(n^3) complexity is unavoidable 1
Learned to choose a data structure for efficiency 6
Learned problems can have multiple solutions 1
Learned real life graph application 8
Learned pros and cons of graph implementations 3
Learned how data structures and algorithms function together 1
Learned to optimize code 1
Learned to organize data 1
Learned to draw/write the problem on paper 3
Learned to put into practice everything from class 1
Learned to plan before coding 1
Learned graphs help us solve hard problems 1
Learned data structures are just containers arranged in different ways 1
Learned to code larger projects 1
Learned everything is not as complicated as it seems 1