Skip to content

Haris617/Data-Structures-Algorithms-In-Cpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🧠 Data Structures in C++

Welcome to Data Structures in C++ — a beginner-friendly open-source project for learning and contributing implementations of classic and advanced data structures using C++.

This repository is perfect for:

  • 🧑‍💻 Students learning DSA concepts
  • 🚀 Beginners looking to make their first open-source contributions
  • 💡 Developers who want to practice C++ and algorithm design

🚀 How to Contribute

Wanna contribute but don’t know Git? No worries — here’s how to do it using only GitHub 👇


🪄 Step-by-step

1️⃣ Fork the Repo

  • Click the Fork button (top-right) → makes your own copy.

2️⃣ Add / Edit Code

  • Open your forked repo.
  • Go to the folder you wanna edit (e.g. DSA/Stack/).
  • Click the ✏️ Edit icon or Add file → Create new file.
  • Write or paste your code.
  • At the bottom, write a commit message (like Added Stack Implementation).
  • Tick “Create a new branch for this commit” → name it like add-stack.

3️⃣ Create Pull Request (PR)

  • GitHub shows “Compare & Pull Request” → click it.
  • Add a short title and description of what you did.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages