Table 1. Comparison of knowledge graph and tag mechanism.
Type | Update | Immutability | Sorting | Comparison |
---|---|---|---|---|
Knowledge graph | Manual | No | O( ) | O( ) |
Tag | Automatic | Yes | O(1) | O(1) |
Type | Update | Immutability | Sorting | Comparison |
---|---|---|---|---|
Knowledge graph | Manual | No | O( ) | O( ) |
Tag | Automatic | Yes | O(1) | O(1) |