UNPKG

problems

Version:

A set of problems that can be encountered in interviews.

7 lines (6 loc) 140 B
var matrices = require('./matrices'); var strings = require('./strings'); module.exports = { matrices: matrices, strings: strings }