Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aditya-xq/interview-questions-solved
Consider your coding interviews... decoded!
https://github.com/aditya-xq/interview-questions-solved
coding-interviews interview interview-questions interview-questions-solved interviews low-level-design-problems low-level-programming system-design
Last synced: 3 days ago
JSON representation
Consider your coding interviews... decoded!
- Host: GitHub
- URL: https://github.com/aditya-xq/interview-questions-solved
- Owner: aditya-xq
- Created: 2023-10-09T19:52:40.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-10-11T13:47:39.000Z (about 1 year ago)
- Last Synced: 2023-10-12T06:17:28.190Z (about 1 year ago)
- Topics: coding-interviews, interview, interview-questions, interview-questions-solved, interviews, low-level-design-problems, low-level-programming, system-design
- Homepage:
- Size: 14.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Contributing: contributing.md
Awesome Lists containing this project
README
# Interview Questions Solved 💡
Welcome to **Interview Questions Solved**! Ever stumbled upon a tricky interview question and spent hours trying to find a solution? This repo is designed to be your go-to resource for solving your interview puzzles!
## 📖 Overview
This repository is a collection of solutions to low-level and practical coding questions frequently asked in interviews. Each solution is meticulously crafted with:
1. **Clarity**: Easily understandable solutions to make your prep time efficient.
2. **Documentation**: Every line and function explained to make sure you grasp the core concepts.
3. **Test Cases**: To ensure the solutions stand up against all possible scenarios.
4. **Live Demo**: Witness the solution in action or instructions to run the code.## 📂 Repo Structure
The repo is organized by programming languages/frameworks. Dive into any language folder to find solutions pertinent to that language. Each solution has its own dedicated folder, ensuring a modular and organized structure.
```
.
├── JavaScript
│ ├── Problem1
│ │ ├── solution.js
│ │ ├── README.md
│ │ ├── test_cases.js
│ │ └── ...
│ ├── Problem2
│ └── ...
├── Python
├── Java
└── ...
```## 🚀 Getting Started
1. **Pick a Language/Framework**: Navigate to the folder of your preferred language or framework.
2. **Select a Problem**: Each problem has its dedicated folder. Dive in!
3. **Understanding the Solution**: Every solution folder contains:
- `README.md`: A detailed explanation of the problem and the solution approach.
- **Production Ready Code**: Clean, optimized, and well-documented.
- **Test Cases**: Validate the solution against various test cases.
- **Live Demo**: Experience the solution live or follow the instructions to run the code locally.## 🌟 Contributors
A big shoutout to all our contributors who have made this repository a hub for interview preparation. Interested in contributing? Check our [CONTRIBUTING.md](./CONTRIBUTING.md) guide.
## 💌 Feedback
Loved it? Hated it? Feel there's room for improvement? Feel free to open an [issue](https://github.com/aditya-xq/interview-questions-solved/issues). Your feedback is the compass guiding this ship!
---
👩💻 **Happy Coding, and Good Luck with Your Interviews!**