[250401] 2140. Solving Questions With Brainpower
·
알고리즘 챌린지
leetcode.com 의 dilay qeustion 을 매일 풀어보고 있습니다!4월1일차 문제1. 문제 소개 🧩You are given a 0-indexed 2D integer array questions where questions[i] = [pointsi, brainpoweri].The array describes the questions of an exam, where you have to process the questions in order (i.e., starting from question 0) and make a decision whether to solve or skip each question. Solving question i will earn you pointsi points b..