Austin Hey, you still alive? Is this an actual leetcode problem? If so, I can't find it. I'm mainly tackling the hard problems in C (the closest thing to BASIC they have lol) but I figured I'd convert the BASIC solutions I posted back in 2023 to C and actually submit them
EDIT: Is it 387. First Unique Character in a String? Looks like it
yetanothertroll
Hey, you're back! Well, for this I'd use a simple two column array
BASIC code at forums.craigslist.org
I neglected to put a guard around that first For loop in case the string was empty, oops