Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
[배열]
배열은 데이터의 순서가 중요한 자료 구조로, 동일한 타입의 데이터를 순차적으로 저장할 수 있는 메모리 공간입니다.
배열은 인덱스를 사용해 각 요소에 접근하며, 탐색, 삽입, 삭제 등 다양한 연산을 수행할 수 있습니다.
📌 푼 문제
📝 간단한 풀이 과정
기초
[배열 자르기]
[배열 원소의 길이]
[배열 회전시키기]
[중복된 숫자 개수]
중급
[제일 작은 수 제거하기]
[행렬의 덧셈]
[나누어 떨어지는 숫자 배열]
심화
[행렬의 곱셈]
담주 부터는 간단한 풀이과정도 함께 첨부하겠습니다. 이번주는 일이 많아서 정신 없이 문제 풀기만 했네요..!