- Python Data Structures and Algorithms
- Benjamin Baka
- 109字
- 2021-07-09 19:45:09
Summary
In this chapter, we have taken a general overview of algorithm design. Importantly, we saw a platform independent way to measure an algorithm's performance. We looked at some different approaches to algorithmic problems. We looked at a way to recursively multiply large numbers and also a recursive approach for merge sort. We saw how to use backtracking for exhaustive search and generating strings. We also introduced the idea of benchmarking and a simple platform-dependent way to measure runtime. In the following chapters, we will revisit many of these ideas with reference to specific data structures. In the next chapter, we will discuss linked lists and other pointer structures.
推薦閱讀
- Software Defined Networking with OpenFlow
- Oracle Exadata性能優(yōu)化
- Kubernetes實戰(zhàn)
- 算法零基礎一本通(Python版)
- Developing Mobile Web ArcGIS Applications
- Cassandra Design Patterns(Second Edition)
- OpenShift在企業(yè)中的實踐:PaaS DevOps微服務(第2版)
- Mastering Apache Maven 3
- 新一代SDN:VMware NSX 網(wǎng)絡原理與實踐
- Visual FoxPro 6.0程序設計
- Vue.js 3應用開發(fā)與核心源碼解析
- Scrapy網(wǎng)絡爬蟲實戰(zhàn)
- Enterprise Application Architecture with .NET Core
- Three.js Essentials
- Android項目實戰(zhàn):博學谷