{"id":16790028,"url":"https://github.com/itamarrocha/coding-interviews","last_synced_at":"2025-03-17T01:14:07.453Z","repository":{"id":104280683,"uuid":"394775640","full_name":"ItamarRocha/Coding-Interviews","owner":"ItamarRocha","description":"Repository with resources to prepare for coding interviews","archived":false,"fork":false,"pushed_at":"2024-09-28T17:52:04.000Z","size":28,"stargazers_count":77,"open_issues_count":1,"forks_count":9,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-23T10:44:04.709Z","etag":null,"topics":["algoexpert","algorithms","codinginterview","cracking-the-coding-interview","dailybyte","internship","leetcode","pramp"],"latest_commit_sha":null,"homepage":"","language":null,"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/ItamarRocha.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}},"created_at":"2021-08-10T20:37:45.000Z","updated_at":"2025-01-04T12:09:38.000Z","dependencies_parsed_at":"2025-01-23T10:43:32.486Z","dependency_job_id":"ac2f9ac1-b035-490b-a7e4-3776356a02e0","html_url":"https://github.com/ItamarRocha/Coding-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/ItamarRocha%2FCoding-Interviews","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItamarRocha%2FCoding-Interviews/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItamarRocha%2FCoding-Interviews/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ItamarRocha%2FCoding-Interviews/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ItamarRocha","download_url":"https://codeload.github.com/ItamarRocha/Coding-Interviews/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243955804,"owners_count":20374373,"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":["algoexpert","algorithms","codinginterview","cracking-the-coding-interview","dailybyte","internship","leetcode","pramp"],"created_at":"2024-10-13T08:28:50.933Z","updated_at":"2025-03-17T01:14:07.434Z","avatar_url":"https://github.com/ItamarRocha.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Coding-Interviews\nIn this repository, there are different resources to prepare for coding interviews and behavioural interviews. Those interviews are considered the most challenging phase of the tech job recruitment process.\n\n\n## Contents\n- [Resources](#Resources)\n- [License](#License)\n\n\n## Resources\nIn this section, there are many resources, divided on:\n\n* Books\n* Courses\n* Websites\n* Youtube Channels\n* Other Resources\n* My roadmap\n\n### Books\n\nThe best book to prepare for coding interviews is cracking the coding interview. The book can be accessed on this [link](https://github.com/md-arfin-cse/Coding-Books/blob/fab777b51c8b73e410a39a83197c6390a1be7d5f/Cracking%20the%20Coding%20Interview%206th%20Edition.pdf).\n\nA more in-depth overview of the different algorithms and data structures is [Cormen's Introduction to Algorithms](https://www.amazon.com/Introduction-Algorithms-3rd-MIT-Press/dp/0262033844).\n\nIf you want to dive even deeper, you can also study competitive programming with [the Competitive Programming Book](https://cpbook.net/)\n\nIn my opinion, the craking the coding interview is the best book to study, because it has a focus on interviews. Just be sure to use it along with one of the websites to practice the coding questions. Practice is the key.\n\n### Courses\n\n* [FreeCodeCamp](https://www.youtube.com/watch?v=8hly31xKli0)\n* Crash Course on Algoexpert\n\n### Websites\n\n* [Algoexpert](https://www.algoexpert.io/) (Beginner friendly)\n  Platform with crash courses on data structures and algorithms, extra material on behavioural interviews and many different problems. 49$ yearly subscription, with 5$ discount using clem as promo code.\n\n* [Leetcode](https://leetcode.com/) (Not beginner friendly)\n  The most famous platform contains more than 1600 exercises and a strong community.\n\n* [Pramp](https://www.pramp.com/#/)\n  Excellent platform to train for actual coding interviews. You pair up with another person studying for coding interviews, and you interview each other.\n  \n* [InterviewBit](https://www.interviewbit.com/)\n  Many exercises and different crash courses on programming languages too. It also has roadmaps to help you prepare better.\n \n### Youtube Channels\n\n* [Clément Mihailescu](https://www.youtube.com/channel/UCaO6VoaYJv4kS-TQO_M-N_g)\n* [Nick White](https://www.youtube.com/channel/UC1fLEeYICmo3O9cUsqIi7HA)\n* [Back To Back SWE](https://www.youtube.com/channel/UCmJz2DV1a3yfgrR7GqRtUUA)\n* [Joma Tech](https://www.youtube.com/channel/UCV0qA-eDDICsRR9rPcnG7tw)\n* [NeetCode](https://www.youtube.com/channel/UC_mYaQAE6-71rjSN6CeCA-g)\n\n### Other Resources\n\nI'm currently subscribed to the [The Daily Byte](https://thedailybyte.dev/), and I have been trying to keep up with it for the last few months. It is an excellent resource for practising for the interviews. You receive a different exercise every day about a subject (which changes every week). On leetcode, you can find almost all the exercises. I have a repository where I store my code there, and you can check it on this [link](https://github.com/ItamarRocha/DailyByte).\n\n### Roadmap\n\nTo prepare for my interviews, I read cracking the coding interview as an introduction to the topic. Then, I used algoexpert, where I did the crash courses and some of the available exercises. After training, I started using pramp (where I did approximately 30 interviews) and leetcode. Nowadays, I'm not studying as much as before, so I try to keep up with the Daily Byte and eventually do some exercises on leetcode.\n\n---\n## Contributors\n\n|\u003ca href=\"https://linkedin.com/in/itamarrocha\" target=\"_blank\"\u003e**Itamar Rocha Filho**\u003c/a\u003e      | \u003ca href=\"https://www.linkedin.com/in/humbertonc\" target=\"_blank\"\u003e**Humberto Navarro**\u003c/a\u003e |||\n|:---------------------------------------------------------------------------------------:|:-----------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------:|:---------------------------------------------------------------------------------------:|\n|               \u003cimg src=\"https://avatars.githubusercontent.com/u/53613091?s=400\u0026u=2c8625113ab6b057e40345bcd090df744bb2d6aa\u0026v=4\" width=\"200px\"\u003e \u003c/img\u003e                          | \u003cimg src=\"https://avatars.githubusercontent.com/u/54050212?v=4\" width=\"200px\"\u003e \u003c/img\u003e|||\n|  \u003ca href=\"https://github.com/ItamarRocha\" target=\"_blank\"\u003e`github.com/ItamarRocha`\u003c/a\u003e  |\u003ca href=\"https://github.com/humbertonc\" target=\"_blank\"\u003e`github.com/humbertonc`\u003c/a\u003e|||\n\n\n## License\n\n[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://badges.mit-license.org)\n\n- **[MIT license](http://opensource.org/licenses/mit-license.php)**\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitamarrocha%2Fcoding-interviews","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fitamarrocha%2Fcoding-interviews","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fitamarrocha%2Fcoding-interviews/lists"}