Module: Algorithms

What is a program, program logic and solving problems with algorithms.

Dates:

Learning Outcomes

Algorithms

You understand the fundamental logic of programming and what an algorithm is and how they are used to solve problems programmatically. You can implement simple algorithms in JAVASCRIPT.

Readings

Algorithms

A short explanation of an algorithm

Experiential Learning

Lab: Algorithms and Program Logic

Learn About Algorithms and Program Logic

Introduction to programming logic algorithms

Learn about conditional expressions and looping screencast

DayOfTheWeek1

Check your understanding of algorithms.

MakingChange1

Implement a change making algorithm