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

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

Me and KickAss have developed a website https://code-n-collab.netlify.app/ . It is a Collaboration website for people just like you, who loves to code and collaborate with others or learn something new. It provides users to collaborate with their team, friends and also find people with similar interest.

Home Page  Profile
 Lockout Contest  Blog Image

 CollabEditor

Here you can

  • Create a room share and collaborate with friends, visualize a graph, compile the code, chat with friends, fetch problems from other websites and code in editor side by side.

  • Create/Participate in Lockout Championship matches with your friends.

  • Write blogs/comment to share something, ask some doubts or resolve the doubts of other coders out there.

Website: https://code-n-collab.netlify.app/

Client repo: https://github.com/atharmohammad/Code-N-Collab
Server repo: https://github.com/atharmohammad/Code-N-Collab-Server

Update.
PS: If you like the project please consider starring✨⭐ our github repo
We would like to thanks codeforces community for such a positive response ^_^

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

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

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

https://cses.fi/problemset/task/1195 to solve this problem I implemented dijkstra but i am getting wrong answer on test case on test case 7 and 14 .Those test cases are very big hence i am unable to debug with those test cases. Can anyone give me small test cases where my code fails,or any suggestion of why it is failing .Here's my code https://pastebin.com/u08T3SJq .Thanks in advance

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

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

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

Sliding Cost

https://cses.fi/problemset/task/1077

Can someone explain how to approach this problem.

I was trying to do it using pdbs and fenwick tree but it showed me tle on last 4 test cases
https://pastebin.com/3qBy2WBW

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

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