- iOS Programming Cookbook
- Hossam Ghareeb
- 103字
- 2021-07-09 18:29:46
Getting ready
Before learning how to write generic code, let's see an example of a problem that generics solve. I bet you are familiar with stack data structures and have been using it in one of the computer science courses before. Anyway, it's a kind of collection data structure that follows LIFO (Last in first out). It has very commonly used APIs for these operations, which are pop and push. Push inserts new item to the stack; pop returns the last inserted one. It's just a simple overview, as we will not explain data structures in this book as it's out of topic.
推薦閱讀
- Linux Mint Essentials
- Linux從零開始學(視頻教學版)
- 開源安全運維平臺OSSIM疑難解析:入門篇
- 高性能Linux服務器構建實戰:系統安全、故障排查、自動化運維與集群架構
- Java EE 8 Design Patterns and Best Practices
- Linux就該這么學
- 新手學電腦從入門到精通(Windows 10+Office 2016版)
- Windows Server 2019 Administration Fundamentals
- Linux內核觀測技術BPF
- Windows 7應用入門與技巧
- NetDevOps入門與實踐
- Advanced TypeScript Programming Projects
- Cassandra 3.x High Availability(Second Edition)
- Kali Linux高級滲透測試(原書第3版)
- Learning Continuous Integration with Jenkins(Second Edition)