What algorithm should I use for a lot of if else(s)?
I have to implement a lot of if else statements and I’m thinking of using Decision Tree but I’m not sure if it’s going to be the right algorithm.
Could conditions be used with Data Flow Diagrams?
I’m trying to make a DFD for this scenario:
after admission, the patient gets the service he needs.