The LeetCode Participant Locator is a Chrome extension designed to help you easily find your position in the LeetCode contest list. This extension simplifies the process of locating and viewing other users' codes, enhancing your ability to analyze and learn from different solutions.
- When participating in LeetCode contests, finding your rank and viewing other users' solutions can be cumbersome. The LeetCode Participant Locator addresses this issue by providing a straightforward way to locate your position in the contest list and explore other participants' codes without manually searching through the entire list. Please note that this extension does not display the actual rank of a user, but rather their position in the contest list.
- If your friends have hidden the submission section on LeetCode, don't worry; this extension allows you to view their codes even if they have hidden their submissions.
Note: To predict your rank and rating, you can use the LeetCode contest rating predictor (LCCN).
- Quickly find your position in the contest list.
- Easily view other users' codes.
- Seamlessly integrates with LeetCode's contest page.
- Can find users up to standing 16k in any contest.
To use the LeetCode Participant Locator extension, follow these steps:
First, clone the repository to your local machine using the following command:
git clone https://github.com/Raj-kansagra/leetcode-participant-locator.git
- Open Google Chrome and navigate to chrome://extensions/.
- Enable "Developer mode" by toggling the switch in the top right corner.
- Click on the "Load unpacked" button.
- Select the directory where you cloned the repository.
The extension should now be loaded and ready to use.
- Activate the extension by clicking on the LeetCode Participant Locator icon in the Chrome toolbar.
- Select the type and number of contest. Eg - Weekly 355.
- On first use and every 5 hours thereafter, the extension will fetch and update the latest contest data. This initial load can take 2-3 minutes.
- Enter a username, and the extension will provide the page number where the user can be found in the LeetCode contest standings.
- View and analyze other users' codes directly from the contest page by editing the URL with the desired page Number and contest type.
Example:
# Open LeetCode contest ranking page for page no.5
# and weekly contest 398
https://leetcode.com/contest/weekly-contest-398/ranking/5/
# Open LeetCode contest ranking page for page no.51
# and Bi-weekly contest 112
https://leetcode.com/contest/Biweekly-contest-112/ranking/51/
We welcome contributions to improve the LeetCode Participant Locator. If you'd like to contribute, please fork the repository and submit a pull request with your changes.
This project is licensed under the MIT License. See the LICENSE file for more details.
For any issues or feature requests, please open an issue on the GitHub repository: https://github.com/Raj-kansagra/LC-Participant-Locator.git
Happy Coding!