{"id":25374303,"url":"https://github.com/hassanzaibjadoon/dsa_project","last_synced_at":"2025-10-28T15:38:19.195Z","repository":{"id":248603600,"uuid":"820756771","full_name":"hassanzaibjadoon/DSA_project","owner":"hassanzaibjadoon","description":"This repository contains a simple community management system implemented in C++. It allows users to add, display, update, remove, sort, and search for community members. The project utilizes a linked list to manage members efficiently and includes functionality for storing member details in a text file.","archived":false,"fork":false,"pushed_at":"2024-07-15T23:35:45.000Z","size":560,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-02-15T03:38:08.660Z","etag":null,"topics":["data-structures","data-structures-and-algorithms","file-io","linked-lists","member-management","searching-algorithms","sorting-algorithms"],"latest_commit_sha":null,"homepage":"","language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/hassanzaibjadoon.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}},"created_at":"2024-06-27T05:55:39.000Z","updated_at":"2024-09-08T14:36:36.000Z","dependencies_parsed_at":"2024-07-16T02:50:22.038Z","dependency_job_id":null,"html_url":"https://github.com/hassanzaibjadoon/DSA_project","commit_stats":null,"previous_names":["hzjadoon/dsa_project","hassanzaibjadoon/dsa_project"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hassanzaibjadoon%2FDSA_project","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hassanzaibjadoon%2FDSA_project/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hassanzaibjadoon%2FDSA_project/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hassanzaibjadoon%2FDSA_project/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hassanzaibjadoon","download_url":"https://codeload.github.com/hassanzaibjadoon/DSA_project/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248011822,"owners_count":21033081,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["data-structures","data-structures-and-algorithms","file-io","linked-lists","member-management","searching-algorithms","sorting-algorithms"],"created_at":"2025-02-15T03:38:21.318Z","updated_at":"2025-10-28T15:38:14.175Z","avatar_url":"https://github.com/hassanzaibjadoon.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# DSA Project\n\n![DSA Project Banner](https://github.com/hzjadoon/DSA_project/blob/main/Readme%20Files/Community%20Management%20System.png)\n[![GitHub issues](https://img.shields.io/github/issues/hzjadoon/DSA_project)](https://github.com/hzjadoon/DSA_project/issues)\n[![GitHub forks](https://img.shields.io/github/forks/hzjadoon/DSA_project)](https://github.com/hzjadoon/DSA_project/network)\n[![GitHub stars](https://img.shields.io/github/stars/hzjadoon/DSA_project)](https://github.com/hzjadoon/DSA_project/stargazers)\n[![GitHub license](https://img.shields.io/github/license/hzjadoon/DSA_project)](https://github.com/hzjadoon/DSA_project/blob/main/LICENSE)\n[![Follow on GitHub](https://img.shields.io/github/followers/hzjadoon?label=Follow\u0026style=social)](https://github.com/hzjadoon)\n\n## Table of Contents\n- [Introduction](#introduction)\n- [Features](#features)\n- [Installation](#installation)\n- [Usage](#usage)\n- [Contributing](#contributing)\n- [License](#license)\n- [Contact](#contact)\n\n## Introduction\nWelcome to the DSA Project repository! This project showcases implementations of various Data Structures and Algorithms in C++. It's designed to help computer science students and professionals understand and apply DSA concepts.\n\n## Features\n- Implementations of common data structures such as arrays, linked lists, stacks, queues, trees, and graphs.\n- Various sorting algorithms including quicksort, mergesort, and heapsort.\n- Search algorithms such as binary search and linear search.\n- Detailed comments and documentation for each implementation.\n- Test cases and example usage.\n\n## Installation\nTo get started with this project, follow these steps:\n1. **Clone the repository**\n    ```bash\n    git clone https://github.com/hzjadoon/DSA_project.git\n    cd DSA_project\n    ```\n2. **Compile the code**\n    Ensure you have a C++ compiler installed. You can compile the project using the following command:\n    ```bash\n    g++ -o dsa_project main.cpp\n    ```\n\n## Usage\nAfter compiling the code, you can run the executable:\n```bash\n./dsa_project\n```\n\n## Contributing\n\nContributions are welcome! If you have suggestions for improvements, please follow these steps:\n\n1. **Fork the repository.**\n2. **Create a new branch** (`git checkout -b feature-branch`).\n3. **Commit your changes** (`git commit -am 'Add new feature'`).\n4. **Push to the branch** (`git push origin feature-branch`).\n5. **Create a new Pull Request.**\n6. \n## License\nThis project is licensed under the Apache 2.0 License - see the [LICENSE](LICENSE) file for details.\n\n## Contact\nFor any inquiries or feedback, feel free to reach out:\n- **GitHub**: [hzjadoon](https://github.com/hzjadoon)\n- **Email**: [hassanzaibjadoon2004@gmail.com](mailto:Hassanzaibjadoon2004@gmail.com)\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhassanzaibjadoon%2Fdsa_project","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhassanzaibjadoon%2Fdsa_project","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhassanzaibjadoon%2Fdsa_project/lists"}