|
63 | 63 | | 2723 | Add Two Promises | Given two promises, return a new promise. The returned promise should resolve with the sum of the two numbers. | [Solution](add_two_promises.js) |
|
64 | 64 | | 2769 | Find the Maximum Achievable Number | Return the maximum possible achievable number. | [Solution](maximum_achievable.js) |
|
65 | 65 | | 2942 | Find Words Containing Character | You are given an array of strings words and a character. Return an array of indices representing the words that contain the character. | [Solution](words_containing_char.js) |
|
| 66 | +| 2951 | Find the Peaks | Return an array that consists of indices of peaks in the given array in any order. | [Solution](find_the_peaks.js) | |
0 commit comments