해커랭크 - https://www.hackerrank.com/ Prepare > Java > Data Structures > Java List HackerRank HackerRank is the market-leading technical assessment and remote interview solution for hiring developers. Learn how to hire technical talent from anywhere! www.hackerrank.com 이 문제의 경우 목록에서 수행할 수 있는 두 가지 유형의 쿼리가 있습니다. 인덱스 x에 y 삽입 Insert x y 인덱스 x에서 요소를 삭제 Delete x N 정수의 목록 L이 주어지면 목록에 대해 Q 쿼리를 수행합니다. 모든 ..