From 3580f61fabc78dcfbe086a31974177cb3d3c60c5 Mon Sep 17 00:00:00 2001 From: Aritra Chatterjee <46325488+Arc29@users.noreply.github.com> Date: Sat, 8 Oct 2022 22:57:31 +0530 Subject: [PATCH] Update README.md Added Electron.js in intro (pata hona chahie konsa cross platform h) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 55d22c0..f53ff4c 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ![Visitor Count](https://profile-counter.glitch.me/ankitsangwan1999/count.svg) ## What am I looking at? -**LeetSolve** - A cross-platform desktop application showing algorithm problems attempted by you on Leetcode. +**LeetSolve** - A cross-platform desktop application, based on Electron.js, showing algorithm problems attempted by you on Leetcode. ## Why it exists? Sometimes back **Leetcode** did not show all the **attempted** problems(AC/Non-AC) by the user at one place. Particularly, **Non-AC** problems are important for students preparing for **interviews** as they want to solve them eventually. Categorizing all such problems based on their **Difficulty Level** and **Acceptance Rate** becomes helpful.