Detailed explanation of linux tput command

1. Introduction The tput command initializes and operates your terminal session through the terminfo database. Using tput, you can change several terminal functions, such as moving or changing the cursor, changing text properties, and clearing specific areas of the terminal screen. Like most commands in UNIX, the tput command can be used ...

Posted by ultk on Thu, 18 Nov 2021 07:47:10 -0800

Implement Hannotta in C and visualize it on the win command line

1. Overview The Hannotta I have seen has two kinds of play, one is only column A->column B->column C, the other is column A->column B->column C->column A. This paper studies the Hannota game in which the tower can only move according to the rules of column A->column B->column C.   2. Step decomposition using recursio ...

Posted by coreyk67 on Sat, 02 Oct 2021 09:12:49 -0700