Complete guide to setting up and using Leetion. Follow these steps and you'll be saving solutions in minutes.
Download Leetion from the Chrome Web Store.
chrome.google.com/webstoreSet up a Notion integration to connect Leetion with your workspace.
notion.so/my-integrationsCreate a database and connect your integration to it.
Enter your credentials and start saving solutions.
Understanding the Notion database structure that Leetion uses
| Field | Type | Required | Description |
|---|---|---|---|
| Question | Title | Required | Problem title |
| S No. | Number | Required | LeetCode problem number |
| Level | Select | Required | Easy, Medium, or Hard |
| Tag | Multi-select | Optional | Problem categories (Array, DP, Trees, etc.) |
| My Expertise | Select | Optional | Low, Medium, or High confidence |
| Done | Checkbox | Optional | Mark problem as completed |
| Date (of first attempt) | Date | Required | When you first solved it |
| Question Link | URL | Required | Link to LeetCode problem |
| Remark | Rich Text | Optional | Your notes and explanations |
| Alternative Method Tags | Multi-select | Optional | Other approaches used |
| Spaced Repetition | Date | Optional | Next review date |
| Time Complexity | Select | Optional | O(1) through O(n!) |
| Space Complexity | Select | Optional | O(1) through O(n!) |
| Attempts | Number | Optional | Times you've revisited this problem |