misc: update sidebar labels

This commit is contained in:
Yangshun
2022-04-11 12:39:49 +08:00
parent bd10d88632
commit 95b2348e85
9 changed files with 9 additions and 7 deletions

View File

@@ -12,7 +12,7 @@ keywords:
optimize space complexity,
optimize time and space complexity,
]
sidebar_label: Techniques to solve coding interview questions
sidebar_label: Techniques to solve questions
---
The biggest fear most candidates will have during a coding interview is: what if I get stuck on the question and don't know how to do it? Fortunately, there are structured ways to approach coding interview questions that will increase your chances of solving them. From how to find a solution or approach, to optimizing time and space complexity, here are some of the top tips and best practices that will help you solve coding interview questions.