data-structures
Lightwieght serializable and parse friendly datastructure for storing server control properties
I am using asp.net server controls and don\'t want to store the server contr开发者_StackOverflow社区ol properties in dreaded and hogging viewstate. So i need somekind of datastructure in c# to store t[详细]
2023-04-05 11:01 分类:问答Which data structure to use for huge but constant dictionary in C++
I have to use a huge dictionary with integer (or enum) keys and string values. But this is totally constant. No way to change in runtime. Is there a way (using templates etc.) to retrieve dictionary d[详细]
2023-04-05 07:17 分类:问答Creating a structure (datastructure) in shell script
I\'m really beginner in this field... My question is: how can I create a structure in shell script (or bash, I\'m not sure about the difference)[详细]
2023-04-05 06:32 分类:问答Pass by Value or Reference to custom data structure?
I am working on a program that will take the data from your car and display it on a virtual gagae board.I am rearchitecting the software and planning to apply new techniques I have learned Like using[详细]
2023-04-05 05:04 分类:问答C# list where items have a TTL
For sake of a simple example, I\'d like to have a list of strings.Each item in the list should \"expire\" 5 minutes after adding it to the list.Although there may not be an easy, built-in way to do th[详细]
2023-04-04 23:44 分类:问答Simple LInked list
I have the following single linked list,I always get the length as 1,even if i push 3 elements,and always only one node is created.Please help.Thanks.[详细]
2023-04-04 23:03 分类:问答Differences implementing Singly vs Doubly linked list for the Multiplication of two polynomials
Whats the differences implementing Singly linked list or Doubly linked list for the Multiplication of two polynomials.[详细]
2023-04-04 21:06 分类:问答Python, best way to return/handle complex data from a method
I need to handle a bunch of similar but exclusively ca开发者_如何学Golled function from a single method. e.g. (maybe not a great example)[详细]
2023-04-04 19:57 分类:问答writing trie implementation
This question h开发者_JAVA技巧as been asked many times and I googled many places but still couldn\'t find one place where I can get step-by-step instruction for writing trie implementation. Please hel[详细]
2023-04-04 15:15 分类:问答How can we find a repeated number in array in O(n) time and O(1) space complexity
How can we find a repeated number in array in O(n) time and O(1) complexity? eg array 2,1,4,3,3,10 output is 3[详细]
2023-04-04 10:54 分类:问答