You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-2Lines changed: 3 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -37,7 +37,8 @@ This project itself does not contain any code.
37
37
38
38
-:oden:[@aureooms/js-dll](https://github.com/make-github-pseudonymous-again/js-dll) : Doubly linked list data structures for JavaScript
39
39
-:izakaya_lantern:[@aureooms/js-sll](https://github.com/make-github-pseudonymous-again/js-sll) : Singly linked list data structures for JavaScript
40
-
-:repeat:[@data-structure-algebra/circularly-linked-list](https://github.com/data-structure-algebra/circularly-linked-list) : Circularly linked list data structures for JavaScript
40
+
-:repeat:[@data-structure-algebra/circularly-linked-list](https://github.com/data-structure-algebra/circularly-linked-list) : Circularly linked lists for JavaScript
41
+
-:izakaya_lantern:[@data-structure-algebra/singly-linked-list](https://github.com/data-structure-algebra/singly-linked-list) : Singly linked lists for JavaScript
41
42
-:blossom:[@aureooms/js-fifo](https://github.com/make-github-pseudonymous-again/js-fifo) : First In, First Out data structures for JavaScript
42
43
43
44
#### Stacks
@@ -71,7 +72,7 @@ This project itself does not contain any code.
71
72
#### Strings
72
73
73
74
##### :chains: Tries
74
-
-:chains:[@aureooms/js-trie](https://github.com/make-github-pseudonymous-again/js-trie) : Trie data structures for JavaScript
75
+
-:chains:[@trie-data-structure/uncompressed-trie](https://github.com/trie-data-structure/uncompressed-trie) : Trie data structures for JavaScript
75
76
76
77
### :evergreen_tree: Persistent data structures
77
78
-:evergreen_tree:[@functional-data-structure/persistent](https://github.com/functional-data-structure/persistent) : Persistent data structures for JavaScript
0 commit comments