Skip to content

Latest commit

 

History

History
31 lines (21 loc) · 1.51 KB

LEARN.md

File metadata and controls

31 lines (21 loc) · 1.51 KB

Learn how algorithms work and how to implement them in Typescript!

Getting Started with Typescript

If you are new to Typescript, you can follow the steps below to get started:

  1. Install Node.js on your system. You can download it from here.
  2. Install Typescript globally by running the following command in your terminal:
    npm install -g typescript
  3. Create a new directory for your project and navigate into it.
  4. Create a new file with a .ts extension and write some Typescript code!

Here are some useful resources to help you get started with Typescript:

Wanna understand algorithms?

If you are new to algorithms and data structures, here are some resources to help you get started:

Contributing

I welcome contributions from everyone! Whether you want to fix a typo, or add a new algorithm, or even write a new article, I would be happy to accept your contribution. Please read the contributing guidelines before making a pull request.