Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/agarwalkaushal/placement-prep
Curated content to help you navigate.
https://github.com/agarwalkaushal/placement-prep
algorithms data-structures interview-questions placement problem-solving
Last synced: about 1 month ago
JSON representation
Curated content to help you navigate.
- Host: GitHub
- URL: https://github.com/agarwalkaushal/placement-prep
- Owner: agarwalkaushal
- Created: 2019-08-28T06:28:38.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-28T14:27:29.000Z (over 3 years ago)
- Last Synced: 2023-03-07T16:27:50.676Z (almost 2 years ago)
- Topics: algorithms, data-structures, interview-questions, placement, problem-solving
- Homepage:
- Size: 5.86 KB
- Stars: 21
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Placement-Prep
Try this 👉 https://www.scaler.com/event/know-where-you-stand-free-self-assessment-test
Study
1. C Programming language: https://www.geeksforgeeks.org/c-programming-language/
2. Algorithms: https://www.youtube.com/playlist?list=PLDN4rrl48XKpZkf03iYFl-O29szjTrs_O
3. Data Structures: https://www.youtube.com/playlist?list=PL2_aWCzGMAwI3W_JlcBbtYTwiQSsOTa6P
4. SQL: https://www.w3schools.com/sql/
Practice
1. Coding
i. https://leetcode.com/problemset/all/
ii. https://www.geeksforgeeks.org/must-do-coding-questions-for-companies-like-amazon-microsoft-adobe/
iii. https://www.hackerearth.com/practice/codemonk/
iv. https://www.hackerrank.com/interview/interview-preparation-kit2. SQL
i. https://www.interviewbit.com/tutorial/sql-introduction/
3. Programming Output (Do at least 10 sets)
i. C: https://www.geeksforgeeks.org/output-of-a-program-set-1/
ii. Java: https://www.geeksforgeeks.org/output-of-java-program-set-1/Last Minute Material
1. https://www.bigocheatsheet.com/
2. https://www.hackerearth.com/practice/algorithms/sorting/bubble-sort/tutorial/Tips
1. If you are finding a set of problems too easy, solve a level harder, move out of your comfort zone.
2. GeeksforGeeks is a great place for topic wise concepts/problems. Head over to this repo for better understanding of this platform.
3. Solve Quantitative Aptitude/Logical Reasoning/Logical Deduction for an edge.Programs
*Please try them out before moving onto the solutions
1. https://www.geeksforgeeks.org/find-maximum-path-sum-two-leaves-binary-tree/
2. https://www.geeksforgeeks.org/minimum-number-of-jumps-to-reach-end-of-a-given-array/
3. https://www.geeksforgeeks.org/partition-a-set-into-two-subsets-such-that-the-difference-of-subset-sums-is-minimum/
4. https://www.geeksforgeeks.org/minimum-number-platforms-required-railwaybus-station/
5. https://www.geeksforgeeks.org/write-an-efficient-c-function-to-convert-a-tree-into-its-mirror-tree/
6. https://www.geeksforgeeks.org/write-a-c-program-to-print-all-permutations-of-a-given-string/
7. https://www.geeksforgeeks.org/breadth-first-search-or-bfs-for-a-graph/
8. https://www.geeksforgeeks.org/depth-first-search-or-dfs-for-a-graph/
9. https://www.geeksforgeeks.org/print-a-given-matrix-in-spiral-form/
10. https://www.geeksforgeeks.org/next-greater-element/ALL THE BEST!!!