Converts BFS tree indexes to inorder tree indexes
npm install bfs2inorderbfs2inorder
===========
Converts an index in bfs order to an inorder index.
Install
=======
npm install bfs2inorder
Use
===
``javascript
var bfs2inorder = require("bfs2inorder")
console.log(bfs2inorder(10, 3))
`