mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2025-07-28 04:33:42 +08:00
contents: add best coding interview courses page
This commit is contained in:
36
contents/best-coding-interview-courses.md
Normal file
36
contents/best-coding-interview-courses.md
Normal 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 |
|
Reference in New Issue
Block a user