[Adventurer] Hashed Yaks


The new level and the new series: Hashed Yaks

This series will be about hashing and especially hash function with hash table usage. It will base concepts. Maybe in future, we will extend it with cryptography usage.

Simple enough. A couple of things:

My hero seems to repeat the loop saying the names more than once. Not sure why. (As in he calls the 4, then starts calling them again). My code correctly calls the loop only once.

Then a typo:
# Iterate the list of yak names (yakList)

The name of the yak list is yakNameList

2 Likes

Honestly, I’m surprised too. The list contains 4 elements, there are no additional loops however the hero is repeating the list.

Thanks, it was the first version.