-
Notifications
You must be signed in to change notification settings - Fork 110
Closed
Copy link
Labels
enhancementNew feature or requestNew feature or requesthacktoberfest-acceptedlevel 110 points10 pointsrecodethis is label for leaderboardthis is label for leaderboard
Milestone
Description
Is there an existing issue for this?
- I have searched the existing issues
Issue Description
The “Array in Python” documentation currently provides explanations and examples of how arrays work. However, it doesn’t include any practice questions to help learners apply the concepts they’ve just studied.
Adding a “Practice Questions” section will make the documentation more interactive and valuable for beginners who want to strengthen their understanding through hands-on problems.
Suggested Change
-
Add a “Practice Questions” section at the end of the “Array in Python” documentation page.
-
Include 5–8 questions covering topics like:
- Array creation and initialization
- Insertion and deletion operations
- Traversal and searching
- Updating elements
- Basic problem-solving using arrays (e.g., finding max/min, reversing array, etc.)
-
Ensure the question format is clear and beginner-friendly.
-
Optionally add collapsible “Show Answer” sections for each question to make the page interactive.
Rationale
Benefits:
- Encourages learners to practice and experiment with array operations.
- Makes the page more useful for self-learners and students.
- Can serve as a base for future contributions (e.g., more advanced array problems).
🏷️ Labels:
enhancement
documentation
hacktoberfest
Urgency
High
Record
- I have read the Contributing Guidelines
- Are you a GSSOC'25 contributor
- I want to work on this issue
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthacktoberfest-acceptedlevel 110 points10 pointsrecodethis is label for leaderboardthis is label for leaderboard
Type
Projects
Status
Done