Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Fix counts array visualization in Counting Sort#28

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
64json merged 2 commits intoalgorithm-visualizer:masterfromwebthethird:master
Mar 21, 2021

Conversation

webthethird
Copy link
Contributor

Final step did not correctly visualize decrementing the value in the counts array.
It was decrementing the value but not updating the visualization.
Just added one countsTracer.patch at line 66, and moved counts[number]-- up to line 61.

64json reacted with heart emoji
Final step did not correctly visualize decrementing the value in the counts array.It was decrementing the value but not updating the visualization.
My previously committed code left the boxes in the counts array colored red, so I realized I had forgotten to add a depatch after the patch that I added at line 66
Copy link
ContributorAuthor

@webthethirdwebthethird left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others.Learn more.

Added the missingcountsTracer.patch and corresponding depatch, and movedcounts[number]-- up to line 61, so that the visualization would show the values in counts being decremented during the final step

@64json64json merged commitfe3adcf intoalgorithm-visualizer:masterMar 21, 2021
@64json
Copy link
Member

thanks@webthethird!

Sign up for freeto join this conversation on GitHub. Already have an account?Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
None yet
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

2 participants
@webthethird@64json

[8]ページ先頭

©2009-2025 Movatter.jp