几个月前,我在纽约接受了一家对冲基金公司的面试,不幸的是,我没有得到数据/软件工程师的实习机会。(他们还要求在Python中提供解决方案。)我在第一个面试问题上几乎搞砸了......Question:Givenastringofamillionnumbers(Piforexample),writeafunction/programthatreturnsallrepeating3digitnumbersandnumberofrepetitiongreaterthan1例如:如果字符串是:123412345123456,那么函数/程序将返回:123-3times234-3times345-