Skip to content

moong00n/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Problem Solutions

소개 (Introduction)

이 repo는 LeetCode 알고리즘 문제 풀이를 기록하고 공유하기 위한 공간입니다

(솔루션/해설은 YouTube 채널에 영상으로 기록될 예정입니다)

구조 (Structure)

각 문제 풀이는 다음과 같은 구조로 저장됩니다: 프로그래밍 언어는 Go 그리고 JavaScript를 사용합니다

문제번호_문제이름/
├── solution.{go|mjs|js} (또는 다른 언어의 솔루션 파일)
└── README.md (문제 설명 및 노트)

문제 목록 (Problem List)

번호 제목 난이도 태그 풀이 링크
2390 Removing Stars From a String Medium Stack, String 풀이
N/A Bit Manipulation Basics N/A Bit Manipulation 링크

라이선스 (License)

이 프로젝트는 MIT 라이선스를 따릅니다. 자세한 내용은 LICENSE 파일을 참조하세요.