Jelly, 17 bytes
ÆRDFṡL}i
Ḥçßç?
çD
Returns the 1-based index. Try it online! or verify most test cases.
Dennis
- 211.7k
- 41
- 380
- 830
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeÆRDFṡL}i
Ḥçßç?
çD
Returns the 1-based index. Try it online! or verify most test cases.