Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)