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

Added Quick Sort and Tic Tac Toe #50

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Conversation

MK-09-coder
Copy link

@MK-09-coder MK-09-coder commented Oct 23, 2024

What:

Briefly describe the changes or additions you made in this PR:

  • Simply added a quick sort algorithm as well a python implementation of the tic tac toe game

Why:

Why is this change important? What problem does it solve?

  • It provides a quick sort implementation algorithm.
  • A fun python implementation of a tic tac toe game

How:

Explain how you implemented this change or fixed the issue. What steps did you take?

  • Literally wrote the code from zero for the both of them.

Contributor Information:

Is this your first contribution to an open-source project?

  • Yes
  • No

What type of contribution is this?

  • Code (feature or fix)
  • LeetCode/Algorithm Problem
  • Documentation
  • Cheat Sheet
  • Other (Please specify):

Checklist for Reviewers:

Does this PR require environment variables to be added or updated?

  • Yes (please specify)
  • No

Type of Testing:

  • Unit Test
  • Integration Test
  • Manual Test
  • No Testing Needed (e.g., documentation or non-code change)

Additional Notes:

Anything you'd like the reviewer to focus on or check?

@flickerbot
Copy link
Owner

please fill the description as asked

@MK-09-coder
Copy link
Author

Simply added a quick sort algorithm as well a python implementation of the tic tac toe game

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