mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-30 21:53:28 +08:00
seo: add social image
This commit is contained in:
@ -15,6 +15,10 @@ keywords:
|
||||
sidebar_label: Techniques to solve questions
|
||||
---
|
||||
|
||||
<head>
|
||||
<meta property="og:image" content="https://www.techinterviewhandbook.org/social/coding-interview-techniques.png" />
|
||||
</head>
|
||||
|
||||
import InDocAd from './\_components/InDocAd';
|
||||
|
||||
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.
|
||||
|
Reference in New Issue
Block a user