CST 370 - Week 1

 This week we reviewed concepts like writing logic in pseudocode, working with different data structures, solving problems involving graphs, sorting, and searching, and how to analyze algorithms. In summary, writing in pseudocode allows us (programmers) to illustrate logic that can be applied to a variety of languages. Additionally, learning how to analyze algorithms teaches us how to prioritize preserving resources and/or time or prioritize logic simplicity and/or proficiency.

Comments

Popular posts from this blog

CST 334: Week 4

Week 4 Learning Journal Post

CST 363: Week 5