Movatterモバイル変換


[0]ホーム

URL:


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

Commit711effb

Browse files
authored
Update README.md
1 parent3f9c59e commit711effb

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

‎README.md‎

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -20,30 +20,30 @@ This is an incomplete list of arguments in favor of immutability:
2020

2121

2222
##Currently Supported Data Structures
23-
-[Queue](https://en.wikipedia.org/wiki/Queue_(abstract_data_type))
24-
-[Stack](https://en.wikipedia.org/wiki/Stack_(abstract_data_type))
25-
-[List](https://en.wikipedia.org/wiki/List_(abstract_data_type))
26-
-<b>[Dictionary (Associative Array)](https://en.wikipedia.org/wiki/Associative_array)</b>
27-
-<b>[Set](https://en.wikipedia.org/wiki/Set_(abstract_data_type))</b>
28-
-<b>[BinaryTree](https://en.wikipedia.org/wiki/Binary_tree)</b>
29-
-<b>[Heap](https://en.wikipedia.org/wiki/Heap_(data_structure))</b>
23+
-[Queue](https://github.com/d-kiss/candyland/blob/master/abstract/queue.py)
24+
-[Stack](https://github.com/d-kiss/candyland/blob/master/abstract/stack.py)
25+
-[List](https://github.com/d-kiss/candyland/blob/master/abstract/list.py)
26+
-[Dictionary (Associative Array)](https://github.com/d-kiss/candyland/blob/master/abstract/dictionary.py)
27+
-[Set](https://github.com/d-kiss/candyland/blob/master/abstract/set.py)
28+
-[BinaryTree](https://github.com/d-kiss/candyland/blob/master/trees/binary_tree.py)
29+
-[Heap](https://github.com/d-kiss/candyland/blob/master/trees/heap.py)
3030

3131
##Upcoming:
32-
1. <strike> Queue </strike>
33-
2. <strike> Stack </strike>
34-
3. <strike> List </strike>
32+
1. <strike>[Queue](https://en.wikipedia.org/wiki/Queue_(abstract_data_type)) </strike>
33+
2. <strike>[Stack](https://en.wikipedia.org/wiki/Stack_(abstract_data_type)) </strike>
34+
3. <strike>[List](https://en.wikipedia.org/wiki/List_(abstract_data_type)) </strike>
3535
4. <strike>KeyValuePair</strike> (Who needs a key-value pair in python? ;))
36-
5. <strike>Set</strike>
36+
5. <strike>[Set](https://en.wikipedia.org/wiki/Set_(abstract_data_type))</strike>
3737
6. PriorityQueue
3838
7. LinkedList
3939
8. SortedList
4040
9. AVLTree
4141
10. BinarySearchTree
4242
11. RedBlackTree
43-
12. <strike>Heap</strike>
43+
12. <strike>[Heap](https://en.wikipedia.org/wiki/Heap_(data_structure))</strike>
4444
13. HashTable
45-
14. <strike>Dictionary (Associative Array)</strike>
46-
15. <strike>BinaryTree</strike>
45+
14. <strike>[Dictionary](https://en.wikipedia.org/wiki/Associative_array)</strike>
46+
15. <strike>[BinaryTree](https://en.wikipedia.org/wiki/Binary_tree)</strike>
4747

4848
* For suggestion you can[mail](mailto:speakupness@gmail.com) us
4949
* Suggestions taken from[Wikipedia's Data Structures](https://en.wikipedia.org/wiki/List_of_data_structures)

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp