Shortest path maze solver algorithmThis doesn't do exactly what you want, but demonstrates BFS. Reads a text file all lower case with ...
Seg fault errorsHere is what I was talking about, its super simplistic, no error handling or checking, you can add t...
Seg fault errorsYou were assigning a struct to a pointer to a struct. I still have my reservations that this will ...
Seg fault errorsThis skips the first line for me when I try it: [code] while (getline (inputFile, line)) { inpu...
the sieve of erastosthenesDon't bother with the sieve of erastosthenes, you'll waste more time crossing off values and travers...
This user does not accept Private Messages