lfyfly

Results 6 issues of lfyfly

```js console.log( pinyin("他说:“钱还是要还的。”", { segment: true, group: true, }) ); // 返回 [ [ 'tā' ], [ 'shuō' ], [ ':“' ], [ 'qián' ], [ 'háishì' ], [ 'yào'...

TODO

- [email protected] [add `click` event ](https://github.com/lfyfly/vue-waterfall-easy#4-event) - [email protected] [add `srcKey` and `hrefKey` property](https://github.com/lfyfly/vue-waterfall-easy#3-props) - [email protected] [add `isRouterLink` property ](https://github.com/lfyfly/vue-waterfall-easy#3-props) - [email protected] [add `mobileGap` property](https://github.com/lfyfly/vue-waterfall-easy#3-props) [`imgArr` can be replaced to update](https://github.com/lfyfly/vue-waterfall-easy#2-basic-example)...

https://leetcode.com/problems/sort-an-array/ Modifying the code to the following version will pass the test ``` class Solution { public int[] sortArray(int[] nums) { quickSort(nums, 0, nums.length - 1); return nums; } public...

type: enhancement
info: help wanted
epic: snippet