Bug Report for https://neetcode.io/problems/find-target-in-rotated-sorted-array
Hi @neetcode-gh I found an issue in the expected result for the given question.
If you see for the below test case, the answer should be 1 since 4 clearly lies on index 1. However, the test case expects it to be -1 which doesn't seem correct.
Please note that this test case was created by me.
Please check this.
Thanks