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

More hints #123

Open
wants to merge 7 commits into
base: master
Choose a base branch
from
Open

More hints #123

wants to merge 7 commits into from

Conversation

winstliu
Copy link

@winstliu winstliu commented May 4, 2020

  • Lab 5
    • Add hint about rotations
  • Lab 6
    • Add hint about duplicate words
    • Remove hint about storing the grid -- getWordInGrid already uses a 500x500 array
  • Lab 9
    • Add hint about keeping it simple
    • Add hint about inserting at head
    • Add hint about deleting
  • Lab 11
    • Move "getting the itinerary correct" to hints
    • Add hint about sorted permutations

More coming...hoping to knock out all of #93 in this PR

  • Lab 8
  • Prelab 9 (Collatz, recursion)?
  • Prelab 11 (topological -- don't know where to put the hints section yet)

Closes #95
Closes #111

@winstliu
Copy link
Author

@aaronbloomfield where would you like the Lab 11 hints to go? I'm not sure where to put them because of the ICPC format.

@winstliu winstliu marked this pull request as ready for review August 17, 2020 02:52
@winstliu
Copy link
Author

winstliu commented Aug 17, 2020

This branch has no conflicts with the base branch

Wow I'm surprised. Might still be a good idea though to make sure that the hints are still relevant for the changed labs!

Anyway, perfect is the enemy of good, so might as well get some changes in rather than none.

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

Successfully merging this pull request may close these issues.

Lab 9: Linked list hints Lab 6: Clarify that unordered_set/map cannot be used
1 participant