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 b0cf3fb

Browse files
add ADT godoc
1 parent 1a3ae64 commit b0cf3fb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

‎README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
* Stack (абстрактный тип данных, представляющий собой список элементов, организованных по принципу LIFO): [example](https://github.com/dreddsa5dies/algorithm/tree/master/stack)
2020
* Queue (абстрактный тип данных, представляющий собой список элементов, организованных по принципу FIFO): [example](https://github.com/dreddsa5dies/algorithm/tree/master/queue)
2121
* binary search tree, BST (Двоичное дерево поиска): [example](https://github.com/dreddsa5dies/algorithm/tree/master/BST)
22+
* HEAP (Ку́ча - динамически распределяемая память приложения): [example](https://golang.org/pkg/container/heap/)
23+
* Doubly linked list (Двунаправленный список): [example](https://golang.org/pkg/container/list/)
24+
* Circular lists (Круговой связанный список): : [example](https://golang.org/pkg/container/ring/)
2225
## The code contains comments in Russian
2326

2427
## License

0 commit comments

Comments
(0)

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