02-15-2019 , 09:57 AM
Algorithms and Software Engineering for Professionals
At the end of this course, you will:
At the end of this course, you will:
- Have a deeper understanding of algorithms and its basic concepts
- Understand acronyms such as ADT, AST, BFS and DFS
- Have learned recursion and its relationship to concurrency (multi branch, memoization) and ADT’s like Trees and Graphs
- Understand trees and the rotation operations used in balancing.
- Know in detail about parsing grammars with Stacks and Queues and related tools like AST based parsers the beginning step on the road to Compiler theory
- Understand operations with Primes and engaged some of the interesting and accessible underlying mathematics like Fermat's theorem