The pseudocode tag has no wiki summary.
0
votes
0answers
111 views
Are Parameters Needed?
I am wondering if my parameters are need for the methods?
Here is the psuedo-code I currently have:
class Transaction is
Must contain Date, Payee, Balance
Can have Deposit, Withdrawal, Check ...
0
votes
0answers
47 views
Would Someone explain me this Random Walk Algorithm for Onion Routing?
The Algorithm below is written in pseudocode and for simplicity the storage of the actual route in the Data structure is not included.
LengthFromSrc = 0;
LengthFromDest = 0;
TotalNumberHops = ...