Bitcoin Forum
May 27, 2024, 03:48:32 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: BST.java  (Read 343 times)
humper21 (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
July 13, 2015, 12:30:49 PM
 #1

hello, I'm looking for people who can help me with my Binary search tree program
I can pay you 0.008BTC just for a java program or help me for free

So if the user had input this nodes: 7,1,3,2,5,4,6,8,9,10

                                                | 0|2 |3 |4 |5  |6 | 7 |8 |<--array
The output should be in BST array: | 7|1 |8 |3 | X |9 |  X|2 | and so on
upsidedown75
Legendary
*
Offline Offline

Activity: 1288
Merit: 1036



View Profile
July 13, 2015, 12:58:32 PM
 #2

Why don't you use a ready-to-use library like http://algs4.cs.princeton.edu/32bst/BST.java.html ?
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!