Блог пользователя i_pranavmehta

Автор i_pranavmehta, история, 5 месяцев назад, По-английски

Hi Community,

A few college coding clubs had requested the api access for the ACD Ladders ( as they wanted to integrate it in their websites); however I felt it might help more souls hence made the endpoints publicly accessible (a few days ago). Just wanted to share incase someone might be interested in using the ladder problems here!

You can read more about the underlying algo here

The endpoints are as follows: (v2 is the version which Acodedaily.com by default uses)

for v1 https://acodedaily.com/api/v1/ladder?startRating=XXX&endRating=XXX

for v2 https://acodedaily.com/api/v2/ladder?startRating=XXX&endRating=XXX

[NOTE: replace XXX by the ratings you require] Happy coding!

  • Проголосовать: нравится
  • +8
  • Проголосовать: не нравится

»
4 месяца назад, # |
  Проголосовать: нравится 0 Проголосовать: не нравится

For me acodedaily is not accessible is it taken down or something ?

  • »
    »
    4 месяца назад, # ^ |
      Проголосовать: нравится 0 Проголосовать: не нравится

    It was transient because of some testing we were doing for the latest referral portal. It's back now!