Highlights
- Pro
Pinned Loading
-
-
adlas-assignment
adlas-assignment PublicAdlas company code assignment. Real world implementation of Nestjs, mongoDB, kafkajs
TypeScript 2
-
find-ordered-pairs.ts
find-ordered-pairs.ts 1function findOrderedPairs(arr: number[], sum: number) {
2const result: number [][] = [];
3arr.sort((a ,b) => a - b);
45let low = 0, high = arr.length - 1;
-
-
Something went wrong, please refresh the page to try again.
If the problem persists, check the GitHub status page or contact support.
If the problem persists, check the GitHub status page or contact support.