Algorithm
704. Binary Search
278. First Bad Version
35. Search Insert Position
Python 实现代码详见我的 GitHub
Review
What exactly is Node.js?
详细解释了
-
Node.js® is a JavaScript runtime built on Chrome’s V8 JavaScript engine.
-
Node.js uses an event-driven, non-blocking I/O model that makes it lightweight and efficient.
-
Node.js’ package ecosystem, npm, is the largest ecosystem of open source libraries in the world.
里面谈到堆栈的问题,这方面还不是很清楚,后续可以继续研究
Tip
Share
本文探讨了Node.js的基本概念,如基于Chrome V8引擎的JavaScript运行环境,其非阻塞I/O模型的优势,以及npm的巨大开源库生态系统。同时提到了对Node.js中堆栈问题的理解和后续研究计划。

被折叠的 条评论
为什么被折叠?



