Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A thought of 1b/c encoding way #3

Open
837951602 opened this issue Mar 23, 2017 · 0 comments
Open

A thought of 1b/c encoding way #3

837951602 opened this issue Mar 23, 2017 · 0 comments

Comments

@837951602
Copy link

837951602 commented Mar 23, 2017

Write the binary series of even chars into a string of [ and ]
 [[][[[][[]
choose a part(can be always from somewhere to the end) and reverse so that cnt([) = cnt(])
[[][ ]][]][
choose a point spliting the string into 2 part and swap
          [[[][]][]]
turn the 3rd+ [] into (), so that if Array/Function.prototype[any] is function it's called
          [[[][]][]]
turn [x][] into +[x] and [x][][] to [x]+[], [x][][][] into [x]+[[]], etc
          [ +[ +[]]]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants