A repo for code practice and challenges in TypeScript
In the src
directory, you'll find the following subdirectories:
npm i coding-challenges-in-ts
import { greet } from 'coding-challenges-in-ts'
greet('Hello, world!')
See .github/CONTRIBUTING.md
, then .github/DEVELOPMENT.md
.
Thanks! 💖
A place for quick experiments in TypeScript with node and Vitest.
The following is a visualization of the project folder structure.
-
Checkout the following
- Suffix Trees
- Heaps
- Min Heap
- Max Heap
- Heap Sort
- Quick Select
- Tries
💙 This repository borrows many ideas (and much of its configuration) from @JoshuaKGoldberg's create-typescript-app.
Copyright © 2023 Jonathan Kimball