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.
tech-interview-handbook/website/sidebars.js

65 lines
1.5 KiB

module.exports = {
docs: {
Preface: [
'introduction',
// 'landscape',
],
'Job Application': [
// 'how-to-apply',
'resume',
'cover-letter',
],
'Interview Process': [
// 'interview-stages',
'company-interview-formats',
'self-introduction',
{
type: 'category',
label: 'Coding Round',
items: [
'coding-round-overview',
'picking-a-language',
'study-and-practice',
'coding-round-phases',
'cheatsheet',
'mock-interviews',
],
},
{
type: 'category',
label: 'Behavioral Round',
items: [
'star-framework',
'behavioral-questions',
'psychological-tricks',
],
},
'questions-to-ask',
],
'Post Interview': ['negotiation', 'understanding-compensation'],
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',
],
},
};