In bracket algebra, the calculation of invariant division and invariant Groebner basis rely on straightening algorithm. Until now, there are at least three different types of straightening algorithms, among which Rota's straightening algorithm has the best efficiency. However, there exists a flaw in Rota's straightening algorithm, i.e., it needs find all the straight bracket monomials with the same content as the input beforehand, which is quite difficult. So in this report, we will propose a new straightening algorithm based on dual bracket, which is a new concept of Young tableau. In this new straightening algorithm, we only need to find a few number of straight bracket monomials in each step instead of finding them all in one step. And so it is an improvement of Rota's straightening algorithm. According to our tests, this new straightening
algorithm reflects more advantages when the dimension and the degree increase. Moreover, this straightening
algorithm still works when Rota's straightening algorithm fails.