Code/LeetCode 30

[LeetCode] 1.Two Sum (Easy/Python3)

LeetCode에서 1번 문제를 시작하였다. 오랜만에 코딩을 시작하기도 하고, 아직 실력도 많이 부족해서 Easy 난이도의 문제를 선택해서 풀기로 했다. 문제는 아래 링크에서 확인 가능하다. Two Sum - LeetCode Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com 문제를 요약하면, 리스트 nums 와 int target이 주어질 때, target을 nums 내에 존재하는 수 중 두 개의 합으로 만들 수 있을 때 해당하는 수의 index값을 리스트 형태로 출력하면 된다. ..

Code/LeetCode 2022.08.29

[LeetCode] LeetHub를 이용한 GitHub 자동 업로드

Chrome 확장 프로그램인 LeetHub를 이용하여 LeetCode에서 Submit 하고 통과된 답안을 자동으로 GitHub의 repository에 업로드하는 방법을 설명하겠다. 우선 Chrome과 GitHub 계정이 준비되어야 한다. 0. (사전 과정) GitHub 계정을 생성하고 Repository를 생성한다. GitHub: Where the world builds software GitHub is where over 83 million developers shape the future of software, together. Contribute to the open source community, manage your Git repositories, review code like a pro, tr..

Code/LeetCode 2022.08.27

[LeetCode] LeetCode를 이용한 코딩 문제 해결 능력 기르기

코딩 알고리즘을 짜는 것을 공부하려고 막연히 생각만 했는데, 친구의 추천으로 LeetCode에 대하여 알게 되었다. LeetCode는 외국계 회사에서 제출하는 코딩 테스트 문제들을 모아둔 곳 같다. LeetCode - The World's Leading Online Programming Learning Platform Level up your coding skills and quickly land a job. This is the best place to expand your knowledge and get prepared for your next interview. leetcode.com LeetCode는 무료로 문제와 코딩 플랫폼을 제공하고 그 안에서 간단하게 문제를 해결하는 알고리즘을 짜 볼 수 있..

Code/LeetCode 2022.08.26
728x90
반응형