dev
dev copied to clipboard
Some developer resources that I've made for myself, may also be helpful for others.
Bumps [mongodb](https://github.com/mongodb/node-mongodb-native) from 1.4.40 to 3.6.1. Release notes Sourced from mongodb's releases. v3.6.1 The MongoDB Node.js team is pleased to announce version 3.6.1 of the driver Release Highlights Kerberos A...
Bumps [morgan](https://github.com/expressjs/morgan) from 1.6.1 to 1.10.0. Release notes Sourced from morgan's releases. 1.10.0 Add :total-time token Fix trailing space in colored status code for dev format deps: basic-auth@~2.0.1 deps: [email protected]...
Bumps [mime](https://github.com/broofa/node-mime) from 1.2.11 to 2.4.4. Release notes Sourced from mime's releases. v2.0.3 Fix RegEx DoS issue v2.0.1 [closed] MIME breaking with 'class' declaration as it is without 'use strict...
Bumps [debug](https://github.com/visionmedia/debug) from 2.2.0 to 4.1.1. Release notes Sourced from debug's releases. 4.1.1 This backport fixes a bug in coveralls configuration as well as the .extend() function. Patches test: only...
https://github.com/danialgoodwin/dev/blob/e65e91cb5df8d63e2c1a24a692c506b64858228b/code-practice/interview-cake/src/com/danialgoodwin/interviewcake/question/FindDuplicateOptimizeForSpace.java#L52 This code will internally call the legacy merge sort which will take an O(n) space complexity. So I think your code would take more than O(1) space! :)