{"id":20284007,"url":"https://github.com/andrepaulino/cs50x_2022","last_synced_at":"2026-04-05T22:31:46.470Z","repository":{"id":61987086,"uuid":"549925404","full_name":"AndrePaulino/CS50x_2022","owner":"AndrePaulino","description":"🎓 Harvard CS50x — 2022 solutions 📓","archived":false,"fork":false,"pushed_at":"2023-05-09T02:35:48.000Z","size":85523,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-04T03:41:52.169Z","etag":null,"topics":["c","cs50","cs50x","python","sql"],"latest_commit_sha":null,"homepage":"https://cs50.harvard.edu/x/2022/","language":"C","has_issues":false,"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/AndrePaulino.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":"2022-10-12T00:21:38.000Z","updated_at":"2022-12-22T03:09:07.000Z","dependencies_parsed_at":"2025-01-14T07:59:09.269Z","dependency_job_id":null,"html_url":"https://github.com/AndrePaulino/CS50x_2022","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/AndrePaulino/CS50x_2022","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrePaulino%2FCS50x_2022","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrePaulino%2FCS50x_2022/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrePaulino%2FCS50x_2022/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrePaulino%2FCS50x_2022/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/AndrePaulino","download_url":"https://codeload.github.com/AndrePaulino/CS50x_2022/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/AndrePaulino%2FCS50x_2022/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31452899,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-05T21:22:52.476Z","status":"ssl_error","status_checked_at":"2026-04-05T21:22:51.943Z","response_time":75,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":["c","cs50","cs50x","python","sql"],"created_at":"2024-11-14T14:17:55.705Z","updated_at":"2026-04-05T22:31:46.288Z","avatar_url":"https://github.com/AndrePaulino.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CS50x 2022 - Introduction to Computer Science\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"./images/cs50_cover.png\" alt=\"logo\" /\u003e\n\n\u003c/p\u003e\n\nThis repository is the collection of my solutions as I go through the CS50x course.\n\nCS50 is a introduction to the intellectual enterprises of computer science and the art of programming. This course teaches students how to think algorithmically and solve problems efficiently.\n\n\n\u003cp align=\"center\"\u003e\n\t\u003ca href=\"https://cs50.harvard.edu/x/2022/\"\u003eCourse\u003c/a\u003e\n      \u003cspacer type=\"horizontal\"\u003e ♢ \u003c/spacer\u003e\n\t\u003ca href=\"https://edstem.org/us/courses/176/discussion/\"\u003eEd Community\u003c/a\u003e\n\t      \u003cspacer type=\"horizontal\"\u003e ♢ \u003c/spacer\u003e\n\t\u003ca href=\"https://cs50.readthedocs.io/style/c/\"\u003eStyle Guide\u003c/a\u003e\n\u003c/p\u003e\n\n\u003e A quick word on [Academic Honesty](https://cs50.harvard.edu/x/2020/honesty/). While these solutions can help you to get through the course, you should do your best to figure out a viable answer before taking a look at any of these. Investing time and energy into solving the problem sets yourself is, in my opinion, the best way to true learning.\n\n## 📋 Table of Contents\n- [Week 01: C](weeks/week_01/)\n  - [Problem Set 01](weeks/week_01/p_set_01/)\n- [Week 02: Arrays](weeks/week_02/)\n  - [Lab 02](weeks/week_02/lab_02/)\n  - [Problem Set 02](weeks/week_02/p_set_02/)\n- [Week 03: Algorithms](weeks/week_03/)\n  - [Lab 03](weeks/week_03/lab_03/)\n  - [Problem Set 03](weeks/week_03/p_set_03/)\n- [Week 04: Memory](weeks/week_04/)\n  - [Lab 04](weeks/week_04/lab_04/)\n  - [Problem Set 04](weeks/week_04/p_set_04/)\n- [Week 05: Data Structures](weeks/week_05/)\n  - [Lab 05](weeks/week_05/lab_05/)\n  - [Problem Set 05](weeks/week_05/p_set_05/)\n- [Week 06: Python](weeks/week_06/)\n  - [Lab 06](weeks/week_06/lab_06/)\n  - [Problem Set 06](weeks/week_06/p_set_06/)\n- [Week 07: SQL](weeks/week_07/)\n  - [Lab 07](weeks/week_07/lab_07/)\n  - [Problem Set 07](weeks/week_07/p_set_07/)\n- [Week 08: HTML, CSS, JavaScript](weeks/week_08/)\n  - [Lab 08](weeks/week_08/lab_08/)\n  - [Problem Set 08](weeks/week_08/p_set_08/)\n- [Week 09: Flask](weeks/week_09/)\n  - [Lab 09](weeks/week_09/lab_09/)\n  - [Problem Set 09](weeks/week_09/p_set_09/)\n\n## ⚙️ Covered on the course\n### Topics\n- Abstraction\n- Algorithms\n- Data structures\n- Encapsulation\n- Resource management\n- Security\n- Software engineering\n- Web programming\n### Languages\n- C\n- Python\n- SQL\n- HTML\n- CSS\n- JavaScript\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrepaulino%2Fcs50x_2022","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandrepaulino%2Fcs50x_2022","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandrepaulino%2Fcs50x_2022/lists"}