Tagged Questions
2
votes
4answers
1k views
Data Structures usage and motivational aspects
For long student life I was always wondering why there are so many of them yet there seems to be lack of usage at all in many of them. The opinion didn't really change when I got a job.
We have ...
2
votes
1answer
189 views
How do you define, organize, and document your data?
Please feel free to suggest a better name or way of explaining this question - I wasn't quite sure what to call it.
The situation is one that may just come under the heading of "be organized" but I ...
1
vote
2answers
412 views
What are the most common options for data storage in desktop applications?
When I was working as a website designer/engineer I primarily used databases for storage of much of my dynamic data. It was very easy and convenient to use this method and seemed like a standard ...
1
vote
2answers
508 views
Radix exchange sort implementation?
I need a little help understanding the implementation of radix exchange sort algorithm.
Radix exchange (I don't know if it's the exact name in english based literature) is a lot similar to quicksort, ...
1
vote
0answers
177 views
Single write, multiple read of stateful objects
Scenario:
One data input feed (call this Source)
Multiple objects (call these Layer1) read this Source, and analyze the feed. This analysis is stateful.
Layer1 objects have configuration parameters. ...
0
votes
3answers
186 views
I need some help creating a non-binary tree (or some other data structure that will better solve my problem)
I have about ten lists of numbers and some strings. Each list has about <= 30K lines. Each line on a list has a distinct number.
I need to build an efficient way of finding all the lines in each ...