leetcode-master/problems/kamacoder/0131.小美的树上染色.md

6 lines
171 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 131. 小美的树上染色
贪心的思路 https://blog.csdn.net/weixin_43739821/article/details/136299012
dp思路https://www.cnblogs.com/ganyq/p/18111114