-
Notifications
You must be signed in to change notification settings - Fork 2.4k
Closed
Description
Bug Report for https://neetcode.io/problems/duplicate-integer
Hello,
I was trying to test your platform and tried to solve 1st question : contains dupliate. (from blind 75). turns out for golang, the name of function by default is "containsDuplicate" but your caller calls "hasDuplicate". I was indeed able to submit the code when i replaced the function name with "hasDuplicate". I see for other languages like python and java etc, the method name is "hasDuplicate", perhaps its a miss for golang only.
<img width="1868" height="855" alt="Image" src="https://github.com/user-attachments/assets/bd665f8a-7cce-49bf-88a6-887ea7934ed1" />
Metadata
Metadata
Assignees
Labels
No labels