User: HeavyDrugs

  • Public profile

User profile: HeavyDrugs

User info
User name:HeavyDrugs
History
Joined:
Number of posts:7
Latest posts:

Dijkstras explanation needed
Hello, I've been trying to understand dijkstras algorithm, but I'm stuck. Could someone explain this...

Exception thrown: read access violation. Doubly linked list
Input: 1 1 1 2 1 3 (inserts 3 nodes). press 2 to print the list. press 6 (this is a function to dele...

Exception thrown: read access violation. Doubly linked list
I'm getting this error. I don't understand why temp->next is nullptr if temp=head. Exception thro...

Doubly linked list crashing after trying to print from end
Okay, I will try. Would it be hard to remove global variables later? I want to finish the whole prog...

Doubly linked list crashing after trying to print from end
Thanks for your help. Here's the working code: [code] #include <iostream> using namespace std; s...

This user does not accept Private Messages