AdnanShamsi's blog

By AdnanShamsi, history, 3 years ago, In English

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 ^_^

Full text and comments »

  • Vote: I like it
  • +86
  • Vote: I do not like it

By AdnanShamsi, history, 4 years ago, In English

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

Full text and comments »

  • Vote: I like it
  • 0
  • Vote: I do not like it

By AdnanShamsi, history, 4 years ago, In English

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

Full text and comments »

  • Vote: I like it
  • 0
  • Vote: I do not like it