Skip to main content

52 docs tagged with "Coding Quiz"

View all tags

Coding Quiz - ATM Problem

Write a function that calculates the minimum total time required for people to withdraw money from an ATM using a greedy algorithm.

Coding Quiz - Make One

Calculate the minimum number of operations to reduce a given integer n to 1 using dynamic programming