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

Update Scratch programs in sorting and searching chapter sections #1288

Open
courtneycb opened this issue Jun 29, 2020 · 0 comments
Open

Update Scratch programs in sorting and searching chapter sections #1288

courtneycb opened this issue Jun 29, 2020 · 0 comments
Assignees

Comments

@courtneycb
Copy link
Contributor

The scratch implementation for binary search and linear search should be updated/improved. This can be found in the 'code to run' section here: https://csfieldguide.org.nz/en/chapters/algorithms/searching/#binary-search

Same goes for the scratch implementation of quicksort and selection sort. This can be found in the 'code to run' section here: https://csfieldguide.org.nz/en/chapters/algorithms/sorting/#quicksort

Consider using a variation of: https://scratch.mit.edu/projects/371086023/editor/ (check if we need permission).
Note that quicksort doesn't work because of the way Scratch ignores variables local to one function in recursion.

For more info it would be best to chat with Tim.

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

No branches or pull requests

2 participants