From 1c112da8704d81ab123b438c7f911a69c185ec2e Mon Sep 17 00:00:00 2001 From: Yangshun Tay Date: Mon, 15 Jul 2019 16:43:56 -0700 Subject: [PATCH] contents: redirect some popular old paths to website --- algorithms/README.md | 3 +++ preparing/README.md | 3 +++ 2 files changed, 6 insertions(+) create mode 100644 algorithms/README.md create mode 100644 preparing/README.md diff --git a/algorithms/README.md b/algorithms/README.md new file mode 100644 index 00000000..8d72a2ae --- /dev/null +++ b/algorithms/README.md @@ -0,0 +1,3 @@ +# Algorithms + +The algorithms contents have been moved to the [website](https://yangshun.github.io/tech-interview-handbook/algorithms/algorithms-introduction). diff --git a/preparing/README.md b/preparing/README.md new file mode 100644 index 00000000..9ce75e33 --- /dev/null +++ b/preparing/README.md @@ -0,0 +1,3 @@ +# Preparing + +The cheatsheet contents have been moved to the [website](https://yangshun.github.io/tech-interview-handbook/coding-round-overview).