CST 370 Week 7

 

WELCOME TO WEEK 6

Learning Journal - CST 370

This week, I did not have as much time to review for the Final as I would have liked, but I was able to quickly go over most of the topics covered in class. Some of the topics I struggled with on the last midterm were time complexity analysis of algorithms and recursion analysis. However, I feel more confident about them now.

This week, we learned about a new algorithm: Dijkstra’s algorithm. It is a greedy algorithm that efficiently solves the single-source shortest path problem. It has many applications, such as internet routing, GPS navigation, and transportation planning. We explored how it works using a graph example, finding the shortest distance from a single-source vertex to each of the other vertices.

As the final exam approaches, I feel nervous, but I will pray for the best and work hard to complete another milestone.

Comments

Popular posts from this blog

CST 370 Week 3

CST 311 Week 1

CST 370 Week 2