Hi guys,

I think i got it by using boolean to check . Thanks.

Hi guys,

I have another issue to solve.

Now i am trying to implement a linear table to store all the values.

for example: (array table of size 5)

0 [00101]
1 [10000]
2 [01010]
3 [11000]
4 [10110]

My idea is to store whatever being read in the text file (translated to binary first using SHA-1) and insert them into the array table. However how am i supposed to store the next value into the linked list?

so like become:

0 [000....] -> [000011101] -> [00010101]
1 [001]
2 [010]
3 [011]
4 [100]
5 [101]
6 [110]
7 [111]

Thanks!

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.