{"id":21447448,"url":"https://github.com/syhily/code-interviews","last_synced_at":"2025-07-14T19:31:52.998Z","repository":{"id":156153744,"uuid":"632847377","full_name":"syhily/code-interviews","owner":"syhily","description":"Solutions for Book \"Coding Interviews\" in Golang","archived":false,"fork":false,"pushed_at":"2023-05-08T12:50:59.000Z","size":192,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2024-06-21T20:07:33.773Z","etag":null,"topics":["algorithm","code","golnag","interview-practice"],"latest_commit_sha":null,"homepage":"http://www.broadview.com.cn/book/6858","language":"Go","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/syhily.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":"2023-04-26T08:55:01.000Z","updated_at":"2024-04-24T09:57:13.000Z","dependencies_parsed_at":"2024-06-21T19:18:19.132Z","dependency_job_id":"cea7ecd9-fd32-4fb6-b359-692395206ac0","html_url":"https://github.com/syhily/code-interviews","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/syhily%2Fcode-interviews","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syhily%2Fcode-interviews/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syhily%2Fcode-interviews/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/syhily%2Fcode-interviews/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/syhily","download_url":"https://codeload.github.com/syhily/code-interviews/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225994823,"owners_count":17556830,"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":["algorithm","code","golnag","interview-practice"],"created_at":"2024-11-23T03:10:03.171Z","updated_at":"2024-11-23T03:10:03.707Z","avatar_url":"https://github.com/syhily.png","language":"Go","readme":"# Solutions for [Coding Interviews](http://www.broadview.com.cn/book/6858) in Golang\n\nThis is the answers for the second edition of [Coding Interviews](http://www.broadview.com.cn/book/6858).\nThe original code snippets were written in Java. I just rewrite them by using Golang. And all the solutions are tested.\n\nYou can clone this project and running all the tests locally.\n\n## Solution check list\n\n\u003cdetails\u003e\n\u003csummary\u003eChapter 01\u003c/summary\u003e\n\n- [ ] [Question 1](chapter01/question1.go)\n- [ ] [Question 2](chapter01/question2.go)\n- [ ] [Question 3](chapter01/question3.go)\n- [ ] [Question 4](chapter01/question4.go)\n- [ ] [Question 5](chapter01/question5.go)\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cdel\u003eChapter 02\u003c/del\u003e\u003c/summary\u003e\n\n- [x] [Question 6](chapter02/question6.go)\n- [x] [Question 7](chapter02/question7.go)\n- [x] [Question 8](chapter02/question8.go)\n- [x] [Question 9](chapter02/question9.go)\n- [x] [Question 10](chapter02/question10.go)\n- [x] [Question 11](chapter02/question11.go)\n- [x] [Question 12](chapter02/question12.go)\n- [x] [Question 13](chapter02/question13.go)\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cdel\u003eChapter 03\u003c/del\u003e\u003c/summary\u003e\n\n- [x] [Question 14](chapter03/question14.go)\n- [x] [Question 15](chapter03/question15.go)\n- [x] [Question 16](chapter03/question16.go)\n- [x] [Question 17](chapter03/question17.go)\n- [x] [Question 18](chapter03/question18.go)\n- [x] [Question 19](chapter03/question19.go)\n- [x] [Question 20](chapter03/question20.go)\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cdel\u003eChapter 04\u003c/del\u003e\u003c/summary\u003e\n\n- [x] [Question 21](chapter04/question21.go)\n- [x] [Question 22](chapter04/question22.go)\n- [x] [Question 23](chapter04/question23.go)\n- [x] [Question 24](chapter04/question24.go)\n- [x] [Question 25](chapter04/question25.go)\n- [x] [Question 26](chapter04/question26.go)\n- [x] [Question 27](chapter04/question27.go)\n- [x] [Question 28](chapter04/question28.go)\n- [x] [Question 29](chapter04/question29.go)\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cdel\u003eChapter 05\u003c/del\u003e\u003c/summary\u003e\n\n- [x] [Question 30](chapter05/question30.go)\n- [x] [Question 31](chapter05/question31.go)\n- [x] [Question 32](chapter05/question32.go)\n- [x] [Question 33](chapter05/question33.go)\n- [x] [Question 34](chapter05/question34.go)\n- [x] [Question 35](chapter05/question35.go)\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cdel\u003eChapter 06\u003c/del\u003e\u003c/summary\u003e\n\n- [x] [Question 36](chapter06/question36.go)\n- [x] [Question 37](chapter06/question37.go)\n- [x] [Question 38](chapter06/question38.go)\n- [x] [Question 39](chapter06/question39.go)\n- [x] [Question 40](chapter06/question40.go)\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cdel\u003eChapter 07\u003c/del\u003e\u003c/summary\u003e\n\n- [x] [Question 41](chapter07/question41.go)\n- [x] [Question 42](chapter07/question42.go)\n- [x] [Question 43](chapter07/question43.go)\n- [x] [Question 44](chapter07/question44.go)\n- [x] [Question 45](chapter07/question45.go)\n- [x] [Question 46](chapter07/question46.go)\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eChapter 08\u003c/summary\u003e\n\n- [x] [Question 47](chapter08/question47.go)\n- [x] [Question 48](chapter08/question48.go)\n- [x] [Question 49](chapter08/question49.go)\n- [x] [Question 50](chapter08/question50.go)\n- [x] [Question 51](chapter08/question51.go)\n- [x] [Question 52](chapter08/question52.go)\n- [x] [Question 53](chapter08/question53.go)\n- [x] [Question 54](chapter08/question54.go)\n- [x] [Question 55](chapter08/question55.go)\n- [x] [Question 56](chapter08/question56.go)\n- [ ] [Question 57](chapter08/question57.go)\n- [ ] [Question 58](chapter08/question58.go)\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eChapter 09\u003c/summary\u003e\n\n- [ ] [Question 59](chapter09/question59.go)\n- [ ] [Question 60](chapter09/question60.go)\n- [ ] [Question 61](chapter09/question61.go)\n\u003c/details\u003e\n\n\u003cdetails open\u003e\n\u003csummary\u003eChapter 10 (WIP)\u003c/summary\u003e\n\n- [x] [Question 62](chapter10/question62.go)\n- [x] [Question 63](chapter10/question63.go)\n- [x] [Question 64](chapter10/question64.go)\n- [x] [Question 65](chapter10/question65.go)\n- [ ] [Question 66](chapter10/question66.go)\n- [ ] [Question 67](chapter10/question67.go)\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eChapter 11\u003c/summary\u003e\n\n- [ ] [Question 68](chapter11/question68.go)\n- [ ] [Question 69](chapter11/question69.go)\n- [ ] [Question 70](chapter11/question70.go)\n- [ ] [Question 71](chapter11/question71.go)\n- [ ] [Question 72](chapter11/question72.go)\n- [ ] [Question 73](chapter11/question73.go)\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003e\u003cdel\u003eChapter 12\u003c/del\u003e\u003c/summary\u003e\n\n- [x] [Question 74](chapter12/question74.go)\n- [x] [Question 75](chapter12/question75.go)\n- [x] [Question 76](chapter12/question76.go)\n- [x] [Question 77](chapter12/question77.go)\n- [x] [Question 78](chapter12/question78.go)\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eChapter 13\u003c/summary\u003e\n\n- [ ] [Question 79](chapter13/question79.go)\n- [ ] [Question 80](chapter13/question80.go)\n- [ ] [Question 81](chapter13/question81.go)\n- [ ] [Question 82](chapter13/question82.go)\n- [ ] [Question 83](chapter13/question83.go)\n- [ ] [Question 84](chapter13/question84.go)\n- [ ] [Question 85](chapter13/question85.go)\n- [ ] [Question 86](chapter13/question86.go)\n- [ ] [Question 87](chapter13/question87.go)\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eChapter 14\u003c/summary\u003e\n\n- [ ] [Question 88](chapter14/question88.go)\n- [ ] [Question 89](chapter14/question89.go)\n- [ ] [Question 90](chapter14/question90.go)\n- [ ] [Question 91](chapter14/question91.go)\n- [ ] [Question 92](chapter14/question92.go)\n- [ ] [Question 93](chapter14/question93.go)\n- [ ] [Question 94](chapter14/question94.go)\n- [ ] [Question 95](chapter14/question95.go)\n- [ ] [Question 96](chapter14/question96.go)\n- [ ] [Question 97](chapter14/question97.go)\n- [ ] [Question 98](chapter14/question98.go)\n- [ ] [Question 99](chapter14/question99.go)\n- [ ] [Question 100](chapter14/question100.go)\n- [ ] [Question 101](chapter14/question101.go)\n- [ ] [Question 102](chapter14/question102.go)\n- [ ] [Question 103](chapter14/question103.go)\n\u003c/details\u003e\n\n\u003cdetails\u003e\n\u003csummary\u003eChapter 15\u003c/summary\u003e\n\n- [ ] [Question 104](chapter15/question104.go)\n- [ ] [Question 105](chapter15/question105.go)\n- [ ] [Question 106](chapter15/question106.go)\n- [ ] [Question 107](chapter15/question107.go)\n- [ ] [Question 108](chapter15/question108.go)\n- [ ] [Question 109](chapter15/question109.go)\n- [ ] [Question 110](chapter15/question110.go)\n- [ ] [Question 111](chapter15/question111.go)\n- [ ] [Question 112](chapter15/question112.go)\n- [ ] [Question 113](chapter15/question113.go)\n- [ ] [Question 114](chapter15/question114.go)\n- [ ] [Question 115](chapter15/question115.go)\n- [ ] [Question 116](chapter15/question116.go)\n- [ ] [Question 117](chapter15/question117.go)\n- [ ] [Question 118](chapter15/question118.go)\n- [ ] [Question 119](chapter15/question119.go)\n\u003c/details\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyhily%2Fcode-interviews","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsyhily%2Fcode-interviews","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsyhily%2Fcode-interviews/lists"}