Results 2 comments of Shriyans Naik

As per the documentation, try using ``` var Fawn = require("fawn"); Fawn.init("mongodb://127.0.0.1:27017/yourDbName"); ``` **or** ``` var mongoose = require("mongoose"); mongoose.connect("mongodb://127.0.0.1:27017/testDB"); Fawn.init(mongoose); ``` > Fawn is not working well with the...

I can add backtracking for N-queens and knights tour. Please assign it to me