Hacker News new | ask | show | jobs
by nitishmd 4125 days ago
Wouldn't the worst case space complexity be the same then? for eg: ( { [ ] } ) as you will be keeping index for each the symbols. Technically it can be implemented, but isn't stack a better approach?