Skip to content

Commit

Permalink
index.js file added
Browse files Browse the repository at this point in the history
  • Loading branch information
DNonov committed Feb 26, 2018
1 parent 5129c82 commit b84752d
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 70 deletions.
11 changes: 11 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
(function () {
return module.exports = {
BST: require("./src/binarySearchTree"),
Dictionary: require("./src/dictionary"),
LinkedList: require("./src/linkedList"),
List: require("./src/list"),
Queue: require("./src/queue"),
_Set: require("./src/set"),
Stack: require("./src/stack")
}
})();
70 changes: 0 additions & 70 deletions prob.js

This file was deleted.

0 comments on commit b84752d

Please sign in to comment.