This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
name = Pavan Kumar Sunkara | |
email = [email protected] | |
username = pksunkara | |
[core] | |
editor = vim | |
whitespace = fix,-indent-with-non-tab,trailing-space,cr-at-eol | |
excludesfile = ~/.gitignore | |
[sendemail] | |
smtpencryption = tls |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/** | |
* @description 实现一个函数,在任意多个不定长度的数组中,查找出重复的元素,并且记数重复的次数。 | |
* @param array pointer... | |
* @returns number of virus: Number | |
* @author LIANGJINGTANG | |
* @time 2019年05月15日21:32 | |
*/ | |
/** | |
* @example 例如:var arrayA = [1, 2, 3]; |