Here is a sample code for the topological sorting of a directed graph having vertices of int type. I want the addEdge(string a, string b) function
int
addEdge(string a, string b)