9fa97eab67
Write a function to merge meeting times. Added an in-place solution, which the "Bonus" section suggested attempting to solve. - Added some simple benchmarks to test the performance differences between the in-place and not-in-place variants. To my surprise, the in-place solution was consistently slower than the not-in-place solution. |
||
---|---|---|
.. | ||
misc | ||
.envrc | ||
delete-node.py | ||
merging-ranges.py | ||
package-lock.json | ||
package.json | ||
reverse-string-in-place.ts | ||
shell.nix | ||
todo.org |