data-structures
padding in generalized suffix tree and implementation resource
From the wikipedia page, it says using unique terminator strings $0, $1, …, $n-1 for a tree with n strings, s1, ..., sn.[详细]
2023-04-12 11:28 分类:问答Chord of a tree
My question is what is a exact definition of chord in a tree?? like if we have the following tree: a bc d ef g[详细]
2023-04-12 11:16 分类:问答Data structure which is good in insertion, removal and random access
Currently, I am looking the following data struct开发者_开发知识库ure. Fast to insert at tail.[详细]
2023-04-12 10:12 分类:问答Where to find balanced tree implementation?
I was wondering whether anyone knows of somewhere on the Internet where I can copy-and-paste (for learning purposes) an implementation of a binary search tree that implements both balancing and an alg[详细]
2023-04-12 08:40 分类:问答How to detect } bracket error with stack? [closed]
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical andcannot be reasonably answered in its current form. For help clari[详细]
2023-04-12 07:30 分类:问答Visited pages for particular user from log file
How to find visited pages for a particular user from a big log file that contains list of sessionId and PageId combination in each separate line?[详细]
2023-04-12 05:39 分类:问答What's the best way to access the internal data structure within a class?
I have a class A consistin开发者_开发知识库g of a bunch of internal data structures (e.g. m_data) and a few objects (e.g. ClassB):[详细]
2023-04-12 05:22 分类:问答can anyone explain the FBX format for me?
i use notepad++ to see the data structure of FBX model but i have some problems understanding it. Here is some info of a cube(side = 10) located in (0,0,0), can anyone tell me what do these members me[详细]
2023-04-12 05:09 分类:问答Suggestion of datastructure for a business requirement
My record structure is as below:- (Name,Option,StartNum,EndNum,Vacancy) Name,Option,StartNum,EndNum form the composite keys of the sturcture/table. So for a given combination of these, there would be[详细]
2023-04-12 03:58 分类:问答C++ Linked List: Overload bracket operators []
So, I decided to look back at some data structures to keep myself sharp ;) I started to implement a hash table, when I remembered that I needed linked lists for the buckets so that I can avoid hash c[详细]
2023-04-12 02:58 分类:问答