Skip to content

Commit 197621c

Browse files
authored
Update A2B.md
1 parent b323f29 commit 197621c

1 file changed

Lines changed: 8 additions & 13 deletions

File tree

content/Blog/A2B.md

Lines changed: 8 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -878,7 +878,7 @@ a=helloworld
878878

879879
### 6-2. Palinedrome 2
880880

881-
#### Solution1 (37 Lines)
881+
#### Solution1 (32 Lines)
882882

883883
> Not a good solution
884884
@@ -887,11 +887,7 @@ c=^C$
887887
b=^B$
888888
aa=^A$^A$
889889
$a=$^A$
890-
$b=$^B$
891-
$c=$^C$
892890
a^=^A$^
893-
b^=^B$^
894-
c^=^C$^
895891
$^=
896892
XA=AX
897893
XB=BX
@@ -912,14 +908,13 @@ CZ$=$
912908
^X$=true
913909
^Y$=true
914910
^Z$=true
915-
X$=@$
916-
Y$=@$
917-
Z$=@$
918-
X@=@
919-
Y@=@
920-
Z@=@
921-
@@=@
922-
^@$=false
911+
X$=false
912+
Y$=false
913+
Z$=false
914+
X=
915+
Y=
916+
Z=
917+
^=
923918
```
924919

925920
### 6-3. To B or not to B 2

0 commit comments

Comments
 (0)