| tags | |
|---|---|
|
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
[!example|noicon]- 🗂️ Problems
[!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[!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