m******9 发帖数: 968 | 1 1. linkedin和facebook都有好友自动推荐的功能,系统会自动提示你可能认识的某某
人。怎么为这个设计数据结构?
2. 怎么为ms office word设计数据结构?
大家有啥好主意么? |
x***y 发帖数: 633 | 2 Is this about data structure or pattern design? If it's the pattern design,
observer pattern for the 1st one and flyweight pattern for the 2nd one(
actually, this is the example in GoF.)
【在 m******9 的大作中提到】 : 1. linkedin和facebook都有好友自动推荐的功能,系统会自动提示你可能认识的某某 : 人。怎么为这个设计数据结构? : 2. 怎么为ms office word设计数据结构? : 大家有啥好主意么?
|
m******9 发帖数: 968 | 3 抱歉,忘了明确一下,这个是设计data structure,不是针对pattern的。
尤其是第2题,该怎么设计数据结构呢? |
h**k 发帖数: 3368 | 4 使用tree?类似xml的标记结构?
【在 m******9 的大作中提到】 : 抱歉,忘了明确一下,这个是设计data structure,不是针对pattern的。 : 尤其是第2题,该怎么设计数据结构呢?
|
m******9 发帖数: 968 | 5 再具体一点? 多谢了
【在 h**k 的大作中提到】 : 使用tree?类似xml的标记结构?
|