mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-08-02 02:52:40 +08:00
contents: rename coding interview best practices page to cheatsheet
This commit is contained in:
@ -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',
|
||||
|
@ -46,7 +46,7 @@ const FEATURES = [
|
||||
already half won.
|
||||
</>
|
||||
),
|
||||
link: '/coding-interview-best-practices/',
|
||||
link: '/coding-interview-cheatsheet/',
|
||||
},
|
||||
{
|
||||
title: <>💁♀️ Practical algorithm tips</>,
|
||||
|
@ -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",
|
||||
|
Reference in New Issue
Block a user