-
Notifications
You must be signed in to change notification settings - Fork 382
Closed
Labels
Description
LeetCode Username
przemysaw2
Problem Number, Title, and Link
- Find Unique Binary String https://leetcode.com/problems/find-unique-binary-string
Bug Category
Editorial
Bug Description
The space complexity of the first approach is incorrect. It should be
The same applies to this sentence: "Additionally, we will convertnumsto a hash set prior to starting the recursion, so we can have checks in
It is also incorrect as the check takes
Language Used for Code
None
Code used for Submit/Run operation
Expected behavior
Correct space complexity and explanations in approach 1.
Screenshots
No response
Additional context
No response