Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
A

aksgh

@aksgh
About
Posts
4
Topics
2
Shares
0
Groups
0
Followers
0
Following
0

Posts

Recent Best Controversial

  • Binary Tree from preorder traversal
    A aksgh

    Not trying the be bossy or rude...but please look at my question...my tree CAN be uniquely determined from the preorder because I have information about internal nodes and leaves.Its a huffman tree.

    C / C++ / MFC data-structures

  • Binary Tree from preorder traversal
    A aksgh

    ummmm...those are tree traversals I need to construct my tree FROM a preorder traversal

    C / C++ / MFC data-structures

  • Binary Tree from preorder traversal
    A aksgh

    Hi, I have a tree such that it can be uniquely determined from its preorder.I have information on which are internal nodes and which are leaves.Something like this ----0 ----/-\ ---0--0 --/-\--/-\ -1--0-1--1 ----/-\ ----1--1 the preorder being 001011011 I need some logic to get the tree structure from this preorder

    C / C++ / MFC data-structures

  • Huffman coding Issue
    A aksgh

    Hi, I'm coding huffman and have a doubt.I'm writing the preorder version of my huffman tree in term of 0's and 1's as the header of my encoded file.How do I know when my header ended and my encoded data started?

    C / C++ / MFC question data-structures help announcement
  • Login

  • Don't have an account? Register

  • Login or register to search.
  • First post
    Last post
0
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups