Data source for recently asked questions #451
-
|
Could you tell me, how does the code explicitly mark a question as recently asked in xyz company? I was going through the code but couldn't find the relevant part. Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
|
Hello, Thanks for asking this question. I generally update company information for all questions once a year from sites like Glassdoor, LeetCode Discussion, and CodingNinja, among others. I insert/modify the order company information in the latest appearance order. Then I mark the first 5 questions maximum as recently asked. I know, the information gets stale eventually everyday and that's surely hampering candidate's expectation. As I am the sole maintainer of this project, I had to reach the decision due to this low bandwidth issue. However, this project is to give the candidates an idea of company-specific DSA questions. And in no way it does not replace any of the Premium products out there. I hope that answers your query. Thanks again. |
Beta Was this translation helpful? Give feedback.
Hello, Thanks for asking this question.
I generally update company information for all questions once a year from sites like Glassdoor, LeetCode Discussion, and CodingNinja, among others. I insert/modify the order company information in the latest appearance order. Then I mark the first 5 questions maximum as recently asked.
LOC: https://github.com/ssavi-ict/LeetCode-Which-Company/blob/5bfa5bfc24cace3077c581ba786a89bb5ae189b9/chrome/popup.js#L53C23-L53C31
I know, the information gets stale eventually everyday and that's surely hampering candidate's expectation. As I am the sole maintainer of this project, I had to reach the decision due to this low bandwidth issue.
However, this project i…