Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/baguilar6174/typescript-code-challenges

In this repository, you will find problems about data structures and algorithms in TypeScript
https://github.com/baguilar6174/typescript-code-challenges

algorithms challenges data-structures typescript

Last synced: 6 days ago
JSON representation

In this repository, you will find problems about data structures and algorithms in TypeScript

Awesome Lists containing this project

README

        

# Typescript Code Challenges

In this repository, you will find problems about data structures and algorithms in TypeScript.

## How to run

1. Clone the repository
2. Install dependencies: `yarn`
3. Run the code: `yarn dev `

For example, to run the code in the `two-sum` directory, you would run: `yarn dev two-sum`

## Available problems

- [Two Sum](./src/two-sum)
- [Best Time to Buy and Sell Stock](./src/buy-sell-stock)

## Stay in touch

- Website - [www.bryan-aguilar.com](https://www.bryan-aguilar.com/)
- Medium - [baguilar6174](https://baguilar6174.medium.com/)
- LinkedIn - [baguilar6174](https://www.linkedin.com/in/baguilar6174)