Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/gz30eee/interview


https://github.com/gz30eee/interview

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# Interview Questions Repository

## Overview
Welcome to the Interview Questions Repository! This repository contains a collection of common coding interview questions, complete with solutions, explanations, and test cases. Each question is documented in its own README file for easy navigation and understanding.

## Table of Contents
1. [Two Sum](./Two_Sum/README.md)
2. [Reverse Linked List](./Reverse_Linked_List/README.md)
3. [Valid Parentheses](./Valid_Parentheses/README.md)
4. [Merge Two Sorted Lists](./Merge_Two_Sorted_Lists/README.md)
5. [Maximum Subarray](./Maximum_Subarray/README.md)
6. [Climbing Stairs](./Climbing_Stairs/README.md)
7. [Best Time to Buy and Sell Stock](./Best_Time_to_Buy_and_Sell_Stock/README.md)
8. [Binary Tree Inorder Traversal](./Binary_Tree_Inorder_Traversal/README.md)
9. [Valid Anagram](./Valid_Anagram/README.md)
10. [Merge Intervals](./Merge_Intervals/README.md)

## Getting Started
To get started with this repository, simply clone it to your local machine:
```bash
git clone https://github.com/GZ30eee/interview-questions-repo.git
cd interview-questions-repo
```

## Structure
Each question is organized into its own directory, containing:
- **README.md**: Detailed description of the problem, solution, test cases, tags, and companies that have asked the question in interviews.
- **solution.py**: Python file with the solution code.

## Contributing
Contributions are welcome! If you have a new question or an improvement to an existing one, please follow these steps:
1. Fork the repository.
2. Create a new branch (`git checkout -b feature/new-question`).
3. Commit your changes (`git commit -am 'Add new question'`).
4. Push to the branch (`git push origin feature/new-question`).
5. Open a pull request.

## License
This repository is licensed under the MIT License. See the [LICENSE](./LICENSE) file for more information.

## Contact
If you have any questions or suggestions, feel free to open an issue or contact me at [[email protected]](mailto:[email protected]).