Space-Efficient Tips for Mastering Index Marking in Arrays
Imagine you’re solving a puzzle with an array, and you don’t want to use extra space like a HashSet or Map. That’s where index marking comes in, a nifty trick that uses the array itself to track information, like a treasure map marking where you’ve b...
techtribes.hashnode.dev8 min read