website: add sidebar structure

This commit is contained in:
Yangshun
2022-04-06 09:27:36 +08:00
parent 6e47fceef4
commit 7eccc0db17
63 changed files with 3892 additions and 153 deletions

View File

@ -144,7 +144,7 @@ Implementation rounds feel very similar to algorithms, as you need to actively f
## Algorithm Rounds
As software engineers, we are not unfamiliar with algorithm questions. Leetcode and Hackerrank are common resources used for practicing such questions.
As software engineers, we are not unfamiliar with algorithm questions. LeetCode and Hackerrank are common resources used for practicing such questions.
As I knew this was my weakness, this was where I spent the most time. It may be a little ironic that I chose Python over JavaScript as my language of choice for tackling algorithms. JavaScript's lack of a native minheap and binary search implementation made it a slightly worse choice.