CST370:Algo - Wk1 Intro

 So this week we covered the following topics

  • Pseudocode
  • Important Problem Types (sorting, searching)
  • Fundamental Data Structures (linked list, stack, queue) 
  • Graphs
  • Algorithm Analysis framework

 

 It was a good review of topics that I've seen in previous course work and I realize that an essential topic, graphs, is something I need to focus more attention on, since it is very key in developing efficient and effective algorithms.  Before I was told that graphs were important, but for some reason the reasoning never clicked in my head.  I definitely watched various videos online to gain a better understanding and pulled up my old notes from my previous discrete structures course!  

Comments

Popular posts from this blog

CST 363 Wk7:

Week 4 Learning Journal

wk2: Trust the Process