Skip to content

DSA: Stack – Introduction & Implementations – C++#8975

Open
sharma-anahita wants to merge 1 commit intoGirlScript:DSAfrom
sharma-anahita:feat-stack-cpp
Open

DSA: Stack – Introduction & Implementations – C++#8975
sharma-anahita wants to merge 1 commit intoGirlScript:DSAfrom
sharma-anahita:feat-stack-cpp

Conversation

@sharma-anahita
Copy link

@sharma-anahita sharma-anahita commented Dec 25, 2025


Description 📜

This PR adds a new Stack topic under the DSA domain.

The contribution includes:

  • Introduction to Stack and its core concepts
  • Stack implementations in C++ using:
    • Array
    • Linked List
    • STL (std::stack)
  • A roadmap of standard stack problems to be added in future contributions

This improves the completeness of the DSA section by covering a core linear data structure with both conceptual and practical implementations.

Fixes #8974


Type of change 📝

  • Documentation (Content Creation in the form of codes or tutorials)

Domain of Contribution 📊

  • DSA
  • C/CPP

Checklist ✅

  • I follow Contributing Guidelines & Code of conduct of this project.
  • I have performed a self-review of my own code or work.
  • I have commented my code, particularly in hard-to-understand areas.
  • My changes generates no new warnings.
  • I'm GWOC'25 contributor

Screenshots / Gif (Optional) 📸

Not applicable (documentation and code-based contribution).


@sharma-anahita sharma-anahita changed the title feat: add Stack topic introduction in DSA DSA: Stack – Introduction & Implementations – C++ Dec 25, 2025
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.

1 participant