website: homepage improvements

This commit is contained in:
Yangshun
2021-09-19 01:58:21 +08:00
parent 13a8ed4222
commit 0535dd0d7f
8 changed files with 167 additions and 114 deletions

View File

@ -1,6 +1,7 @@
---
id: algorithms-introduction
title: Introduction
slug: introduction
---
This section dives deep into practical tips for specific topics of algorithms and data structures which appear frequently in coding questions. Many algorithm questions involve techniques that can be applied to questions of similar nature. The more techniques you have in your arsenal, the higher the chances of passing the interview. They may lead you to discover corner cases you might have missed out or even lead you towards the optimal approach!