Algorithms icon indicating copy to clipboard operation
Algorithms copied to clipboard

Ternary Search in C#

Open deepansha-singh opened this issue 3 years ago • 1 comments

Important:

Before you start your work on this issue, make sure you go through the README.md and Contribution Guidelines.md

File structure:

  1. In the Searching directory, and navigate to the sub-directory Ternary Search.
  2. Create the C# directory in the Ternary Search directory.
  3. Create the file TernarySearch.cs.

Here's how the final structure should look like:

  • Searching
    • Ternary Search
      • Algorithm.md
      • C++
      • C# - TernarySearch.cs

Please follow the same naming conventions as mentioned.

Before you create a pull request, if you observe that the folder Ternary Search has already been created, then please refrain from creating a new one, make some changes in your forked repository so that it matches with the current one and there are no conflicts.

Note that all PRs are being checked for plagiarism, please refrain from indulging in any crooked means, we trust you!

We thank you for your contribution and time and we hope that you enjoy contributing to open source.

deepansha-singh avatar Oct 17 '21 11:10 deepansha-singh

Hi there, I'm interested in committing to this issue. Please assign me :).

g4m3r0 avatar Oct 19 '22 09:10 g4m3r0