Skip to content

Conversation

@Ramy-Badr-Ahmed
Copy link
Member

@Ramy-Badr-Ahmed Ramy-Badr-Ahmed commented Oct 9, 2024

Contents

  • Created tests to simulate unit testing.
  • Added new test files:
    • linear_search.f90: Contains unit tests for the linear_search module.
    • recursive_linear_search.f90: Contains unit tests for the recursive_linear_search module.
    • ternary_search_array.f90: Contains unit tests for the ternary_search module, array use case
    • ternary_search_function.f90: Contains unit tests for the ternary_search module, function use case

Note

Addendum to my PRs: #24, #19, #20

Copy link
Member Author

@Ramy-Badr-Ahmed Ramy-Badr-Ahmed left a comment

Choose a reason for hiding this comment

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

Hi @SatinWukerORIG ,
Looking forward to your review 🙂

ci

check_code_format

Copy link
Member

@SatinWukerORIG SatinWukerORIG left a comment

Choose a reason for hiding this comment

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

That is a lot of tests lol

@SatinWukerORIG SatinWukerORIG merged commit 35b2be4 into TheAlgorithms:main Oct 10, 2024
3 checks passed
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.

2 participants