fix: Use markdown syntax instead of HTML on exercises (#38196)

This commit is contained in:
Ashraf Nazar
2020-02-11 17:56:09 +00:00
committed by GitHub
parent 5feabd762c
commit 4999288912
8 changed files with 64 additions and 16 deletions

View File

@@ -13,8 +13,8 @@ In most of the coding interviews, foundation mostly means a clear understanding
This course presents you with the most frequently asked questions during interviews to prepare you with a basic understanding of algorithms.
It will provide clear and concise explanations and implementations of different algorithms.
# Prerequisite: All of the algorithmic questions require the solutions are written in JavaScript. It is a good idea to complete the JavaScript course first.
**Prerequisite: All of the algorithmic questions require the solutions are written in JavaScript. It is a good idea to complete the JavaScript course first**
It is good practice to use a whiteboard or notepad to implement and practice interview questions, since most coding interviews may limit you to these tools when writing the code. So forget your nice IDEs and debuggers and start getting your hands dirty!
# Best of Luck !!
**Best of Luck !!**