Data structure that allows effecient equality checks for closely related sequences (common subsequences)

后端 未结 0 1055
抹茶落季
抹茶落季 2020-12-19 15:41

I\'m looking for a data structure that I can use for Snapshot (a sequence) in the following example:

val oldSnapshot = Snapshot(3, 2, 1)
val newS         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题