Skip to content

WellingtonVell/neetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

tags
homepage

🧠 LeetCode Practice Vault

Building algorithmic thinking through systematic problem solving


[!quote]- Concepts

These files need to be reviewed as they are AI generated

TABLE WITHOUT ID
  "[[" + file.path + "|" + title + "]]" as "Title",
  description as "Description",
  difficulty as "🧠"
FROM "concepts"

[!note|noicon]- 📚 Patterns

These files need to be reviewed as they are AI generated

[!success]- 🟢 Beginner

LIST WITHOUT ID emoji + " " + link(file.link, title) + ": " + description
FROM "patterns"
WHERE difficulty = "Beginner"
SORT title ASC

[!warning]- 🟡 Intermediate

LIST WITHOUT ID emoji + " " + link(file.link, title) + ": " + description
FROM "patterns"
WHERE difficulty = "Intermediate"
SORT title ASC

[!error]- 🔴 Advanced

LIST WITHOUT ID emoji + " " + link(file.link, title) + ": " + description
FROM "patterns"
WHERE difficulty = "Advanced"
SORT title ASC

[!note]- 🔗 External Links

Patterns

Patterns

Patterns

Patterns

[!example|noicon]- 🗂️ Problems

🗃️ Categories

[!abstract]- Arrays & Hashing

TABLE WITHOUT ID
  "[[" + file.path + "|" + leetcode_id + ". " + title + "]]" as "ID",
  difficulty as "🧠",
  tags as "🏷️ Tags",
  status as "😶‍🌫️"
FROM "problems"
WHERE category = "Arrays & Hashing"
SORT leetcode_id ASC

📈 Difficulty Breakdown

[!success]- 🟢 Easy

TABLE WITHOUT ID
  "[[" + file.path + "|" + leetcode_id + ". " + title + "]]" as "ID",
  tags as "🏷️ Tags",
  status as "😶‍🌫️"
FROM "problems"
WHERE difficulty = "🟢"
SORT leetcode_id ASC

[!warning]- 🟡 Medium

TABLE WITHOUT ID
  "[[" + file.path + "|" + leetcode_id + ". " + title + "]]" as "ID",
  tags as "🏷️ Tags",
  status as "😶‍🌫️"
FROM "problems"
WHERE difficulty = "🟡"
SORT leetcode_id ASC

[!error]- 🔴 Hard

TABLE WITHOUT ID
  "[[" + file.path + "|" + leetcode_id + ". " + title + "]]" as "ID",
  tags as "🏷️ Tags",
  status as "😶‍🌫️"
FROM "problems"
WHERE difficulty = "🔴"
SORT leetcode_id ASC

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published