- Hands-On Data Structures and Algorithms with JavaScript
- Kashyap Mukkamala
- 141字
- 2021-06-30 19:12:12
Summary
There we have it, real-world web examples using stacks. The important thing to note in both examples is that the majority of the logic as expected does not revolve around the data structure itself. It is a supplementary component, that greatly simplifies access and protects your data from unintentional code smells and bugs.
In this chapter, we covered the basics of why we need a specific stack data structure instead of in-built arrays, simplifying our code using the said data structure, and noted the applications of the data structure. This is just the exciting beginning, and there is a lot more to come.
In the next chapter, we will explore the queues data structure along the same lines and analyze some additional performance metrics to check whether it's worth the hassle to build and/or use custom data structures.
- JavaScript修煉之道
- Vue.js 2 and Bootstrap 4 Web Development
- Arduino開(kāi)發(fā)實(shí)戰(zhàn)指南:LabVIEW卷
- Visual Basic程序設(shè)計(jì)教程
- Python貝葉斯分析(第2版)
- Gradle for Android
- Java EE 8 Application Development
- 深度學(xué)習(xí)入門:基于Python的理論與實(shí)現(xiàn)
- Python編程快速上手2
- 百萬(wàn)在線:大型游戲服務(wù)端開(kāi)發(fā)
- Sitecore Cookbook for Developers
- IBM RUP參考與認(rèn)證指南
- Wearable:Tech Projects with the Raspberry Pi Zero
- HTML并不簡(jiǎn)單:Web前端開(kāi)發(fā)精進(jìn)秘籍
- 讀故事學(xué)編程:Python王國(guó)歷險(xiǎn)記