Commit Graph

37 Commits

Author SHA1 Message Date
d28977dfa0 TODO category filter page generation, link LeetCode tag page for now 2023-10-08 20:07:25 -05:00
28196dcdec Add tags column (demo)
maybe so, maybe not
2023-10-08 20:03:35 -05:00
dfae224f7e Sort questions, move header/separator rows into template, remove hyperlink from ID column 2023-10-08 20:00:10 -05:00
e8aaca3656 Properly paramterize raw type Map.Entry 2023-10-08 19:52:00 -05:00
4b84ecaf4a Description in README, improve long-row warning to be more accurate 2023-10-08 19:51:50 -05:00
8c37c7cf44 Setup all meta.json files, regenerate with latest revision 2023-10-08 19:45:06 -05:00
f4f8872c96 Add URL question links to ID/Title, url property 2023-10-08 19:41:37 -05:00
7bd0026b37 Add debug flag, add difficulty to question data, more log statements 2023-10-08 19:34:33 -05:00
3f0c33c34a Improve inline row generation & use questions database 2023-10-08 19:34:15 -05:00
88f3aa6c8b Pydantic parsing, cache read/write with tertiary no-cache-load state 2023-10-08 18:48:10 -05:00
58a3f6faca requests Pipfile, generate.sh script 2023-10-08 17:25:35 -05:00
82736673c3 Fetch questions from GraphQL API, pydantic parsing models 2023-10-08 17:25:14 -05:00
5364e86488 Combine row generation with solution loading, question database 2023-10-08 17:24:57 -05:00
d1a393b106 Initial templated README generation scripts 2023-10-06 03:44:00 -05:00
5a1efd2418 Add imports for Java solutions 2023-10-06 03:27:02 -05:00
9e0c58faff Move all solutions into separate directory (cleanup)
the beginning
2023-10-06 03:14:09 -05:00
5ed552fb17 Two Pointers writeup, move file into bin with name 2023-10-04 20:54:10 -05:00
adbd4ff26b Proper two pointer implementation
im rarted
2023-10-02 20:39:41 -05:00
0ac04eb134 Two Pointer attempt for median-of-two-sorted-arrays 2023-10-02 19:50:29 -05:00
80e90614fb Remove extra debug print 2023-10-02 18:42:53 -05:00
74af1bf7bc Rust: product-of-array-except-self 2023-09-20 20:21:31 -05:00
Xevion
3497d4708f add .gitignore & README.md 2021-01-17 19:41:32 -06:00
Xevion
d5c1be943a roman-to-integer solution java 2021-01-17 19:40:22 -06:00
Xevion
1dc1ef699b palindrome-number solution java 2021-01-17 19:40:07 -06:00
Xevion
4e80fb7e6e add-two-numbers solution java 2021-01-17 19:39:48 -06:00
Xevion
3f021b70f4 special-array-with-x-elements-greater-than-or-equal-x solution java 2021-01-17 19:39:21 -06:00
Xevion
a4c56e8626 sort-array-by-increasing-frequency solution java 2021-01-17 19:38:52 -06:00
Xevion
8956efa7c3 string-to-integer-atoi solution java 2021-01-17 19:38:24 -06:00
Xevion
328a3f5b23 reverse-integer solution java 2021-01-17 19:37:48 -06:00
Xevion
b7efb64885 sort-characters-by-frequency solution java 2021-01-17 19:35:53 -06:00
Xevion
3bc1b0d992 first-unique-character-in-a-string solution java java_hashmap 2021-01-17 19:35:28 -06:00
Xevion
d7e4b5892f longest-string-chain solution java 2021-01-17 19:31:59 -06:00
Xevion
38e11eb863 making-file-names-unique solution java/regex java python 2021-01-17 19:30:07 -06:00
Xevion
bf3066f72e zigzag-conversion solution java 2021-01-17 19:29:31 -06:00
Xevion
da4497cbc8 longest-palindromic-substring solution java 2021-01-17 19:28:53 -06:00
Xevion
7ed475c60d longest-substring-without-repeating-characters solution java 2021-01-17 19:28:17 -06:00
Xevion
c564f14dd1 two-sum solution java 2021-01-17 19:26:40 -06:00