filmov
tv
Greatest Common Divisor of Strings - Leetcode 1071

Показать описание
Greatest Common Divisor of Strings is a technical coding interview questions given at Goldman Sachs that utilizes string manipulation, brute force, and math.
0:00 Step 1: Problem Statement
0:31 Example
1:22 Step 2: Brute Force
3:31 Step 3: Fancy Math Solution
6:46 Step 4: Coding (Brute Force)
10:09 Coding (Fancy Math Solution)