update README.md

pull/7/head
Alexander Kuleshov 7 years ago
parent 307fadc6e2
commit 0f22fe5c1b
No known key found for this signature in database
GPG Key ID: 11DB55FD14934DB6

@ -17,32 +17,32 @@ Algorithms
#### Sorting #### Sorting
* bubble sort * [bubble sort](https://en.wikipedia.org/wiki/Bubble_sort)
* selection sort * [selection sort](https://en.wikipedia.org/wiki/Selection_sort)
* merge sort * [merge sort](https://en.wikipedia.org/wiki/Merge_sort)
* cocktail sort * [cocktail sort](https://en.wikipedia.org/wiki/Cocktail_shaker_sort)
* gnome sort * [gnome sort](https://en.wikipedia.org/wiki/Gnome_sort)
* quick sort * [quick sort](https://en.wikipedia.org/wiki/Quicksort)
* comb sort * [comb sort](https://en.wikipedia.org/wiki/Comb_sort)
* odd/even sort * [odd-even sort](https://en.wikipedia.org/wiki/Odd%E2%80%93even_sort)
* heap sort * [heap sort](https://en.wikipedia.org/wiki/Heapsort)
* Shell sort * [Shell sort](https://en.wikipedia.org/wiki/Shellsort)
* counting sort * [counting sort](https://en.wikipedia.org/wiki/Counting_sort)
#### Searching #### Searching
* binary search * [binary search](https://en.wikipedia.org/wiki/Binary_search_algorithm)
#### Collections #### Collections
* doubly linked list * [doubly linked list](https://en.wikipedia.org/wiki/Doubly_linked_list)
* binary tree * [binary tree](https://en.wikipedia.org/wiki/Binary_search_tree)
* stack * [stack](https://en.wikipedia.org/wiki/Stack_(abstract_data_type))
* queue * [queue](https://en.wikipedia.org/wiki/Queue_(abstract_data_type))
#### Numerical #### Numerical
* gcd * [gcd](https://en.wikipedia.org/wiki/Greatest_common_divisor)
Contribution Contribution
------------ ------------

Loading…
Cancel
Save