You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<p>It takes about 4-5 days for leetcode to update the contest ratings of participants. So you have to wait for a long time to know your rating changes. This application predicts accurate leetcode rating changes for all the contestants within a few minutes of completion of the contest.
107
+
108
+
</p>
109
+
</div>
110
+
</div>
111
+
112
+
113
+
114
+
<divclass="accordion__item">
115
+
<buttonclass="accordion__btn">
116
+
117
+
<spanclass="accordion__caption"><iclass="far fa-lightbulb"></i>Is it 100 percent accurate?</span>
It implements leetcode's latest rating prediction algorithm. Rating predictions are very close to the original rating but the accuracy may not be 100% due to changes in contest rankings after the completion of contest (leetcode rejudges some submissons).
124
+
</p>
125
+
</div>
126
+
</div>
127
+
128
+
<divclass="accordion__item">
129
+
<buttonclass="accordion__btn">
130
+
131
+
<spanclass="accordion__caption"><iclass="far fa-lightbulb"></i>How much time does it take to predict ratings?</span>
<p>It takes around 15 minutes after the completion of contest to make predictions. Sometimes leetcode takes more time to update the final rankings. So it also rejudges the ratings after 1 hour of the contest. </p>
137
+
</div>
138
+
</div>
139
+
<divclass="accordion__item">
140
+
<buttonclass="accordion__btn">
141
+
142
+
<spanclass="accordion__caption"><iclass="far fa-lightbulb"></i>How to use the chrome-extension?</span>
<p>You need to install <ahref="https://chrome.google.com/webstore/detail/lc-predictor/jfhgaegpgiepniiebglgjhhfnjcibphh"
148
+
target="_blank">LC Predictor extension</a> from Chrome Web Store. After installing the extension you will see the rating changes on the Leetcode contest ranking pages.
149
+
</p>
150
+
</div>
151
+
</div>
152
+
153
+
<divclass="accordion__item">
154
+
<buttonclass="accordion__btn">
155
+
<spanclass="accordion__caption"><iclass="far fa-lightbulb"></i>How can I contribute?</span>
<p>You can contribute by creating issues, feature/ pull requests in the <ahref="https://github.com/SysSn13/leetcode-rating-predictor"target="_blank"> GitHub Repo</a>. Any meaningful contributions you make are greatly appreciated.
0 commit comments