{"id":29977469,"url":"https://github.com/abdullahkhfb/bue-pps","last_synced_at":"2025-10-06T13:03:00.541Z","repository":{"id":307905753,"uuid":"920803120","full_name":"abdullahkhfb/bue-pps","owner":"abdullahkhfb","description":"BUE's Introduction to Problem Solving course material","archived":false,"fork":false,"pushed_at":"2025-08-02T22:16:16.000Z","size":23870,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-08-03T00:09:38.812Z","etag":null,"topics":["algorithms","cpp","data-structures","education","exercises","file-handling","introductory-programming","problem-solving","programming-basics","university"],"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/abdullahkhfb.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}},"created_at":"2025-01-22T19:52:50.000Z","updated_at":"2025-08-02T22:16:19.000Z","dependencies_parsed_at":"2025-08-03T00:19:45.589Z","dependency_job_id":null,"html_url":"https://github.com/abdullahkhfb/bue-pps","commit_stats":null,"previous_names":["abdullahkhfb/bue-pps"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/abdullahkhfb/bue-pps","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullahkhfb%2Fbue-pps","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullahkhfb%2Fbue-pps/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullahkhfb%2Fbue-pps/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullahkhfb%2Fbue-pps/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/abdullahkhfb","download_url":"https://codeload.github.com/abdullahkhfb/bue-pps/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/abdullahkhfb%2Fbue-pps/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":278614466,"owners_count":26015967,"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","status":"online","status_checked_at":"2025-10-06T02:00:05.630Z","response_time":65,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["algorithms","cpp","data-structures","education","exercises","file-handling","introductory-programming","problem-solving","programming-basics","university"],"created_at":"2025-08-04T10:41:25.442Z","updated_at":"2025-10-06T13:03:00.537Z","avatar_url":"https://github.com/abdullahkhfb.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://pgs.bue.edu.eg/pgs/css/images/BUE-logo2-03.png\" width=\"300\" alt=\"BUE Logo\"\u003e\n\u003c/p\u003e\n\n# 🎓 BUE Introduction to Programming and Problem Solving\n\n[![C++](https://img.shields.io/badge/Language-C++-blue.svg)](https://isocpp.org/)\n[![Education](https://img.shields.io/badge/Purpose-Education-green.svg)]()\n[![Problems](https://img.shields.io/badge/Problems-50+-orange.svg)]()\n\n## 📚 Overview\n\nA rich collection of C++ programming exercises designed to build strong programming foundations. From basic algorithms to advanced problem-solving techniques, this repository serves as a comprehensive learning resource for computer science students.\n\n## 🎯 Key Features\n\n- **Structured Learning Path**: Progressive difficulty across topic sheets\n- **Diverse Problem Types**: Arrays, matrices, file handling, algorithms\n- **Practical Implementation**: Real-world programming scenarios\n- **Comprehensive Solutions**: Well-commented, efficient code examples\n\n## 🛠️ Technology Stack\n\n- C++ Programming Language\n- Standard Template Library (STL)\n- File I/O Operations\n- Command Line Interface\n\n## 📦 Installation \u0026 Setup\n\n1. Clone the repository:\n\n```bash\ngit clone https://github.com/abdullahkhfb/bue-pps.git\n```\n\n2. Navigate to project directory:\n\n```bash\ncd \"New Labs code\"\n```\n\n## 📘 Problem Categories\n\n### Sheet 1: Fundamentals\n\n- **Basic calculations**\n- **Decision structures**\n- **Simple algorithms**\n\n### Sheet 2-3: Arrays \u0026 Matrices\n\n- **Array manipulation**\n- **Search operations**\n- **Matrix computations**\n\n### Sheet 6-10: Advanced Topics\n\n- **File processing**\n- **Complex algorithms**\n- **Data structures**\n\n## 💻 Usage Example\n\nCompile and run any problem:\n\n```bash\ng++ \"Sheet 1/problem 1.cpp\" -o \"problem 1\"\n./\"problem 1\"\n```\n\n## 🤝 Contributing Guidelines\n\n1. Fork the repository\n2. Create feature branch (e.g., `git checkout -b feature/AmazingFeature`)\n3. Commit changes (e.g., `git commit -m 'Add AmazingFeature'`)\n4. Push to branch (e.g., `git push origin feature/AmazingFeature`)\n5. Open a Pull Request\n\n## 📊 Project Structure\n\n```\nNew Labs Code/\n├── Sheet 1/\n│   ├── problem 1.cpp\n│   └── problem 2.cpp\n├── Sheet 2/\n│   ├── problem 1.cpp\n│   └── problem 2.cpp\n└── ...\n```\n\n## ⭐ Best Practices\n\n- **Descriptive variable names**\n- **Comprehensive error handling**\n- **Consistent code formatting**\n- **Thorough documentation**\n- **Test-driven development**\n\n## 📄 License\n\nMIT License\nSee [LICENSE.md](LICENSE) for full license details.\n\n## 🌟 Join Our Community\n\nYour contributions make this resource better! Whether you're fixing bugs, adding new problems, or improving documentation - every contribution counts.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdullahkhfb%2Fbue-pps","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fabdullahkhfb%2Fbue-pps","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fabdullahkhfb%2Fbue-pps/lists"}