-9

I'm thinking on possibility of making a Huffman code without "node". It's based on the nodes then my question seems a bit ambiguous. I know,maybe we have to use string's abilites ...

Is it possible ? and if "YES" how Is it possible in java? Thanks.

Unknown.
  • 1
  • 4
  • 5
    did anyone understand this? – Lrrr May 06 '15 at 09:07
  • 4
    i did understand he doesn't like nodes – Artur Peniche May 06 '15 at 09:08
  • i'm thinking on a faster and more simple way, my intention. and i have no reason to make my mind it's impossible. – Unknown. May 06 '15 at 09:11
  • Man, SO should make a new badge for Comedians. this guys is taking this to a whole new level when it goes from `i must get it's answer to know more in the life` to `maybe we have to change the original algorithm` – Khaled.K May 06 '15 at 09:12
  • i'm serious. i asked a logic question. – Unknown. May 06 '15 at 09:19
  • 1
    Analogy of your questions . It is possible ==> Is it possible to cure common cold , yes ,no , maybe we shall never no unless someone actually finds a cure. question 2 ==> if yes how ==> again only when someone actually finds a cure. Java/other pgm ==> first you need the algorithm. – Raj May 06 '15 at 09:27
  • This link has good info about different compression algorithm and then how they compare ==> http://www.ijcse.com/docs/IJCSE10-01-04-23.pdf – Raj May 06 '15 at 09:29
  • Raj , your comment is ambiguous. "YES , then it's the way..." or "No,bro. forget it." is my answer. no need to wasting more words. Thanks for that Link. but i'm familiar to them. – Unknown. May 06 '15 at 09:33

1 Answers1

0

You can use indices instead of nodes but you need somewhere nodes and/or vertices.

Micromega
  • 12,486
  • 7
  • 35
  • 72