[99클럽] 99클럽 코테 스터디 29일차 TIL - 문자열
·
코딩테스트 연습/99클럽
오늘의 문제LeetCode - Count Items Matching a Rule (출처 하단 표기) 문제You are given an array items, where each items[i] = [typei, colori, namei] describes the type, color, and name of the ith item. You are also given a rule represented by two strings, ruleKey and ruleValue.The ith item is said to match the rule if one of the following is true:ruleKey == "type" and ruleValue == typei.ruleKey == "color" and r..