contents: add best coding interview courses page

This commit is contained in:
Yangshun
2022-02-06 16:59:59 +08:00
parent 42c21f9819
commit 2004a1079c
4 changed files with 43 additions and 10 deletions

View File

@ -0,0 +1,36 @@
---
id: best-coding-interview-courses
title: Best coding interview courses
description: Best courses to take to prepare for your coding interviews
sidebar_label: 🔥 Best interview courses
keywords: [algorithm, coding, interview, questions]
---
If you prefer courses where the learning is more structured, here are a few recommendations.
## General
import AlgorithmCourses from './\_courses/AlgorithmCourses.md'
<AlgorithmCourses />
## Python
| Course | Reviews | Duration | Price | Contents |
| :-- | --- | --- | --- | --- |
| [The Complete Data Structures and Algorithms Course in Python](https://fxo.co/DQpc) | 4.5/5 | 41h | $ | Basic data structures and algorithms |
| [Python for Data Structures, Algorithms, and Interviews!](https://fxo.co/DQpb) | 4.5/5 | 16.5h | $$ | Basic data structures and algorithms, job application, behavioral interview, negotiation |
## Java
| Course | Reviews | Duration | Price | Contents |
| :-- | --- | --- | --- | --- |
| [Java Data Structures and Algorithms Masterclass](https://fxo.co/DQpa) | 4.5/5 | 45h | $ | Basic and advanced Basic data structures and algorithms |
| [Data Structures and Algorithms: Deep Dive Using Java](https://fxo.co/DQpW) | 4.5/5 | 16h | $$ | Basic data structures and algorithms |
## JavaScript
| Course | Reviews | Duration | Price | Contents |
| :-- | --- | --- | --- | --- |
| [Master the Coding Interview: Data Structures + Algorithms](https://fxo.co/DQpY) | 4.6/5 | 19.5h | $$ | Basic data structures and algorithms, job application, behavioral interview, negotiation |
| [JavaScript Data Structures and Algorithms Masterclass](https://fxo.co/DQpZ) | 4.5/5 | 45h | $ | Basic and advanced data structures and algorithms |