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.
- Host: GitHub
- URL: https://github.com/honkinglin/sword-offer
- Owner: honkinglin
- License: mit
- Created: 2024-09-21T07:39:14.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-10T06:49:39.000Z (about 1 year ago)
- Last Synced: 2025-02-17T04:47:40.345Z (10 months ago)
- Topics: algorithm, interview, swordoffer
- Language: Vue
- Homepage: https://honkinglin.github.io/sword-offer/
- Size: 518 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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/)