Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/moorara/interview
📚 A collection of notes and resources for beating technical interviews
https://github.com/moorara/interview
algorithms cheatsheets data-structures interview sorting
Last synced: 8 days ago
JSON representation
📚 A collection of notes and resources for beating technical interviews
- Host: GitHub
- URL: https://github.com/moorara/interview
- Owner: moorara
- Created: 2018-03-02T16:03:08.000Z (almost 7 years ago)
- Default Branch: main
- Last Pushed: 2024-12-08T04:49:00.000Z (about 1 month ago)
- Last Synced: 2024-12-08T05:23:46.482Z (about 1 month ago)
- Topics: algorithms, cheatsheets, data-structures, interview, sorting
- Homepage:
- Size: 291 KB
- Stars: 77
- Watchers: 4
- Forks: 18
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Interview
A collection of notes and resources for beating technical interviews for software developer and engineer positions!
For implementation of the major algorithms and data structures in [Go](https://go.dev),
see [this](https://github.com/moorara/algo) repository.## Cheatsheets
- [Preparation](./cheatsheets/0-preparation.md)
- [Algorithms](./cheatsheets/1-algorithms.md)
- [Sorting](./cheatsheets/2-sorting.md)
- [Data Structures](./cheatsheets/3-data_structures.md)
- [Database](./cheatsheets/4-database.md)
- [Operating Systems](./cheatsheets/5-operating_systems.md)
- [Computer Networks](./cheatsheets/6-computer_networks.md)
- [Software Security](./cheatsheets/7-software_security.md)
- [Object-Oriented Programming](./cheatsheets/8-object-oriented_programming.md)
- [Software Architecture](./cheatsheets/9-software_architecture.md)
- [Software Testing](./cheatsheets/10-software_testing.md)
- [Unix/Linux](./cheatsheets/11-unix_linux.md)
- [Programming](./cheatsheets/12-programming.md)
- [Web Frontend](./cheatsheets/13-web_frontend.md)
- [Web Backend](./cheatsheets/14-web_backend.md)
- [Web Security](./cheatsheets/15-web_security.md)
- [DevOps](./cheatsheets/16-devops.md)
- [Cloud Computing](./cheatsheets/17-cloud_computing.md)
- [Big Data](./cheatsheets/18-big_data.md)
- [Math](./cheatsheets/19-math.md)
- [Statistics](./cheatsheets/20-statistics.md)
- [Artificial Intelligence](./cheatsheets/21-artificial_intelligence.md)
- [Machine Learning](./cheatsheets/22-machine_learning.md)
- [Problem Solving](./cheatsheets/23-problem-solving.md)
- [Cultural-Behavioral](./cheatsheets/24-cultural-behavioral.md)
- [Candidate Questions](./cheatsheets/25-candidate-questions.md)