From 49f9bc1d76cd85a1960d18d7020cc86cc01e2bca Mon Sep 17 00:00:00 2001 From: CyC2018 <1029579233@qq.com> Date: Thu, 22 Feb 2018 15:54:26 +0800 Subject: [PATCH] auto commit --- notes/Leetcode 题解.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/notes/Leetcode 题解.md b/notes/Leetcode 题解.md index 2750f28f..33cc705a 100644 --- a/notes/Leetcode 题解.md +++ b/notes/Leetcode 题解.md @@ -190,7 +190,7 @@ public int findContentChildren(int[] g, int[] s) { } ``` -**Ͷ·ÉïÚ´ÌÆøÇò** +**Ͷ·ÉïÚ´ÌÆÆÆøÇò** [Leetcode : 452. Minimum Number of Arrows to Burst Balloons (Medium)](https://leetcode.com/problems/minimum-number-of-arrows-to-burst-balloons/description/) @@ -202,7 +202,12 @@ Output: 2 ``` -ÌâÄ¿ÃèÊö£ºÆøÇòÔÚÒ»¸öˮƽÊýÖáÉϰڷţ¬¿ÉÒÔÖØµþ£¬·ÉïÚ´¹Ö±ÉäÏò×ø±êÖᣬʹµÃ·¾¶ÉÏµÄÆøÇò¶¼»á´ÌÆÆ£¬Çó½â×îСµÄͶ·ÉïÚ´ÎÊý¡£ +ÌâÄ¿ÃèÊö£ºÆøÇòÔÚÒ»¸öˮƽÊýÖáÉϰڷţ¬¿ÉÒÔÖØµþ£¬·ÉïÚ´¹Ö±ÉäÏò×ø±êÖᣬʹµÃ·¾¶ÉÏµÄÆøÇò¶¼»á´ÌÆÆ¡£Çó½â×îСµÄͶ·ÉïÚ´ÎÊýʹËùÓÐÆøÇò¶¼±»´ÌÆÆ¡£ + +´Ó×óÍùÓÒͶ·ÉïÚ£¬²¢ÇÒÔÚÿ´ÎͶ·ÉïÚʱÂú×ãÒÔÏÂÌõ¼þ£º + +1. ×ó±ßÒѾ­Ã»ÓÐÆøÇòÁË£» +2. ±¾´ÎͶ·ÉïÚÄܹ»´ÌÆÆ×î¶àµÄÆøÇò¡£ ```java public int findMinArrowShots(int[][] points) {