Skip to content

Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub](https://github.com/QasimWani/LeetHub)

Notifications You must be signed in to change notification settings

seinfinity/Leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode 문제 풀이

이 저장소는 LeetCode 문제들을 풀이하고 접근 방법을 설명합니다. 각 문제에 대한 소스 코드와 함께, 문제를 해결하기 위한 접근 방법 및 설명을 포함하고 있습니다.

목차

문제 목록

여기에 각 문제에 대한 링크와, 풀이에 사용된 시간, 메모리 사용량을 정리한 표를 포함합니다.

문제 번호 문제 이름 풀이 시간 메모리 사용량
0001 Two Sum 49ms 18.4MB
0009 Palindrome Number 113ms 17.2MB
0013 Roman to Integer - -
0014 Longest Common Prefix - -
0020 Valid Parentheses 35ms 17.3MB
0021 Merge Two Sorted Lists 32ms 17.3MB
0026 Remove Duplicates from Sorted Array - -
0070 Climbing Stairs 38ms 16.5MB
0078 Subsets 39ms 17.5MB
0121 Best Time to Buy and Sell Stock - -
0661 Image Smoother 403ms 17.9MB
0746 Min Cost Climbing Stairs - -
1137 N-th Tribonacci Number 44ms 16.6MB
2870 Minimum Number of Operations to Make String Sorted 584ms 31.6MB

사용 방법

이 섹션에서는 저장소를 어떻게 사용하는지에 대해 설명합니다. 예를 들어, 문제를 어떻게 실행하고 테스트하는지에 대한 방법을 포함합니다.

기여하기

문제 설명 및 접근 방법을 손코드와 python 코드와 함께 설명합니다.

문제 링크

[LeetCode 0001 Two Sum](문제의 URL)

def twoSum(nums, target):
    # 여기에 코드를 작성하고, 주석을 달아 설명합니다.
    pass

About

Collection of LeetCode questions to ace the coding interview! - Created using [LeetHub](https://github.com/QasimWani/LeetHub)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published