Google kickstart Mural coding question(2018 RoundH)
Reusing the results to speed up the calculations
Importance of reusing the results (Dynamic programming)
[Read More]
Topology constrained search
Dealing with finding factors of large numbers ~10^30
Objective
[Read More]
Shortest route Dijkstra algorithm implementation
Topping off with a nice visualization
#graph-container {
top: 0;
bottom: 0;
left: 0;
right: 0;
height: 1000px;
position: absolute;
}
[Read More]
Finding the coordinates of non-zero pixels in sparse images/matrices
Smart way and dumb way
Sparse images/matrices are those in which the contained useful information is less compared to total space being occupied.
[Read More]