Jorge M. Londoño

Results 6 comments of Jorge M. Londoño

I had the same problem. In my case the error was sending the transaction to 'mainnet-beta' instead of 'devnet'.

A good problem: The Russian multiplication algorithm in recursive form.

Other recursive problems: - Decimal to binary conversion - Decimal to base P conversion

One of the best uses of StringBuilder is implementing the .toString() method of abstract data types. Take for example returning the String representation of a Set: "{a,b,c,...}", a vector: "[1,2,3]",...

How about this problem: Convert a int/long to its base B representation (e.g. to Hexadecimal) Also interesting from the performance perspective to compare implementations using String concatenation vs using a...

I have a good problem about conditionals to propose: Given two poker hands, which is the winning hand?