{"id":28316318,"url":"https://github.com/hariom317/dsa","last_synced_at":"2026-03-05T17:42:03.353Z","repository":{"id":160951843,"uuid":"520912037","full_name":"HARIOM317/DSA","owner":"HARIOM317","description":"This repository is your ultimate guide to mastering Data Structures and Algorithms (DSA) using C and C++. Whether you're preparing for coding interviews, competitive programming, or just strengthening your problem-solving skills, this structured and modular repository will help you every step of the way.","archived":false,"fork":false,"pushed_at":"2025-12-23T15:53:46.000Z","size":970,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-25T05:43:56.266Z","etag":null,"topics":["dsa","dsa-algorithm","dsa-cpp","dsa-practice"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HARIOM317.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2022-08-03T14:22:45.000Z","updated_at":"2025-12-23T15:53:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"6974ff84-69d8-4935-8087-dde03bafe414","html_url":"https://github.com/HARIOM317/DSA","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/HARIOM317/DSA","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HARIOM317%2FDSA","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HARIOM317%2FDSA/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HARIOM317%2FDSA/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HARIOM317%2FDSA/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HARIOM317","download_url":"https://codeload.github.com/HARIOM317/DSA/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HARIOM317%2FDSA/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30139372,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-05T16:58:46.102Z","status":"ssl_error","status_checked_at":"2026-03-05T16:58:45.706Z","response_time":93,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["dsa","dsa-algorithm","dsa-cpp","dsa-practice"],"created_at":"2025-05-25T02:11:19.969Z","updated_at":"2026-03-05T17:42:03.314Z","avatar_url":"https://github.com/HARIOM317.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DSA Repository 🧠🔍\n\n[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)\n[![Top Language](https://img.shields.io/github/languages/top/HARIOM317/DSA)](https://github.com/HARIOM317/DSA)\n[![Issues](https://img.shields.io/github/issues/HARIOM317/DSA)](https://github.com/HARIOM317/DSA/issues)\n\nWelcome to the **DSA Repository** – your all-in-one resource to master Data Structures and Algorithms with C and C++. Whether you’re preparing for interviews, academic challenges, or enhancing your coding fundamentals, this repository is designed to guide you through every step of your journey.\n\n---\n\n## ✨ Key Features\n\n- **Comprehensive Coverage:**  \n  Explore topics ranging from the basics to advanced concepts in Data Structures and Algorithms.\n\n- **Modular Organization:**  \n  Each topic is housed in its dedicated folder, ensuring a clean and intuitive navigation experience.\n\n- **Diverse Learning Materials:**  \n  Access theoretical explanations, practical exercises, example problems, and pattern printing challenges.\n\n- **Community-Driven:**  \n  Open to contributions—help keep this repository current and evolving with community insights.\n\n- **Multi-Language Support:**  \n  Code examples and exercises available in both C and C++ to suit various learning backgrounds.\n\n- **Seamless Integration:**  \n  Designed for personal learning and easy incorporation into your development projects.\n\n---\n\n## 📂 Repository Structure\n\nThe repository is organized into the following main modules:\n\n### Data Structures\nExplore core data structures through dedicated folders:\n```\n📂 Data Structures/\n├── Arrays/\n├── HashMaps/\n├── LinkedLists/\n├── Queues/\n├── Stacks/\n├── Heaps/\n├── Trees/\n├── Graphs/\n├── Tries/\n├── Strings/\n└── ...and more!\n```\n\n### Algorithms\nDelve into various algorithmic strategies with separate sections:\n```\n📂 Algorithms/\n├── Dynamic Programming (DP)/\n├── Greedy Approach/\n├── Search/\n├── Sorting/\n├── Recursion and Backtracking/\n└── Other algorithms/\n```\n\n### Mathematics for DSA\nBuild a strong foundation with essential mathematical concepts tailored for DSA:\n```\n📂 Math/\n└── Mathematics for DSA/\n```\n\n### Pattern Printing\nEnhance your logical reasoning with engaging pattern printing challenges:\n```\n📂 Pattern Printing/\n└── Pattern Problems/\n```\n\n### Practice Questions\nTest and improve your skills with a wide range of curated problems:\n```\n📂 Practice Questions/\n└── DSA Practice/\n```\n\n---\n\n## 🚀 Getting Started\n\nFollow these steps to set up the repository on your local machine:\n\n1. **Clone the Repository:**\n   ```bash\n   git clone https://github.com/HARIOM317/DSA.git\n   ```\n\n2. **Navigate to the Project Directory:**\n   ```bash\n   cd DSA\n   ```\n\n3. **Explore the Modules:**  \n\n---\n\n## 💡 Contribution Guidelines\n\nWe welcome your contributions to enhance this resource further. Here’s how you can contribute:\n\n1. **Fork the Repository:**  \n   Click the “Fork” button at the top-right of this page.\n\n2. **Clone Your Fork:**\n   ```bash\n   git clone https://github.com/HARIOM317/DSA.git\n   ```\n\n3. **Create a New Branch:**\n   ```bash\n   git checkout -b feature/your-feature-name\n   ```\n\n4. **Implement Your Changes:**  \n   Ensure your updates follow the repository's coding standards and include meaningful comments.\n\n5. **Commit Your Changes:**\n   ```bash\n   git commit -m \"Add: [brief description of your changes]\"\n   ```\n\n6. **Push to Your Branch:**\n   ```bash\n   git push origin feature/your-feature-name\n   ```\n\n7. **Submit a Pull Request:**  \n   Open a pull request describing your changes. Our team will review your contribution and provide feedback.\n\nThank you for helping to make this resource even better! 🎉\n\n---\n\n## 📜 License\n\nThis project is licensed under the [MIT License](https://opensource.org/licenses/MIT). You can view the License [here](LICENSE). Feel free to use, modify, and distribute the code in accordance with the license.\n\n---\n\n## 📞 Contact\n\nFor any questions, suggestions, or feedback, please feel free to reach out:\n\n- **LinkedIn:** [My LinkedIn Profile](https://www.linkedin.com/in/hariom-singh-mewada)\n- **GitHub:** [My GitHub Profile](https://github.com/HARIOM317)\n\n---\n\nHappy coding and best of luck on your journey to mastering Data Structures and Algorithms! 🚀💻\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhariom317%2Fdsa","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhariom317%2Fdsa","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhariom317%2Fdsa/lists"}