
读书笔记
La vie est belle❤️
长长的路,慢慢地走
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
常见排序算法比较 Comparison of different sorting algorithms
Comparison of different sorting algorithmsBubble sort 冒泡排序Selection sort 选择排序Insertion sort 插入排序Shellsort 希尔排序Mergesort 归并排序Quicksort 快速排序Heapsort 堆排序Bubble sort 冒泡排序Specifically, we can improve ...原创 2020-02-09 19:40:11 · 849 阅读 · 0 评论 -
[Notes] Introduction to The Design and Analysis of Algorithms from Anany Levitin
[Notes] Introduction to The Design and Analysis of Algorithms from Anany Levitin1. Introduction1.1 What is an Algorithm?Greatest Common Divisor1. Introduction1.1 What is an Algorithm?Important poin...原创 2020-02-02 15:22:20 · 5577 阅读 · 0 评论 -
读书笔记 | 数据结构与算法图解 (A Common-Sense Guide to Data Structure and Algorithms) - 杰伊.温格罗
数据结构与算法图解书籍介绍及源代码第一章 数据结构为何重要1.1 基础数据结构:数组书籍介绍及源代码书籍介绍源代码第一章 数据结构为何重要数据结构是数据的组织形式,它极大地影响着代码的运行速度。因为数据结构不同,程序的运行速度可能相差多个数量级。如果程序要处理大数据或者让数千人同时使用,使用何种数据结构将决定程序是能否运行。1.1 基础数据结构:数组一般数据结构都会有4种操作:读取、...原创 2019-12-03 07:47:03 · 551 阅读 · 0 评论