You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
77 lines
1.9 KiB
77 lines
1.9 KiB
module.exports = {
|
|
docs: [
|
|
{
|
|
Preface: ['introduction', 'landscape'],
|
|
},
|
|
{
|
|
'Resume Preparation': [
|
|
'resume',
|
|
'resume-case-study',
|
|
'resume-sample',
|
|
'cover-letter',
|
|
],
|
|
},
|
|
{
|
|
'General Interview Tips': ['self-introduction', 'questions-to-ask'],
|
|
},
|
|
'interview-formats',
|
|
{
|
|
'Coding Interviews': [
|
|
'coding-round-overview',
|
|
'picking-a-language',
|
|
'study-and-practice',
|
|
'best-practice-questions',
|
|
'during-coding-interview',
|
|
'cheatsheet',
|
|
'coding-signals',
|
|
'mock-interviews',
|
|
'interviewer-cheatsheet',
|
|
{
|
|
Algorithms: [
|
|
'algorithms/algorithms-introduction',
|
|
'algorithms/array',
|
|
'algorithms/binary',
|
|
'algorithms/dynamic-programming',
|
|
'algorithms/geometry',
|
|
'algorithms/graph',
|
|
'algorithms/hash-table',
|
|
'algorithms/heap',
|
|
'algorithms/interval',
|
|
'algorithms/linked-list',
|
|
'algorithms/math',
|
|
'algorithms/matrix',
|
|
'algorithms/oop',
|
|
'algorithms/permutation',
|
|
'algorithms/queue',
|
|
'algorithms/recursion',
|
|
'algorithms/sorting-searching',
|
|
'algorithms/stack',
|
|
'algorithms/string',
|
|
'algorithms/tree',
|
|
'algorithms/trie',
|
|
],
|
|
},
|
|
],
|
|
},
|
|
'system-design',
|
|
{
|
|
'Behavioral Interviews': [
|
|
'behavioral-round-overview',
|
|
'star-format',
|
|
'behavioral-questions',
|
|
'psychological-tricks',
|
|
],
|
|
},
|
|
{
|
|
'Offer Negotiation': ['understanding-compensation', 'negotiation'],
|
|
},
|
|
{
|
|
'Job Preparation': [
|
|
'choosing-between-companies',
|
|
'engineering-levels',
|
|
// 'team-selection',
|
|
],
|
|
},
|
|
],
|
|
};
|