An open API service indexing awesome lists of open source software.

https://github.com/honkinglin/sword-offer

JavaScript solutions to 《剑指 Offer》 coding challenges, aimed at mastering algorithms for technical interviews.
https://github.com/honkinglin/sword-offer

algorithm interview swordoffer

Last synced: 9 months ago
JSON representation

JavaScript solutions to 《剑指 Offer》 coding challenges, aimed at mastering algorithms for technical interviews.

Awesome Lists containing this project

README

          

# Sword Offer
用 JavaScript 解决《剑指 Offer》的编码挑战,旨在掌握技术面试的算法。

## 目录

- [数组中重复的数字](./docs/DuplicationInArray.md)
- [不修改数组找出重复的数字](./docs/DunplicationInArrayNoEdit.md)
- [替换空格](./docs/ReplaceSpaces.md)

## 预览
[点击在线预览](https://honkinglin.github.io/sword-offer/)