Search:

Type: Posts; User: sincoder

Search: Search took 0.00 seconds.

  1. Replies
    5
    Views
    4,350

    Great stuff man. priority_queue is almost exactly...

    Great stuff man. priority_queue is almost exactly what I was looking for. But one thing that's missing, which I didn't mention above. I need to remove any timer (not just the one at the top). Is...
  2. Replies
    5
    Views
    4,350

    List Tree - New data structure

    What is a List Tree?
    It is a data structure that combinds the beauty of a Linked List and Binary Tree.

    Why?
    The linked-list and binary-tree components of List Tree complement eachother...
Results 1 to 2 of 2