Please enable JavaScript.
Coggle requires JavaScript to display documents.
What did you learn - Pagerank (Problem solving 233 (solve a problem step…
What did you learn - Pagerank
Algorithm 240
Page rank 31
Graph implementation 69
Matrix multiplication 44
Page rank algorithm 7
C++ map is a binary search tree 2
Matrices / Matrix manipulation 10
Sets 12
Pairs 8
Maps 51
Learned unordered vs ordered maps 4
Consider edge cases 1
Develop my own test cases 1
Personal skills 9
Learned should start earlier 2
Learned to be organized 4
Learned my programming skills are improving 1
Patience 1
Need more practice with programming 1
Fundamental Coding 73
vectors 33
Memory management 1
Leave comments 2
2D array 13
Learned to deal with matrix without a set size 5
Templates 1
Pointers 4
Iterators 8
Debugging 3
C++ / distaste for C++ 2
Pass by reference 1
Problem solving 233
solve a problem step by step 14
algorithm with real life application 18
to slow down and find mistake 1
use information from class 8
to use multiple data structures together 24
write / draw on paper 7
planning is important 7
maps are useful 8
succeeding will come from failure / keep trying 1
computers have expanded the way math can be used 1
the internet is a graph 6
choose a data structure / importance of choosing the right data structure 17
How data structures an algorithms interact 1
More than one solution to a problem 2
Importance of linear algebra in computer science 4
How data structures affect efficiency 1
Usefulness of pseudocode 4
Sometimes you have to reimagine your plan 1
Plan before coding 9
Adjacency matrix is easy but takes up a lot of space 2
Learned pros and cons of different graph implementations 4
Learned to appreciate graphs 7
Learned to organize data 2
Pay attention to computational complexity 2
Walk away and come back to a problem 1
Communicate ideas to a TA 1
Plan a project 1
Distractors 13
Data input 13