2 questions
3
votes
1
answer
137
views
How to create trie-tree like data structure via doublets
Maybe someone has already used this engine
https://github.com/linksplatform/Data.Doublets
I try to store data, but don't know how to implement such things
// declaring links
.....
var root = links....
2
votes
1
answer
194
views
How I can get each source and target from doublet of doublets?
I try to use Doublets from LinksPlatform as my database engine.
I use doublet of doublets (pair of doublets):
using System;
using Platform.Data.Doublets;
using Platform.Data.Doublets.Memory.United....