An open API service indexing awesome lists of open source software.

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.

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!