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

Addition of backtracking Algorithm in python #326

Open
VesperAkshay opened this issue Oct 8, 2024 · 2 comments
Open

Addition of backtracking Algorithm in python #326

VesperAkshay opened this issue Oct 8, 2024 · 2 comments

Comments

@VesperAkshay
Copy link

Issue: Implement Backtracking Algorithm in Python

Description

We are looking to enhance our algorithm library by adding a backtracking algorithm implemented in Python. Backtracking is a powerful technique for solving problems incrementally, and it can be used in various applications such as solving puzzles, pathfinding, and combinatorial problems.

Requirements

  • Implement a backtracking algorithm for one of the following problems:
    • N-Queens Problem
    • Sudoku Solver
    • Subset Sum Problem
    • Permutations of a string
  • The implementation should be well-documented, with clear explanations of the algorithm and its time complexity.
  • Include unit tests to verify the correctness of the implementation.

Guidelines

  • Follow the project's coding standards and style guidelines.
  • Ensure that your code is efficient and optimized.
  • Submit your code as a pull request, and include a description of the changes made.

Labels

  • Hacktoberfest
  • enhancement
  • help wanted

Additional Notes

Feel free to reach out if you have any questions or need guidance on which problem to implement. Happy coding!

@harshitajha4680
Copy link

I'm interested, please assign this to me!

@panditakshay402
Copy link
Owner

I'm interested, please assign this to me!

@harshitajha4680 You can directly do contribution and must follow the rules from readme.md to get PR accepted.

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

No branches or pull requests

3 participants