Thread: Network simulation code

  1. #1
    Registered User
    Join Date
    Mar 2006
    Posts
    1

    Network simulation code

    Pls help me out,am stuck on the BST part

  2. #2
    and the hat of int overfl Salem's Avatar
    Join Date
    Aug 2001
    Location
    The edge of the known universe
    Posts
    39,661
    Please choose a portable document format.
    If you dance barefoot on the broken glass of undefined behaviour, you've got to expect the occasional cut.
    If at first you don't succeed, try writing your phone number on the exam paper.

  3. #3
    Registered User wintellect's Avatar
    Join Date
    Mar 2006
    Posts
    24
    Far be it for me to do someone's homework, but it seems your being asked to do use a binary tree instead of a linked list.

    Binary trees increase the speed of searches by halving the number of nodes searched through. I found this detailed page on the net: http://cslibrary.stanford.edu/110/BinaryTrees.html

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Proposal: Code colouring
    By Perspective in forum A Brief History of Cprogramming.com
    Replies: 28
    Last Post: 05-14-2007, 07:23 AM
  2. Explain this C code in english
    By soadlink in forum C Programming
    Replies: 16
    Last Post: 08-31-2006, 12:48 AM
  3. Updated sound engine code
    By VirtualAce in forum Game Programming
    Replies: 8
    Last Post: 11-18-2004, 12:38 PM
  4. True ASM vs. Fake ASM ????
    By DavidP in forum A Brief History of Cprogramming.com
    Replies: 7
    Last Post: 04-02-2003, 04:28 AM
  5. Interface Question
    By smog890 in forum C Programming
    Replies: 11
    Last Post: 06-03-2002, 05:06 PM