tvl-depot/deepmind/part_two
William Carroll 85cdd46f00 Attempt to support TypeScript for coding challenges
I was a bit weaker than I expected to be in my most recent interview using
TypeScript. To improve, I think I'd like to attempt solving some of the
InterviewCake.com questions using TypeScript.

If you've read the previous commits, the inspiration for `run` arose because I
need to call `npx ts-code <file>`, which is easy enough to remember, but I'd
still rather just call `run <file>`.
2020-02-11 17:11:19 +00:00
..
.envrc Attempt to support TypeScript for coding challenges 2020-02-11 17:11:19 +00:00
delete-node.py Partition deepmind directory into two parts 2020-02-06 16:56:06 +00:00
matrix-traversals.py Practice writing, printing, traversing matrices 2020-02-08 12:01:25 +00:00
package-lock.json Attempt to support TypeScript for coding challenges 2020-02-11 17:11:19 +00:00
package.json Attempt to support TypeScript for coding challenges 2020-02-11 17:11:19 +00:00
reverse-string-in-place.ts Attempt to support TypeScript for coding challenges 2020-02-11 17:11:19 +00:00
shell.nix Attempt to support TypeScript for coding challenges 2020-02-11 17:11:19 +00:00
todo.org Encode InterviewCake.com questions as an org-mode list 2020-02-11 17:11:19 +00:00