Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/snacksncode/algorithms
A repository where I explore algorithms
https://github.com/snacksncode/algorithms
Last synced: 4 days ago
JSON representation
A repository where I explore algorithms
- Host: GitHub
- URL: https://github.com/snacksncode/algorithms
- Owner: snacksncode
- Created: 2023-03-17T22:27:18.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T22:31:26.000Z (about 1 year ago)
- Last Synced: 2024-01-04T01:05:28.198Z (about 1 year ago)
- Language: TypeScript
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# algorithms
To install dependencies:
```bash
bun install
```To run:
```bash
bun run index.ts
```This project was created using `bun init` in bun v1.0.21. [Bun](https://bun.sh) is a fast all-in-one JavaScript runtime.