mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 12:43:12 +08:00
contents: reorganize algorithms section
This commit is contained in:
@ -29,38 +29,16 @@ module.exports = {
|
||||
'🔥 Coding interviews': [
|
||||
'coding-interview',
|
||||
'picking-a-language',
|
||||
'study-and-practice',
|
||||
'best-practice-questions',
|
||||
{
|
||||
'Study and practice': [
|
||||
'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',
|
||||
@ -89,5 +67,33 @@ module.exports = {
|
||||
// 'team-selection',
|
||||
],
|
||||
},
|
||||
{
|
||||
'Algorithms tips': [
|
||||
'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',
|
||||
],
|
||||
},
|
||||
{
|
||||
Misc: ['interviewer-cheatsheet'],
|
||||
},
|
||||
],
|
||||
};
|
||||
|
Reference in New Issue
Block a user