Results 19 comments of nbwzx

Sure, you can know more about me in my [personal website](https://nbwzx.github.io/).

Thanks. This site is now faster and more powerful than it was in March. 1. `Alg` class provides many features like invert and simplify, I think that using these features...

I tried using the `alg` class and I think some of the features need to be added for commutator. 1. For an algorithm r U' R' U M U' R...

My own functions in `commutator` provide these, but the code in the `alg` class doesn't seem to provide these functions specifically to 3x3x3. So I faced these problems in rewriting...

> Thanks for offering! I was [playing around](https://github.com/lgarron/nbwzx-Commutator) with your site a while back, and it it can certainly produce some useful results. > > So, I'd love to see...

[commutator.js](https://github.com/nbwzx/commutator.js) is pure Javascript version of [commutator](https://github.com/nbwzx/commutator) for developers. You may use [test.js](https://github.com/nbwzx/commutator.js/blob/main/test.js) to test it. However, I am not very familiar with TypeScript. Could you please help me add...

I tried to contact @lgarron , but no response. I just want to talk in more detail about commutators so that we can get on this enhancement.

Actually, I convert string to array first and the main part is based on array. For example, [[ 'R', 1 ], [ 'U', 1 ], [ 'R', -1 ], [...

And I have integrate my algorithms into [https://blddb.net](https://blddb.net). It is not difficult to import and use.

I have rewrote `commutator` in typescript. See [here](https://github.com/nbwzx/commutator/blob/main/assets/dist/js/commutator.ts).