Book Image

Algorithmic Problem Solving [Video]

By : ACI Learning, Justin Dennison, Zachary Memos
Book Image

Algorithmic Problem Solving [Video]

By: ACI Learning, Justin Dennison, Zachary Memos

Overview of this book

"Algorithmic Problem Solving" is a cutting-edge video course tailored for those who seek to navigate the complexities of programming with ease and confidence. This comprehensive course begins by addressing the common hurdles newcomers face when diving into the world of programming. Through a series of engaging episodes, instructors Justin and Vonne, alongside Zach, guide learners through the art of algorithmic thinking, starting with foundational concepts and gradually advancing to more complex challenges. The course meticulously covers a range of topics from planning and implementing solutions for finding the maximum number in a list, reversing strings, detecting palindromes, applying title casing to strings, to coding a Caesar cipher. Each topic is designed to not only teach the technicalities of coding but also to sharpen problem-solving skills, thereby enhancing learners' ability to tackle any programming challenge with strategic thinking and precision. By the end of this journey, participants will have gained invaluable insights into algorithmic problem-solving that will serve as a cornerstone for their future projects, making their code more efficient, readable, and above all, effective.
Table of Contents (1 chapters)
Chapter 1
Algorithmic Problem Solving
Content Locked
Section 11
Caesar Cipher: Planning
In this episode, Justin and Vonne discuss what a Caesar Cipher is as well as create a plan, after exploring the problem, necessary for implementing a Caesar cipher function.