Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

11
votes
5answers
2k views

C# Binary Trees and Dictionaries

I'm struggling with the concept of when to use binary search trees and when to use dictionaries. In my application I did a little experiment which used the C5 library TreeDictionary (which I believe ...
1
vote
2answers
595 views

Tree Data Structure

I am looking for a tree implementation... you can see the me previous question here. but I won't like to implement it myself, example functionalities needed: I need FindElement(node) I need ...
0
votes
1answer
113 views

How is the C5 SQL base structured?

I am working on a PHP/MySQL based ecommerce engine, and need it to be able to deliver orders to a SQL-driven Microsoft Dynamics C5 system. My plan was to make my mysql structure much alike with the ...
0
votes
1answer
215 views

concrete5: link not working in editing mode

When I login to my site's CMS (concrete5), the jQuery events won't fire anymore: I've built a site where certain parts should be editable. There is just one HTML and through jQuery I display/hide ...
0
votes
1answer
122 views

C5 Generics Collection IntervalHeap<T> — getting an IPriorityQueueHandle from a T for Replace or Delete op

I'm using the Generics Collection library C5 (server down :-( ) and I have an IntervalHeap(T) and I need to Delete or Replace a T that is not the Max or Min. How do I get an IPriorityQueueHandle from ...
0
votes
2answers
263 views

Data structure for category

I am looking for a data structure to add, remove, get, and find on categories. For example: Books Drama Science fiction Other Sports Cycling Golf Team Sports Soccer Football etc. I think ...
0
votes
1answer
222 views

C5 collection library - serialization problem over WCF

I am trying to send a TreeDictionary from the C5 collection library over WCF. It gets to the recipient OK (I had to add a lot of KnownType attributes for what seems to be internal data structures). ...