Skip to content

Commit 96f6da9

Browse files
authored
Create 0022_Problem_1.ijs
1 parent 55bdd10 commit 96f6da9

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Diff for: 0022_Problem_1.ijs

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
NB. code_report Solution
2+
NB. Problem Link (Contest): https://leetcode.com/contest/leetcode-weekly-contest-22/problems/k-diff-pairs-in-an-array/
3+
NB. Problem Link (Practice): https://leetcode.com/problems/k-diff-pairs-in-an-array/
4+
5+
NB. Probably TLE
6+
findPairs =: 4 : '+/,x=-/~@~.y'

0 commit comments

Comments
 (0)