I have a hash table in python and I have a lot of data and some are the same but I need to chain them.
I want to make a music database which if I search some numeric values called HZ i could find the name of the song.
So lets say I have a song Called Song 1 I measure it HZ values but their are countless 10 to be specific.
What I want to make is to have the ability to search any HZ value and have the same result.
Song 1
10 HZ
20 HZ
30 HZ
40 HZ
50 HZ
60 HZ
70 HZ
80 HZ
90 HZ
100 HZ
So if I input any of these 10 values i would get the name Song 1 as results