This browser extension enhances the LeetCode experience by displaying the companies that have previously asked a given question in their technical interviews. By using this extension, users can prioritize problems based on company relevance, helping them tailor their interview preparation effectively.
- Displays the list of companies that have asked a specific LeetCode question.
- Seamlessly integrates with the LeetCode website.
- Helps users filter questions based on target companies.
- Navigate to a LeetCode problem page.
- The extension will display a list of companies that have previously asked this question.
- Use the information to focus on company-specific problems.
We welcome contributions! To contribute:
- Fork the repository.
- Create a feature branch (
git checkout -b feature-name
). - Commit your changes (
git commit -m "Add new feature"
). - Push to your branch (
git push origin feature-name
). - Open a Pull Request.