MHB Constructing a Decision Tree: Explained!

  • Thread starter Thread starter evinda
  • Start date Start date
  • Tags Tags
    Decision Tree
evinda
Gold Member
MHB
Messages
3,741
Reaction score
0
Hello! (Wave)

In my notes there is the following decision tree:

View attachment 3838

Could you explain me how it is constructed? (Thinking)
 

Attachments

  • decision.png
    decision.png
    6.5 KB · Views: 87
Technology news on Phys.org
It shows you which comparisons need to be made in order to sort $a_1,a_2,a_3$, as well as the result of the sorting in each case.
 
Thread 'Is this public key encryption?'
I've tried to intuit public key encryption but never quite managed. But this seems to wrap it up in a bow. This seems to be a very elegant way of transmitting a message publicly that only the sender and receiver can decipher. Is this how PKE works? No, it cant be. In the above case, the requester knows the target's "secret" key - because they have his ID, and therefore knows his birthdate.
Thread 'Project Documentation'
Trying to package up a small bank account manager project that I have been tempering on for a while. One that is certainly worth something to me. Although I have created methods to whip up quick documents with all fields and properties. I would like something better to reference in order to express the mechanical functions. It is unclear to me about any standardized format for code documentation that exists. I have tried object orientated diagrams with shapes to try and express the...
Back
Top