mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-07 06:44:57 +08:00
translation: Add the initial translation of the chapter of stack and queue (#1033)
* Update the format of Q&As in docs-en * Fix the code comments of JavaScript and TypeScript * Add the initial translation of the chapter of stack and queue
This commit is contained in:
@ -6,7 +6,7 @@
|
||||
|
||||
/* Driver Code */
|
||||
/* 初始化栈 */
|
||||
// Javascript 没有内置的栈类,可以把 Array 当作栈来使用
|
||||
// JavaScript 没有内置的栈类,可以把 Array 当作栈来使用
|
||||
const stack = [];
|
||||
|
||||
/* 元素入栈 */
|
||||
|
Reference in New Issue
Block a user