Fundamentals of Engineering Algorithms - Prof. Kimani
EECE 2560: Spring 2023


Class time:
Mon, Wed & Thu 9:15am - 10:20am

Location: West Village H 110
Office Hours:Mon, Wed & Thu 1:30pm - 3:00pm


Spring 2023
Course Description and Overview:Covers the design and implementation of algorithms to solve engineering problems using a high-level programming language. Reviews elementary data structures, such as arrays, stacks, queues, and lists, and introduces more advanced structures, such as trees and graphs and the use of recursion. Covers both the algorithms to manipulate these data structures as well as their use in problem solving. Introduces algorithm complexity analysis and its application to developing efficient algorithms. Emphasizes the importance of software engineering principles.