Skip to content

Latest commit

 

History

History
98 lines (69 loc) · 3.13 KB

README.md

File metadata and controls

98 lines (69 loc) · 3.13 KB

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