MD5 HashingI'm working on implementing the MD5 hash. I basically just took the pseudocode from wikipedia (https...
Bellman Ford number of edgesThe way I ended up doing it was keeping track of the predecessor for each node, then backtracking fr...
Bellman Ford number of edgesI'm using the Bellman Ford algorithm to create a routing table. You can see the algorithm here: http...
bad_alloc on vector.push_backSorry for not posting the input file, my bad. [code] struct Graph* graph = new Graph; [/code] Th...
bad_alloc on vector.push_backI'm getting a bad_alloc error when I attempt to push to a vector(see the line marked // ERROR HERE)....
This user does not accept Private Messages