08
08
07
数据结构-栈 数据结构-栈
栈(后进先出)入栈出栈操作const stack = []; stack.push(1); stack.push(2); const item1 = stack.pop(); 应用场景 刷题 LeetCode: 20.有效的括号
2022-08-07
07
06
06
06
8-6 每日刷题 8-6 每日刷题
1>求数列的和在本地IDE调试需加入这几行代码,配置详见前端牛客网刷题本地环境搭建 const print = console.log; // 赛码 const read_line = require('readline-sync')
2022-08-06
05
04
04
8-4 每日刷题 8-4 每日刷题
美团2020校招前端方向笔试题(链接)问答题1> 1、考察js堆与栈:栈内存主要用于存储各种基本类型的变量,包括Boolean、Number、String、Undefined、Null以及对象变量的指针,堆主要存储object 所以字
2022-08-04
03
Hello World Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hex
2022-08-03 Zetai Wei
5 / 8