mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 04:33:42 +08:00
contents: proofread contents untll coding interview
This commit is contained in:
@ -25,7 +25,7 @@ module.exports = {
|
||||
items: [
|
||||
{href: '/introduction', label: 'Getting started', position: 'left'},
|
||||
{
|
||||
href: '/coding-round-overview',
|
||||
href: '/coding-interview',
|
||||
label: 'Coding',
|
||||
},
|
||||
{
|
||||
@ -83,7 +83,7 @@ module.exports = {
|
||||
},
|
||||
{
|
||||
label: 'Coding round',
|
||||
href: '/coding-round-overview',
|
||||
href: '/coding-interview',
|
||||
},
|
||||
{
|
||||
label: 'System design',
|
||||
|
@ -23,12 +23,10 @@ module.exports = {
|
||||
'interview-formats-top-companies',
|
||||
],
|
||||
},
|
||||
{
|
||||
'General interview tips': ['self-introduction', 'questions-to-ask'],
|
||||
},
|
||||
'self-introduction',
|
||||
{
|
||||
'🔥 Coding interviews': [
|
||||
'coding-round-overview',
|
||||
'coding-interview',
|
||||
'picking-a-language',
|
||||
'study-and-practice',
|
||||
'best-practice-questions',
|
||||
@ -73,6 +71,7 @@ module.exports = {
|
||||
'psychological-tricks',
|
||||
],
|
||||
},
|
||||
'questions-to-ask',
|
||||
],
|
||||
},
|
||||
{
|
||||
|
Reference in New Issue
Block a user