알고리즘 공부를 위해서 Grind 75의 8시간-8주 커리큘럼을 수행한 것을 업로드함. Grind 75에서 제시하는 커리큘럼의 알고리즘 문제를 LeetCode에서 풀이함. python3로 개발하여 .ipynb와 .py파일을 올림.
Given an array of integers nums and an integer target, return indices of the two numbers such that they add up to target. You may assume that each input would have exactly one solution, and you may not use the same element twice. You can return the answer in any order.