{"id":25293832,"url":"https://github.com/posiitron/prg_solved_by_posi","last_synced_at":"2026-07-06T18:31:06.985Z","repository":{"id":276393033,"uuid":"929156125","full_name":"Posiitron/PRG_solved_by_Posi","owner":"Posiitron","description":null,"archived":false,"fork":false,"pushed_at":"2025-02-07T23:54:10.000Z","size":373,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-06T19:54:55.350Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Posiitron.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2025-02-07T23:00:05.000Z","updated_at":"2025-02-07T23:54:13.000Z","dependencies_parsed_at":"2025-02-08T00:24:52.967Z","dependency_job_id":"eec08923-cafd-47d8-9014-e2a713e561b6","html_url":"https://github.com/Posiitron/PRG_solved_by_Posi","commit_stats":null,"previous_names":["posiitron/prg_solved_by_posi"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/Posiitron/PRG_solved_by_Posi","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Posiitron%2FPRG_solved_by_Posi","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Posiitron%2FPRG_solved_by_Posi/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Posiitron%2FPRG_solved_by_Posi/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Posiitron%2FPRG_solved_by_Posi/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Posiitron","download_url":"https://codeload.github.com/Posiitron/PRG_solved_by_Posi/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Posiitron%2FPRG_solved_by_Posi/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35202785,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-06T02:00:07.184Z","response_time":106,"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":[],"created_at":"2025-02-13T01:55:37.456Z","updated_at":"2026-07-06T18:31:06.945Z","avatar_url":"https://github.com/Posiitron.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# PRG - Solved C Problems from Class\n\nHey there! 👋\n\nWelcome to this little collection of C programs I wrote as part of my **PRG** class. This repo is not some kind of tutorial or guide—it's just a bunch of solutions to problems we tackled in class. If you were in the same course (or just want to see some C problem-solving in action), feel free to browse through and see how I approached things.\n\n## 🤔 What’s This About?\n\nThis repository contains my **C language solutions** for various problems we were assigned in our PRG class. Some of them are simple, some a bit tricky, but all of them were meant to help us practice programming concepts like loops, arrays, pointers, and more.\n\nIf you're from the same course, maybe this can help you check your work or compare approaches. If not, well, you’re still welcome to take a look—but just know that this wasn’t built as a learning resource, just a place where I keep my completed assignments.\n\n## 🚀 Running the Code\n\nIf you want to run any of the programs, here’s what to do:\n\n1. **Clone the repo** (or just download the file you need):\n\n   ```bash\n   git clone https://github.com/Posiitron/PRG_solved_by_Posi.git\n   cd PRG_solved_by_Posi\n   ```\n\n2. **Compile a program** using `gcc` (or whatever compiler you prefer). Example:\n\n   ```bash\n   gcc -o problem1 problem1.c\n   ./problem1\n   ```\n\n3. **See what happens!** Hopefully, it works as expected. If not, well, debugging is part of the process.\n\n## 🔍 Want to Test Your Own Solutions?\n\nIf you’re solving similar problems and want to **test your solutions** against various inputs automatically, I **highly recommend** using [mimi-brute](https://github.com/matiamic/mimi-brute). It’s a great tool for automating test cases and checking if your program gives the right output.\n\n### How to Use `mimi-brute`\n\n1. **Go to the repo:** [mimi-brute](https://github.com/matiamic/mimi-brute)\n2. **Follow the instructions there** to install and set it up.\n3. **Use it to compare outputs** and see if your program passes all test cases!\n\nSuper useful if you want to make sure your code actually works before turning in your assignment.\n\n## ❗ Disclaimer\n\nThis is just **my** work from class. It’s not necessarily the best way to solve each problem, and there may be better, cleaner, or more efficient solutions out there. Don’t just copy-paste—try to understand what’s happening and use it as a reference.\n\n## 📩 Got Questions?\n\nIf you were in the same PRG class and need help understanding something, feel free to reach out. Otherwise, enjoy exploring my solutions! 🚀\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposiitron%2Fprg_solved_by_posi","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fposiitron%2Fprg_solved_by_posi","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fposiitron%2Fprg_solved_by_posi/lists"}