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

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

Codeforces Submission Downloader

Helps you to save your codeforces submission to offline

---

Motive

some days ago i was trying to download and save my all submission to github. i found some github Repositories/Apps but most of them are outdated(not working!). so i try to build this own.✨

Features

  • Download Accepted,WA,TLE,RE,MLE submission of codeforces.
  • Cross-platform
  • save files with submission language extension(e.g. .cpp for c++)

Requirements

  • JDK 11 or above

Usage


download it(don't need installaion) insert your codeforces handle choose a folder click download button wait for some times check the folder ✨BOOM✨

Tools used

  • java swing
  • netbeans
  • multi-threading
  • codeforces api

Download

Download app

github-link: https://github.com/zahid-hasan-sahin/Codeforces-Submission-Downloader

Contribute

if you want to Contribute, feel free to send pull request.

Полный текст и комментарии »

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

Автор Zahid_Hasan_Sahin, история, 3 года назад, По-английски

I'm trying to solve Farthest Nodes in a Tree (II) Problem in java . it's from lightOj. But I'm getting MLE(it takes 151552 KB memory). How to solve it using java.??

code:

UPD:Using System.gc() after each testCase I have got AC.

Полный текст и комментарии »

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