Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/baguilar6174/typescript-code-challenges
- Owner: baguilar6174
- Created: 2024-10-13T22:29:40.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-03T23:46:41.000Z (2 months ago)
- Last Synced: 2024-11-07T12:32:29.835Z (about 2 months ago)
- Topics: algorithms, challenges, data-structures, typescript
- Language: TypeScript
- Homepage:
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)