How do you track unsolved and revision problems? This is what I tried
Разница между en3 и en4, 1 символ(ов) изменены
I’m still quite new to competitive programming. I practice problems on multiple platforms, and I often struggle to keep track of what I’ve solved, what I’ve skipped, and what I need to revise later.↵

During contests and regular practice, I usually end up with a few good problems that I want to revisit. However, after the contest, those problems often get buried in browser bookmarks or are forgotten completely, which makes revision difficult.↵

I also tried maintaining an Excel sheet, something that Vivek Gupta ([user:acraider,2025-12-17]) suggested in one of his videos. While the idea itself makes sense, I found it hard to keep updating it regularly. Manually copying links, switching tabs, and filling in details after every problem felt time-consuming, and over time I simply stopped maintaining it consistently.↵

To reduce this friction, I ended up building a small Chrome extension primarily for my own use, which others can also use if they find it helpful. The main idea was to make problem tracking feel effortless, so I wouldn’t skip it after practice.↵

The primary focus of the extension is maintaining a personal revision sheet where problems can be added directly while practicing. Alongside this, there is a secondary feature that lets me bookmark unsolved problems to revisit later. It’s still a simple and evolving tool, but it directly addresses the issues I was facing.↵

How it works (brief)
:
 ↵
- Add problems directly from the problem page↵

![ ](/predownloaded/a9/4a/a94af2fd142662b0e6ba3f497341ad8c01618e7f.png)↵


- Automatically saved to a personal revision sheet↵

![ ](/predownloaded/16/56/1656f9f08de428afecb5cdf575987e4ca50e1c6e.png)↵

- Works across multiple coding platforms↵

- Optional bookmarking for unsolved Problems↵

If anyone wants to know more or try it out, I’ve added the GitHub link.↵
[https://github.com/Eshan-dev/QueueOverflow](https://github.com/Eshan-dev/QueueOverflow)↵

История

 
 
 
 
Правки
 
 
  Rev. Язык Кто Когда Δ Комментарий
en8 Английский bucketcoder 2026-01-07 22:37:11 76
en7 Английский bucketcoder 2026-01-06 21:43:42 1 Tiny change: 'd Problems\n\nIf any' -> 'd Problems.\n\nIf any'
en6 Английский bucketcoder 2026-01-05 10:12:12 1 Tiny change: 's (brief) :\n \n- Add' -> 's (brief) \n \n- Add'
en5 Английский bucketcoder 2026-01-04 14:20:33 2 Tiny change: 'ks (brief)\n \n- Add' -> 'ks (brief) :\n \n- Add'
en4 Английский bucketcoder 2026-01-03 10:31:58 1 Tiny change: 'ks (brief):\n \n- Add' -> 'ks (brief)\n \n- Add'
en3 Английский bucketcoder 2025-12-26 18:20:06 2 Tiny change: ' unsolved problems\n\' -> ' unsolved Problems\n\'
en2 Английский bucketcoder 2025-12-17 10:19:41 0 (published)
en1 Английский bucketcoder 2025-12-17 10:18:57 2011 Initial revision (saved to drafts)