알고리즘 문제풀이1 [C++] 문자열에서 특정 문자의 개수를 구하는 완전탐색 알고리즘 원문 : https://leetcode.com/problems/jewels-and-stones/ 제목 : Jewels and Stones ( 보석과 돌맹이 )난이도 : 쉬움정답률 82.6%LeetCode 사이트에서 가장 쉬운 알고리즘 문제입니다. 문제 You're given strings J representing the types of stones that are jewels, and S representing the stones you have. Each character in S is a type of stone you have. You want to know how many of the stones you have are also jewels.The letters in J are guarantee.. 2019. 2. 1. 이전 1 다음