{"id":21824773,"url":"https://github.com/joshvocal/dailyprogrammer-solutions","last_synced_at":"2025-03-21T11:47:29.306Z","repository":{"id":32064192,"uuid":"35636023","full_name":"joshvocal/DailyProgrammer-Solutions","owner":"joshvocal","description":":squirrel: My current solutions to reddit's DailyProgrammer.","archived":false,"fork":false,"pushed_at":"2017-05-19T18:57:14.000Z","size":24,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-26T08:14:10.822Z","etag":null,"topics":["dailyprogrammer","reddit"],"latest_commit_sha":null,"homepage":"https://www.reddit.com/r/dailyprogrammer/","language":"Python","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/joshvocal.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}},"created_at":"2015-05-14T20:46:34.000Z","updated_at":"2017-09-08T19:14:06.000Z","dependencies_parsed_at":"2022-08-07T17:15:10.758Z","dependency_job_id":null,"html_url":"https://github.com/joshvocal/DailyProgrammer-Solutions","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshvocal%2FDailyProgrammer-Solutions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshvocal%2FDailyProgrammer-Solutions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshvocal%2FDailyProgrammer-Solutions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/joshvocal%2FDailyProgrammer-Solutions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/joshvocal","download_url":"https://codeload.github.com/joshvocal/DailyProgrammer-Solutions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244795157,"owners_count":20511519,"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":["dailyprogrammer","reddit"],"created_at":"2024-11-27T17:59:55.225Z","updated_at":"2025-03-21T11:47:29.283Z","avatar_url":"https://github.com/joshvocal.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [DailyProgrammer](https://www.reddit.com/r/dailyprogrammer)\n\n![alt tag](http://infocreeds.com/wp-content/uploads/2016/04/top-10-coding-challanges-websites-DailyProgrammer.jpg)\n\nMy current solutions to r/dailyprogrammer from reddit.\n\n[Challenge List in Chronological Order](https://www.reddit.com/r/dailyprogrammer/wiki/challenges)\n\n## Easy\n| #| Title| Solution| Time|\n|---|---|---|---|\n| 1 | [challenge #1](https://www.reddit.com/r/dailyprogrammer/comments/pih8x/easy_challenge_1/)  | [Python](https://github.com/joshvocal/dailyprogrammer/blob/master/Easy/Python/challenge1.py)   |   |\n| 2| [challenge #2](https://www.reddit.com/r/dailyprogrammer/comments/pjbj8/easy_challenge_2/)| [Python](https://github.com/joshvocal/dailyprogrammer/blob/master/Easy/Python/challenge2.py)|   |\n| 3| [Challenge #3](https://www.reddit.com/r/dailyprogrammer/comments/pkw2m/2112012_challenge_3_easy/)| [Python](https://github.com/joshvocal/dailyprogrammer/blob/master/Easy/Python/challenge3.py)|   |\n| 4| [Challenge #4](https://www.reddit.com/r/dailyprogrammer/comments/pm6oj/2122012_challenge_4_easy/)| [Python](https://github.com/joshvocal/dailyprogrammer/blob/master/Easy/Python/challenge4.py)|   |\n| 8| [Challenge #8](https://www.reddit.com/r/dailyprogrammer/comments/pserp/2162012_challenge_8_easy/)| [Python](https://github.com/joshvocal/dailyprogrammer/blob/master/Easy/Python/challenge8.py)| |\n| 9| [Challenge #9](https://www.reddit.com/r/dailyprogrammer/comments/pu1rf/2172012_challenge_9_easy/)| [Python](https://github.com/joshvocal/dailyprogrammer/blob/master/Easy/Python/challenge9.py)| |\n| 11| [Challenge #11](https://www.reddit.com/r/dailyprogrammer/comments/pwons/2192012_challenge_11_easy/)| [Python](https://github.com/joshvocal/dailyprogrammer/blob/master/Easy/Python/challenge11.py)|   |\n| 12| [Challenge #12](https://www.reddit.com/r/dailyprogrammer/comments/pxs2x/2202012_challenge_12_easy/)| [Python](https://github.com/joshvocal/dailyprogrammer/blob/master/Easy/Python/challenge12.py)|   |\n| 16| [Challenge #16](https://www.reddit.com/r/dailyprogrammer/comments/q8aom/2272012_challenge_16_easy/)| [Python](https://github.com/joshvocal/dailyprogrammer/blob/master/Easy/Python/challenge16.py)|   |\n| 17| [Challenge #17](https://www.reddit.com/r/dailyprogrammer/comments/qheeu/342012_challenge_17_easy/)| [C++](https://github.com/joshvocal/dailyprogrammer/blob/master/Easy/C%2B%2B/challenge17.cpp)|   |\n| 20| [Challenge #20](https://www.reddit.com/r/dailyprogrammer/comments/qnkro/382012_challenge_20_easy/)| [Python](https://github.com/joshvocal/dailyprogrammer/blob/master/Easy/Python/challenge20.py)|   |\n| 22| [Challenge #22](https://www.reddit.com/r/dailyprogrammer/comments/qr0hg/3102012_challenge_22_easy/)| [Python](https://github.com/joshvocal/dailyprogrammer/blob/master/Easy/Python/challenge22.py)|   |\n| 27| [Challenge #27](https://www.reddit.com/r/dailyprogrammer/comments/r0r3h/3172012_challenge_27_easy/)| [Python](https://github.com/joshvocal/dailyprogrammer/blob/master/Easy/Python/challenge27.py)|   |\n| 34| [Challenge #34](https://www.reddit.com/r/dailyprogrammer/comments/rmmn8/3312012_challenge_34_easy/)| [Java](https://github.com/joshvocal/dailyprogrammer/blob/master/Easy/Java/challenge34.java)|   |\n| 37| [Challenge #37](https://www.reddit.com/r/dailyprogrammer/comments/rzdwq/482012_challenge_37_easy/)| [C](https://github.com/joshvocal/dailyprogrammer/blob/master/Easy/C/challenge37.c)|   |\n| 39| [Challenge #39](https://www.reddit.com/r/dailyprogrammer/comments/s6bas/4122012_challenge_39_easy/)| [Java](https://github.com/joshvocal/dailyprogrammer/blob/master/Easy/Java/challenge39.java)|   |\n| 40| [Challenge #40](https://www.reddit.com/r/dailyprogrammer/comments/schtf/4162012_challenge_40_easy/)| [Java](https://github.com/joshvocal/dailyprogrammer/blob/master/Easy/Java/challenge40.java)|   |\n| 46| [Challenge #46](https://www.reddit.com/r/dailyprogrammer/comments/szz5y/4302012_challenge_46_easy/)| [Python](https://github.com/joshvocal/dailyprogrammer/blob/master/Easy/Python/challenge46.py)|   |\n| 47| [Challenge #47](https://www.reddit.com/r/dailyprogrammer/comments/t33vi/522012_challenge_47_easy/)| [Python](https://github.com/joshvocal/dailyprogrammer/blob/master/Easy/Python/challenge47.py)|   |\n| 50|[Challenge #50](https://www.reddit.com/r/dailyprogrammer/comments/teua8/592012_challenge_50_easy/)| [Java](https://github.com/joshvocal/dailyprogrammer/blob/master/Easy/Java/challenge50.java)| |\n| 62| [Challenge #62](https://www.reddit.com/r/dailyprogrammer/comments/urqcx/682012_challenge_62_easy/)| [Java](https://github.com/joshvocal/dailyprogrammer/blob/master/Easy/Java/challenge62.java)|   |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshvocal%2Fdailyprogrammer-solutions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjoshvocal%2Fdailyprogrammer-solutions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjoshvocal%2Fdailyprogrammer-solutions/lists"}