contents: rename coding interview best practices page to cheatsheet

This commit is contained in:
Yangshun
2022-04-10 15:44:35 +08:00
parent 2ab481bab0
commit f95b055bdd
11 changed files with 26 additions and 18 deletions

View File

@ -20,7 +20,7 @@ module.exports = {
'coding-interview-prep',
'programming-languages-for-coding-interviews',
'coding-interview-study-plan',
'coding-interview-best-practices',
'coding-interview-cheatsheet',
'coding-interview-techniques',
'mock-interviews',
'coding-interview-rubrics',

View File

@ -46,7 +46,7 @@ const FEATURES = [
already half won.
</>
),
link: '/coding-interview-best-practices/',
link: '/coding-interview-cheatsheet/',
},
{
title: <>💁 Practical algorithm tips</>,

View File

@ -27,11 +27,19 @@
},
{
"source": "/cheatsheet",
"destination": "/coding-interview-best-practices/"
"destination": "/coding-interview-cheatsheet/"
},
{
"source": "/cheatsheet/",
"destination": "/coding-interview-best-practices/"
"destination": "/coding-interview-cheatsheet/"
},
{
"source": "/coding-interview-best-practices",
"destination": "/coding-interview-cheatsheet/"
},
{
"source": "/coding-interview-best-practices/",
"destination": "/coding-interview-cheatsheet/"
},
{
"source": "/coding-signals",
@ -127,11 +135,11 @@
},
{
"source": "/during-coding-interview",
"destination": "/coding-interview-best-practices/"
"destination": "/coding-interview-cheatsheet/"
},
{
"source": "/during-coding-interview/",
"destination": "/coding-interview-best-practices/"
"destination": "/coding-interview-cheatsheet/"
},
{
"source": "/algorithms/introduction",