Description: āØ This PR adds the "Search in rotated sorted array" problem to the repository. It includes a List data structure implementation, making it a valuable addition to the collection of DSA and algorithmic implementations in the repository.
Changes Made: ā Added the "Search in rotated sorted array" problem description to a new problem.md file. Included examples and constraints in the problem description. Provided a Cpp and Python solution in a new solution.cpp & solution.py file with descriptive variable names and detailed comments for clarity.
Pull Request: Added Search in rotated sorted array | Cpp & Python solution
Description: āØ This PR adds the "Search in rotated sorted array" problem to the repository. It includes a List data structure implementation, making it a valuable addition to the collection of DSA and algorithmic implementations in the repository.
Changes Made: ā Added the "Search in rotated sorted array" problem description to a new problem.md file. Included examples and constraints in the problem description. Provided a Cpp and Python solution in a new solution.cpp & solution.py file with descriptive variable names and detailed comments for clarity.
Usage: š©āš» Developers can access the problem statement in the problem.md file. A sample solution is provided in the solution.py file, making it easier to understand the problem's implementation.
Problem
Solution
Checklist