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

Eliminate unnecessary arrow crossing #2

Open
dwhatley19 opened this issue Jul 22, 2020 · 0 comments
Open

Eliminate unnecessary arrow crossing #2

dwhatley19 opened this issue Jul 22, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@dwhatley19
Copy link
Contributor

dwhatley19 commented Jul 22, 2020

Arrows sometimes cross unnecessarily, as in this diagram:
Screen Shot 2020-07-22 at 11 26 55 AM

Desired diagram looks like this (http://web.mit.edu/6.031/www/sp20/classes/10-abstract-data-types/#@now_same_client):
Screen Shot 2020-07-22 at 11 27 01 AM

Snapdown:

s -> (MyString a -> #1, start -> 0, end -> 4)
t -> (MyString a -> #1, start -> 1, end -> 3)
#1 -> (char 0 -> 't', 1 -> 'r', 2 -> 'u', 3 -> 'e')

Arrows should cross minimally, only when necessary, or not at all.

@dwhatley19 dwhatley19 added the enhancement New feature or request label May 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant