6
Xilats
6y

I regret ever picking my CS major every time I stare at my VS Debugger and am stuck reading the values stored in a List<Int>. Why, List<Int>, as the backing for my shortest path, do you not have the proper values after I walk my tree.

I have lovingly set up my Priority Queue. I have followed the class notes and lectures.

Oh why, my List, have your forsaken me?

Oh.

It's a recursion bug. I'm not updating nodes properly.

I'm a dumb ass.

Comments
Add Comment