mirror of
https://github.com/yangshun/tech-interview-handbook.git
synced 2026-04-23 18:11:04 +08:00
contents: reorganize algorithms section
This commit is contained in:
@@ -29,3 +29,9 @@ If the question asks to implement an operator such as power, squareroot or divis
|
||||
- [Pow(x, n)](https://leetcode.com/problems/powx-n/)
|
||||
- [Sqrt(x)](https://leetcode.com/problems/sqrtx/)
|
||||
- [Integer to English Words](https://leetcode.com/problems/integer-to-english-words/)
|
||||
|
||||
## Recommended courses
|
||||
|
||||
import AlgorithmCourses from '../\_courses/AlgorithmCourses.md'
|
||||
|
||||
<AlgorithmCourses />
|
||||
|
||||
Reference in New Issue
Block a user