Week 1

Lecture

Problems

  • Credit Card Validation - Validate credit card numbers and detect card types using the Luhn algorithm and digit patterns.

Problem Set 1

  • Cash - Greedy algorithm for change
  • Credit - Validate credit card numbers using Luhn’s Algorithm