berksaltuk / WordNetwork

The goal of this project is to perform some graph-related operations on Prof. Donald Knuth’s list of five-letter words in GraphBase.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

/**
* Title : Notes about compilation
* Author : Berk Saltuk Yılmaz
* ID: 21903419
* Section : 3
* Assignment : 4
*/

My program does compile and work on the dijkstra server properly. 

However, if you face a "segmentation fault" originated because of stdstring (I don't know why)
you can try to run each method separately but I believe that I have solved this problem. 

If an unexpected error occurs on dijkstra, I guarantee that it will work on your favorite IDE :).

About

The goal of this project is to perform some graph-related operations on Prof. Donald Knuth’s list of five-letter words in GraphBase.


Languages

Language:C++ 100.0%