Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit d7f37d0

Browse files
change README
1 parent 3ccf7b8 commit d7f37d0

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

‎README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![Buy Me A Coffee](https://www.buymeacoffee.com/assets/img/custom_images/black_img.png)](https://www.buymeacoffee.com/GDNsM0F)
44

55
## The repository algorithms implemented on the Go:
6+
### Sort:
67
* Sort by simple exchange, bubble sort (Сортировка простыми обменами, сортиро́вка пузырько́м): [example](https://github.com/dreddsa5dies/algorithm/tree/master/bubbleSort)
78
* Cocktail sort (Сортировка перемешиванием, или Шейкерная сортировка, или двунаправленная): [example](https://github.com/dreddsa5dies/algorithm/tree/master/bubleSortV2)
89
* Shell Sort (Сортировка Шелла): [example](https://github.com/dreddsa5dies/algorithm/tree/master/shellSort)
@@ -11,15 +12,17 @@
1112
* Selection sort (Сортировка выбором): [example](https://github.com/dreddsa5dies/algorithm/tree/master/selectionSort)
1213
* Heap sort (Пирамидальная сортировка, «Сортировка кучей»): [example](https://github.com/dreddsa5dies/algorithm/tree/master/heapSort)
1314
* Merge sort (Сортировка слиянием): [example](https://github.com/dreddsa5dies/algorithm/tree/master/mergeSort)
15+
### Search:
1416
* Binary search (Бинарный поиск): [example](https://github.com/dreddsa5dies/algorithm/tree/master/binarySearch)
1517
* Breadth-first search, BFS (Поиск в ширину (англ. breadth-first search, BFS) — метод обхода графа и поиска пути в графе): [example](https://github.com/dreddsa5dies/algorithm/tree/master/BFS)
18+
### ADT:
1619
* Stack (абстрактный тип данных, представляющий собой список элементов, организованных по принципу LIFO): [example](https://github.com/dreddsa5dies/algorithm/tree/master/stack)
1720
* Queue (абстрактный тип данных, представляющий собой список элементов, организованных по принципу FIFO): [example](https://github.com/dreddsa5dies/algorithm/tree/master/queue)
1821
* binary search tree, BST (Двоичное дерево поиска): [example](https://github.com/dreddsa5dies/algorithm/tree/master/BST)
1922
## The code contains comments in Russian
2023

2124
## License
22-
This project is licensed under MIT license. Please read the LICENSE file.
25+
This project is licensed under MIT license. Please read the [LICENSE](https://github.com/dreddsa5dies/algorithm/tree/master/LICENSE.md) file.
2326

2427
## Contribute
25-
Welcomes any kind of contribution. Please read the CONTRIBUTING and CODE_OF_CONDUCT file.
28+
Welcomes any kind of contribution. Please read the [CONTRIBUTING](https://github.com/dreddsa5dies/algorithm/tree/master/CONTRIBUTING.md) and [CODE_OF_CONDUCT](https://github.com/dreddsa5dies/algorithm/tree/master/CODE_OF_CONDUCT.md) file.

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /