Skip to content

Add tests to linked lists #25

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

Merged
merged 2 commits into from
Mar 29, 2023
Merged

Add tests to linked lists #25

merged 2 commits into from
Mar 29, 2023

Conversation

MoigeMatino
Copy link
Owner

What does this PR do?

  1. Adds test test_traversal.py
  2. Creates traversal_v2_main.py as the cleaner version of the recursive approach and runs test against it.
  3. Maintains traversal_v2.py for the purposes of showing the effect of maintaining a single list to be used by all head nodes. PS. evident when running tests.

@MoigeMatino MoigeMatino merged commit c1c8e33 into main Mar 29, 2023
@MoigeMatino MoigeMatino deleted the add-tests-to-linked-lists branch March 29, 2023 08:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant