rubanik00 / myLeetCode

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

LeetCode tasks to learn Algorithms and Data Structures

This repository contains solutions to various programming LeetCode tasks and assignments as part of an educational project. Below, you'll find information about the assignments, their solutions, and the structure of the project. This is just a set of code logics that I passed to the LeetCode compiler.

How to run the code

Usage Example:

cd typescript/FOLDERNAME
tsc FILENAME.ts && node FILENAME.js

Links

LeetCode Profile Roadmap

About


Languages

Language:JavaScript 54.6%Language:TypeScript 45.4%