{"id":20822521,"url":"https://github.com/agarwalkaushal/placement-prep","last_synced_at":"2026-01-30T07:11:44.339Z","repository":{"id":48997889,"uuid":"204863473","full_name":"agarwalkaushal/Placement-Prep","owner":"agarwalkaushal","description":"Curated content to help you navigate.","archived":false,"fork":false,"pushed_at":"2021-05-28T14:27:29.000Z","size":6,"stargazers_count":20,"open_issues_count":0,"forks_count":9,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-18T16:52:28.548Z","etag":null,"topics":["algorithms","data-structures","interview-questions","placement","problem-solving"],"latest_commit_sha":null,"homepage":"","language":null,"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/agarwalkaushal.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":"2019-08-28T06:28:38.000Z","updated_at":"2023-09-09T13:19:44.000Z","dependencies_parsed_at":"2022-09-24T01:24:21.495Z","dependency_job_id":null,"html_url":"https://github.com/agarwalkaushal/Placement-Prep","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/agarwalkaushal%2FPlacement-Prep","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agarwalkaushal%2FPlacement-Prep/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agarwalkaushal%2FPlacement-Prep/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/agarwalkaushal%2FPlacement-Prep/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/agarwalkaushal","download_url":"https://codeload.github.com/agarwalkaushal/Placement-Prep/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243172108,"owners_count":20247883,"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":["algorithms","data-structures","interview-questions","placement","problem-solving"],"created_at":"2024-11-17T22:15:13.882Z","updated_at":"2026-01-30T07:11:44.295Z","avatar_url":"https://github.com/agarwalkaushal.png","language":null,"readme":"# Placement-Prep\n\nTry this 👉 https://www.scaler.com/event/know-where-you-stand-free-self-assessment-test\n\n\u003ch1\u003eStudy\u003c/h1\u003e\n\n1. \u003cb\u003eC Programming language:\u003c/b\u003e https://www.geeksforgeeks.org/c-programming-language/ \u003cbr\u003e\n\n2. \u003cb\u003eAlgorithms:\u003c/b\u003e https://www.youtube.com/playlist?list=PLDN4rrl48XKpZkf03iYFl-O29szjTrs_O \u003cbr\u003e\n\n3. \u003cb\u003eData Structures:\u003c/b\u003e https://www.youtube.com/playlist?list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P \u003cbr\u003e\n\n4. \u003cb\u003eSQL:\u003c/b\u003e https://www.w3schools.com/sql/ \u003cbr\u003e\n\n\u003ch1\u003ePractice\u003c/h1\u003e\n\n\n1. Coding\n    \n    i. https://leetcode.com/problemset/all/ \u003cbr\u003e\n    ii. https://www.geeksforgeeks.org/must-do-coding-questions-for-companies-like-amazon-microsoft-adobe/ \u003cbr\u003e\n    iii. https://www.hackerearth.com/practice/codemonk/ \u003cbr\u003e\n    iv. https://www.hackerrank.com/interview/interview-preparation-kit  \u003cbr\u003e\n\n\n2. SQL\n\n\ti. https://www.interviewbit.com/tutorial/sql-introduction/\n\n3. Programming Output (Do at least 10 sets)\n\n\ti. \u003cb\u003eC:\u003c/b\u003e https://www.geeksforgeeks.org/output-of-a-program-set-1/ \u003cbr\u003e\n\tii. \u003cb\u003eJava:\u003c/b\u003e https://www.geeksforgeeks.org/output-of-java-program-set-1/\n\n\u003ch2\u003eLast Minute Material\u003c/h2\u003e\n\n1. https://www.bigocheatsheet.com/\n2. https://www.hackerearth.com/practice/algorithms/sorting/bubble-sort/tutorial/\n\n\u003ch2\u003eTips\u003c/h2\u003e\n\n1. If you are finding a set of problems too easy, solve a level harder, move out of your comfort zone. \u003cbr\u003e\n2. GeeksforGeeks is a great place for topic wise concepts/problems. Head over to \u003ca href = \"https://github.com/kunalG98/Placement-Prep-Guide\" \u003ethis repo\u003c/a\u003e for better understanding of this platform. \u003cbr\u003e\n3. Solve Quantitative Aptitude/Logical Reasoning/Logical Deduction for an edge. \u003cbr\u003e\n\n\u003ch2\u003ePrograms\u003c/h2\u003e \n\n\u003cb\u003e*Please try them out before moving onto the solutions\u003c/b\u003e\n\n1. https://www.geeksforgeeks.org/find-maximum-path-sum-two-leaves-binary-tree/ \u003cbr\u003e\n2. https://www.geeksforgeeks.org/minimum-number-of-jumps-to-reach-end-of-a-given-array/ \u003cbr\u003e\n3. https://www.geeksforgeeks.org/partition-a-set-into-two-subsets-such-that-the-difference-of-subset-sums-is-minimum/ \u003cbr\u003e\n4. https://www.geeksforgeeks.org/minimum-number-platforms-required-railwaybus-station/ \u003cbr\u003e\n5. https://www.geeksforgeeks.org/write-an-efficient-c-function-to-convert-a-tree-into-its-mirror-tree/ \u003cbr\u003e\n6. https://www.geeksforgeeks.org/write-a-c-program-to-print-all-permutations-of-a-given-string/ \u003cbr\u003e\n7. https://www.geeksforgeeks.org/breadth-first-search-or-bfs-for-a-graph/ \u003cbr\u003e\n8. https://www.geeksforgeeks.org/depth-first-search-or-dfs-for-a-graph/ \u003cbr\u003e\n9. https://www.geeksforgeeks.org/print-a-given-matrix-in-spiral-form/ \u003cbr\u003e\n10. https://www.geeksforgeeks.org/next-greater-element/ \u003cbr\u003e\n\n\u003ch3\u003eALL THE BEST!!!\u003c/h3\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagarwalkaushal%2Fplacement-prep","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fagarwalkaushal%2Fplacement-prep","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fagarwalkaushal%2Fplacement-prep/lists"}