-
Notifications
You must be signed in to change notification settings - Fork 2
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
결승전 발표 후 질문 - Tracer #23
Comments
숫자가 아닌 단어정렬과 같은 소팅에대해서는 어떤식으로 보여줄 수 있을까요? |
@uenieng List1DTracer(리스트의 값을 테이블 화 하여 보여주는 Tracer)를 사용하면 될 것 같습니다. http://algo-visualizer.jasonpark.me/#path=cryptography/affine_cipher/basic 이런식으로요 |
@Sn0wLe0pard 답변감사합니다. 하나 더 궁금한게 있는데 이러한 시각화에서 정렬하는 표현해주기에는 너무길경우에는 변환이 이루어지고있는 포인트만 잘보이게 하는(나머지는 뭉둥그려표현하고) 그부분만 확대를 한다던지 하는 잘보이게 할수있는 방안도 제공이 될까요? |
@uenieng 아 그건 생각하지 못했는데 좋은거 같습니다. 사실 만들면서 자바스크립트 라이브러리를 쓰는게 말씀하신 것과 같이 자동 스케일 처리 문제를 해결 하기 위해서 인데, ListXDTracer는 순수하게 HTML이라 아직 그렇게 하지는 못합니다 svg를 아용하는 등의 생각을 해봐야 겠습니다 |
@snowleopard 답변감사합니다. |
The text was updated successfully, but these errors were encountered: