# algorithm **Repository Path**: xiao916/algorithm ## Basic Information - **Project Name**: algorithm - **Description**: 算法的相关 - **Primary Language**: Java - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-04-21 - **Last Updated**: 2021-04-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### 算法相关 #### 排序 ##### 1,冒泡排序 BubbleSort ![冒泡排序](.\res\images\冒泡排序.gif) ##### 2,选择排序 SelectionSort ![选择排序 ](.\res\images\选择排序.gif) ##### 3,插入排序 InsertSort ![插入排序](.\res\images\插入排序.gif) ##### 4,希尔排序 ShellSort ![希尔排序](.\res\images\希尔排序.gif) ##### 5,归并排序 MergeSort ![归并排序](.\res\images\归并排序.gif) ##### 6,快速排序 QuickSort ![快速排序](.\res\images\快速排序.gif) ##### 7,桶排序 BucketSort ![桶排序](.\res\images\桶排序.gif)