Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 382 Bytes

056.md

File metadata and controls

7 lines (4 loc) · 382 Bytes

Daily Coding Problem: Problem #56 [Medium]

Good morning! Here's your coding interview problem for today.

This problem was asked by Google.

Given an undirected graph represented as an adjacency matrix and an integer k, write a function to determine whether each vertex in the graph can be colored such that no two adjacent vertices share the same color using at most k colors.