Skip to content

JAKimball/coding-challenges-in-ts

Repository files navigation

Coding Challenges in TypeScript

A repo for code practice and challenges in TypeScript

Codecov Test Coverage Code of Conduct: Enforced 🤝 License: MIT 📝 Style: Prettier 🧹 TypeScript: Strict 💪

Table of Contents

In the src directory, you'll find the following subdirectories:

Possible Future Subdirectories

Usage

npm i coding-challenges-in-ts
import { greet } from 'coding-challenges-in-ts'

greet('Hello, world!')

Development

See .github/CONTRIBUTING.md, then .github/DEVELOPMENT.md. Thanks! 💖

A place for quick experiments in TypeScript with node and Vitest.

Visualization of the project folder structure

The following is a visualization of the project folder structure.

Visualization of the codebase

See also

  1. TypeScript Bad Habits

TODO

  • 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

About

A repo for code practice and challenges in TypeScript

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published