Skip to content
This repository was archived by the owner on May 14, 2025. It is now read-only.

Latest commit

 

History

History
21 lines (13 loc) · 1.05 KB

File metadata and controls

21 lines (13 loc) · 1.05 KB

LeetCode

What's this?

This is the result of me and my friends attempting to solve leetcode for a month. Let's say it honestly, we failed. I probably did more then them, but it doesn't matter, because I'm no different: I didn't do even remotely the amount I promised. Leetcode grind is not fun. It's fucking boring. What was actually fun is writing fucking integration into google spreadsheets with Google Apps Script. You can see the script in ./spreadsheet.gs. You can see it in action in this spreadsheet. It automatically calculates personalized deadlines for everybody. What was also fun is learning how interactive VS Code tasks work here.

Install dependencies

npm i

Run script

npm exec tsx ./$(git config user.name)/0338-counting-bits/index.ts

Create solution

Call vs code task create new ts solution