https://github.com/guyswhocode/leetcode-vault
Obsidian vault containing a curated collection of commonly asked LeetCode questions and its solutions.
https://github.com/guyswhocode/leetcode-vault
interview-preparation javascript leetcode obsidian
Last synced: 3 months ago
JSON representation
Obsidian vault containing a curated collection of commonly asked LeetCode questions and its solutions.
- Host: GitHub
- URL: https://github.com/guyswhocode/leetcode-vault
- Owner: guyswhocode
- Created: 2025-07-09T03:05:14.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2025-07-19T15:28:59.000Z (3 months ago)
- Last Synced: 2025-07-19T19:16:01.081Z (3 months ago)
- Topics: interview-preparation, javascript, leetcode, obsidian
- Homepage:
- Size: 995 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# LeetCode Vault
This repository is an [Obsidian](https://obsidian.md/) vault containing a curated collection of commonly asked LeetCode questions and its solutions.
## Content
* **Comprehensive Collection:** A wide range of LeetCode problems.
* **JavaScript Solutions:** Includes JavaScript solutions for many of the problems.
* **Organized & Tagged:** Questions are tagged by company and difficulty level, making it easy to find what you're looking for.
* **Obsidian Ready:** Designed to be used as an Obsidian vault, allowing you to leverage features like backlinks, graph view, and powerful search.## How to Use
1. Clone or download this repository.
2. Open the folder as a vault in the Obsidian application.
3. Use the tags pane or search to filter questions by company (e.g., `#Google`, `#Facebook`) or difficulty (e.g., `#easy`, `#medium`, `#hard`).Happy coding!