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

Animate divider within existing word #48

Open
rostag opened this issue Oct 7, 2023 · 0 comments
Open

Animate divider within existing word #48

rostag opened this issue Oct 7, 2023 · 0 comments

Comments

@rostag
Copy link
Owner

rostag commented Oct 7, 2023

Let's say, we have this input:

W-ord

Animation of divider could be implemented as shifting of the divider from initial position to the end, giving inputs like:

  1. W-ord
  2. Wo-rd
  3. Wor-d

Each of these inputs could then be recombined to anagrams.

Another option is to create divide from the substring of the input, like:

  1. W[o]rd
  2. Wo[r]d
  3. W[or]d

And cycle anagrams on it!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant