AlgorithmsTernary Computer enthusiast

I am very interested to know more about ternary computers and systems. I was trying to find some information on comparison of algorithms on a binary and ternary system. What are the steps that needs to be taken care to modify the algorithms to run efficiently on a ternary computer

Comparison of algorithms on binary and ternary systems,

Opinions

  • 001Бармалейкин

    Most modern algorithms care only about binary implementation, so the best way is to take original idea and implement it for ternary computer.