https://github.com/serithemage/typescript_algorithm_exercise
개인적인 TypeScript 공부를 위해 만들었습니다만 가급적 다른 분들의 공부에도 도움이 될 수 있도록 주석을 달 생각입니다.
https://github.com/serithemage/typescript_algorithm_exercise
algorithms deno typescript
Last synced: about 1 month ago
JSON representation
개인적인 TypeScript 공부를 위해 만들었습니다만 가급적 다른 분들의 공부에도 도움이 될 수 있도록 주석을 달 생각입니다.
- Host: GitHub
- URL: https://github.com/serithemage/typescript_algorithm_exercise
- Owner: serithemage
- Created: 2022-05-02T23:11:23.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-18T13:16:53.000Z (about 4 years ago)
- Last Synced: 2025-11-09T13:15:27.957Z (8 months ago)
- Topics: algorithms, deno, typescript
- Language: TypeScript
- Homepage:
- Size: 18.6 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TypeScript 알고리즘 연습
> https://github.com/axross/leetcode-typescript 에서 영감을 받아 만들었습니다.

- 🏃♀️ (가급적)시간 및 공간복잡성에 대한 최적화(를 하려고 노력하고 있음)
- 💯 [Deno](https://deno.land) 에서 테스트/실행됩니다. Deno 설치 및 개발환경 셋팅은 [어서와~ Deno는 처음이지?](https://jhyeok.com/deno-experience/)를 읽어 보시기 바랍니다.
- ✅ 테스트 코드 포함
- 🗣 설명 포함