https://github.com/vvyre/aps
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vvyre/aps
- Owner: vvyre
- License: mit
- Created: 2025-01-06T03:45:30.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-01-06T08:24:55.000Z (5 months ago)
- Last Synced: 2025-03-25T10:31:14.439Z (2 months ago)
- Language: JavaScript
- Size: 35.4 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 알고리즘 및 자료구조 연습
## `_lib` 자료 구조 및 함수 구현 연습 라이브러리
## `_solutions` 문제 풀이 기록
- 이 패키지는 `yarn berry`와 `typescript`를 함께 사용합니다.
- 이 패키지를 IDE로 열었을 때 타입스크립트가 제대로 작동하지 않으면 `yarn dlx @yarnpkg/sdks vscode` 등으로 IDE에 맞는 typescript sdk 설정을 해야 합니다.
- `yarn ps` 명령어는 windows 환경에서는 작동하지 않습니다.