leetcode

개발자의 삶/Algorithm

[LeetCode] Two Sum (with Go)

최근 Go 에 관심을 가지고 있습니다. 알고리즘 문제를 Java 혹은 Go로 풀어볼 생각입니다. LeetCode에서 기초적인 문제부터 풀어보았습니다. 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. Example 1: Input: nums = [2,7,11,15], target..

Kedric
'leetcode' 태그의 글 목록