Skip to content

Commit 3464ce5

Browse files
committed
Merge branch 'master' of https://github.com/iBoot32/CubeBot2.0
merge to local
2 parents 5df17da + 6c8ba84 commit 3464ce5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,12 @@
77
- VERSION 2.0 IS COMPLETELY REWRITTEN FROM THE GROUND UP!
88
- Now supports five new modes:
99
- `scr`: Solve a 3x3 given a scramble
10+
- `order`: Calculate the order of a given sequence of moves (number of repetitions needed to return to solved state)
1011
- `solve`: Solve a 3x3 given a cornerstring followed by an edgestring (advanced)
1112
- `avg`: Solve all scrambles in scrambles.txt
1213
- `time`: Solve scrambles in scrambles.txt for a specified time.
1314
- `ao`: “Average of” some number of scrambles in scrambles.txt
14-
- Supports solving cubes in under 10 milliseconds on essentially any hardware (even a Core 2 Duo!), and as low as 1.5 milliseconds on good hardware!
15+
- Supports solving cubes in under 50 milliseconds on essentially any hardware (even a Core 2 Duo!), and as low as .8 milliseconds on good hardware!
1516
- Fixed many bad programming decisions, and optimized the algorithm significantly (in terms of solving time and number of lines in the program)
1617

1718
 

0 commit comments

Comments
 (0)