Click here to Skip to main content
15,895,667 members

Comments by Member 13277493 (Top 42 by date)

Member 13277493 23-Sep-19 23:48pm View    
I want tp use it for detecting a loop in a linked list
Member 13277493 22-Sep-19 11:53am View    
I just wanted to build a hash function for linked list nodes, which would take as an input their addresses and gave me hashTable index
Member 13277493 22-Sep-19 11:52am View    
thank you! My stringstream approach was different, I didn't know about str() function, I should have studied stringstream well before using it.
Member 13277493 22-Sep-19 3:56am View    
Sorry, I misunderstood the answer. I will try and see if there will be any problems.
Member 13277493 22-Sep-19 3:43am View    
I need that conversion for creating my hash function, but if it is not possible, then I will think another hashing function, thanks!