Skip to content

tanerijun/algo-slaying

Repository files navigation

About

This repository contains my solutions to DSA problems from Leetcode, HackerRank, etc.

I sometimes also write my thinking process for the solutions on my blog.

Running leetcode-solution-with-testcase

The TypeScript solutions in leetcode-solution-with-testcase are intended to be run using Deno.

So, the first step is to install Deno if you haven't have it installed.

If you are using VSCode, you should also install the Deno extension for VSCode for better experiences.

To run the test, simply run deno run <path_to_file> in your terminal

Other folders

Solutions in the other folders can be executed normally.

For JS/TS, use: node, deno, bun, tsc, tsm, tsx, etc. For Go, use: go

About

This repository contains my solution to various LeetCode problems in TypeScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published