Thread: where can I find source code for a binary tree?

  1. #1
    binary_man
    Guest

    Question where can I find source code for a binary tree?

    Where can I find some good source code on a premade binary tree other than the one in the tutorials section of this site?

    Could anyone provide me with some?

    Thanks,
    Binary_Man

  2. #2
    Cheesy Poofs! PJYelton's Avatar
    Join Date
    Sep 2002
    Location
    Boulder
    Posts
    1,728
    Why, so you could copy it and turn it in as homework? If you have a question or having problems understanding how to write one ask us and we'll help out.

  3. #3
    Mayor of Awesometown Govtcheez's Avatar
    Join Date
    Aug 2001
    Location
    MI
    Posts
    8,823

  4. #4
    Its not rocket science vasanth's Avatar
    Join Date
    Jan 2002
    Posts
    1,683
    Hi i have a made a prog for that....... But i am using BGI graphics to display the tree graphically.. is that OK....

  5. #5
    Binary_Man
    Guest
    Originally posted by PJYelton
    Why, so you could copy it and turn it in as homework? If you have a question or having problems understanding how to write one ask us and we'll help out.
    I'm not even learning Binary trees, I just wanted to use the source for one so I can play around with it.

    That's how I learned how to make a linked list.

    And most assignments I have are geared on making a specific program, making it impossible for me to just get the source code for something and turn it in as a homework assignment.

    Anyways, I'm here to learn, not cheat, so please rethink your comments before you hit the post button.

    Thanks,
    Binary Man

  6. #6
    Cheesy Poofs! PJYelton's Avatar
    Join Date
    Sep 2002
    Location
    Boulder
    Posts
    1,728
    I'm sorry if I offended you, but we get a LOT of people posting on here who want to just copy other peoples work -mostly for homework- and your post didn't seem any different. But even so, I doubt anyone will show you their whole code without a specific question.

    >>Hi i have a made a prog for that....... But i am using BGI graphics to display the tree graphically.. is that OK....<<

    Sweet, I want to see that! I made one that displays in a DOS console, but the display only works for tree heights of 5 or less.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Interpreter.c
    By moussa in forum C Programming
    Replies: 4
    Last Post: 05-28-2008, 05:59 PM
  2. Simple binary search tree?
    By sybariticak47 in forum C++ Programming
    Replies: 8
    Last Post: 08-09-2007, 03:53 PM
  3. please help with binary tree, urgent.
    By slickestting in forum C Programming
    Replies: 2
    Last Post: 07-22-2007, 07:55 PM
  4. where can i find source code of filter drivers?
    By Fishskin in forum Windows Programming
    Replies: 4
    Last Post: 09-25-2005, 12:11 PM
  5. Binary to Dec Source Code
    By drdroid in forum C++ Programming
    Replies: 17
    Last Post: 10-26-2003, 06:58 PM