Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SuyashLakhotia/TechInterview
:gem: Cheat sheet to prep for technical interviews.
https://github.com/SuyashLakhotia/TechInterview
algorithms cheatsheet coding-interviews computer-science data-structures guide interview-preparation interviews java software-engineering technical-interviews
Last synced: 7 days ago
JSON representation
:gem: Cheat sheet to prep for technical interviews.
- Host: GitHub
- URL: https://github.com/SuyashLakhotia/TechInterview
- Owner: SuyashLakhotia
- License: mit
- Created: 2017-03-16T08:23:16.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-01-06T13:01:48.000Z (10 months ago)
- Last Synced: 2024-08-01T12:31:58.730Z (3 months ago)
- Topics: algorithms, cheatsheet, coding-interviews, computer-science, data-structures, guide, interview-preparation, interviews, java, software-engineering, technical-interviews
- Homepage:
- Size: 1.46 MB
- Stars: 553
- Watchers: 25
- Forks: 143
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tech Interviews
> Here's a cheat sheet to prepare for technical interviews as a CS major. All the best for your interviews! Go get that **dream job**!
### Table of Contents
1. [Data Structures](1%20-%20Data%20Structures.md)
2. [Algorithms](2%20-%20Algorithms.md)
3. [Object Oriented Programming](3%20-%20Object%20Oriented%20Programming.md)
4. [Design Patterns](4%20-%20Design%20Patterns.md)
5. [OS Fundamentals](5%20-%20OS%20Fundamentals.md)
6. [Concurrency in Java](6%20-%20Concurrency%20in%20Java.md)
7. [Bit Manipulation](7%20-%20Bit%20Manipulation.md)
8. [Miscellaneous](8%20-%20Miscellaneous.md)### Disclaimers
If you found a mistake (sorry!) or know a better way of doing/explaining something or if you think I may have missed out something important, please [post an issue](https://github.com/SuyashLakhotia/TechInterview/issues) or [submit a pull request](https://github.com/SuyashLakhotia/TechInterview/pulls)! :blush:
This repo is an assimilation of knowledge from various sources that I didn't completely keep track of when I was learning. So, if you found a resource I might have referenced and paraphrased (or straight up regurgitated) in this repo, please do let me know and I would be happy to add it to the growing list of [references](References.md).