File tree 1 file changed +8
-3
lines changed 1 file changed +8
-3
lines changed Original file line number Diff line number Diff line change 2
2
3
3
### New Data Structures:
4
4
5
- * Skip Lists.
6
- * Supports unique elements mode.
5
+ * Bloom Filters.
7
6
* Sorted Lists.
8
7
* Self-organizing Lists.
9
8
* Radix Trees.
33
32
* Multiset / Bag.
34
33
* Multimap / Multihash Table.
35
34
* A textbook implementation of open-addressing hash table with double hashing / re-hasing.
36
- * ~~ Undirected Weighted Graphs (Sparse & Dense implementations). ~~
35
+ * HAMT (Hash Array Mapped Trie). See Phil Bagwell's work. [ @ Wikipedia ] ( https://en.wikipedia.org/wiki/Hash_array_mapped_trie ) .
37
36
* Multigraphs: Graphs with multiple edges. [ @Wikipedia ] ( https://en.wikipedia.org/wiki/Multigraph ) .
38
37
* Mixed Graphs. [ @Wikipedia ] ( https://en.wikipedia.org/wiki/Mixed_graph ) .
39
38
* (Probabilistic) Graphical Models:
54
53
* Graphs: Algorithms support for Undirected Weighted Graphs.
55
54
* Graphs: Disjoint union of graphs. [ @Wikipedia ] ( https://en.wikipedia.org/wiki/Graph_(mathematics)#Operations_on_graphs ) .
56
55
* Graphs: Cartesian Product of graphs. [ @Wikipedia ] ( https://en.wikipedia.org/wiki/Cartesian_product_of_graphs ) .
56
+ * Compression Algorithms.
57
+ * Numerical Algorithms:
58
+ * Matrix Multiplication.
59
+ * Matrix-Vectors Operations.
60
+ * Big Integer representation.
61
+ * Approximation Algorithms.
57
62
58
63
### Bugfixing:
59
64
You can’t perform that action at this time.
0 commit comments