adhilsalim / leetboard

leetcode leaderboard
1 stars 0 forks source link

Get weekly solved problems #2

Open adhilsalim opened 1 year ago

adhilsalim commented 1 year ago

SET TRIGGER: Saturday 11 PM RETURN: An array which includes the number of problems solved in the last 3 weeks.

[
  {
  "NO": 1,
  "NAME": "Akhil V",
  "EMAIL": "example@test.com",
  "USERNAME": "test",
  "SOLVED": 13,
  "HISTORY": [ 6, 7 ],
  }
]

@Helixjoe

adhilsalim commented 1 year ago

Array lengths can be 1, 2 or 3