/fallen-developer

Stop crying, Keep Grinding LeetCode

Primary LanguageTypeScript

Fallen Code

Reference

Neetcode fc solut

I/O

const input = require("fs")
  .readFileSync("/dev/stdin")
  .toString()
  .trim()
  .split("\n");