No description
  • TypeScript 100%
Find a file
Repository files (latest commit first)
Filename Latest commit message Latest commit date
2023-10-24 10:30:09 +05:30
utils populate-next-right and preorder-traversal prblm update 2023-01-10 21:06:13 +05:30
.gitignore adding zip functionality 2022-09-10 14:25:14 +05:30
array-rotation.ts array_rotation 2023-01-13 21:46:12 +05:30
flood-path.ts unique duplicates 2023-03-07 21:50:24 +05:30
linked-list-addition.ts leetcodecommit 2022-09-10 14:18:36 +05:30
longest-common-prefix.ts leet code tree problemns 2023-02-19 22:48:46 +05:30
longest-palindrome-substr.ts leetcodecommit 2022-09-10 14:18:36 +05:30
longest-substr-without-repeating.ts leetcodecommit 2022-09-10 14:18:36 +05:30
maximum-depth-of-binary-tree.ts leet code tree problemns 2023-02-19 22:48:46 +05:30
minimum-capacity-to-ship-within-days.ts leet code day 5 challenge 2023-02-22 10:51:52 +05:30
package.json adding zip functionality 2022-09-10 14:25:14 +05:30
populating-next-right-pts.ts populate-next-right and preorder-traversal prblm update 2023-01-10 21:06:13 +05:30
power-of-3.ts subarray sum and divisible by k 2023-01-19 21:54:19 +05:30
preorder-traversal.ts populate-next-right and preorder-traversal prblm update 2023-01-10 21:06:13 +05:30
README.md Update README.md 2023-10-24 10:30:09 +05:30
recurse-substr.ts leet code tree problemns 2023-02-19 22:48:46 +05:30
reverse-integer.ts leetcodecommit 2022-09-10 14:18:36 +05:30
subarray-divisible.ts subarray sum and divisible by k 2023-01-19 21:54:19 +05:30
trie.ts include trie implementation 2023-03-18 21:45:01 +05:30
tsconfig.json leetcodecommit 2022-09-10 14:18:36 +05:30
twosum.ts leetcodecommit 2022-09-10 14:18:36 +05:30
unique-duplicates.ts unique duplicates 2023-03-07 21:50:24 +05:30
vowels-substring.ts find number of vowels in a substring 2023-01-18 18:23:01 +05:30
zig-zag-binary-tree.ts leet code tree problemns 2023-02-19 22:48:46 +05:30

leetcode

A set of leetcode grinds that i solved(conquered)

npm run generate

To generate a set of js files from TS.(WINDOWS users stay the FAway)

npm run generate-zip

To generate a zip file with all the js files.(WINDOWS users stay the FAway)