Commit Graph
50 Commits
Author SHA1 Message Date
Prad Nukala c50b600103 feat(work): add Add Two Numbers solution 2026-09-01 14:21:57 -04:00
Prad Nukala a93bb068b6 fix(work): correct node insertion and eviction order in LRUCache 2026-09-01 13:59:03 -04:00
Prad Nukala 5dda64e41e feat(work): add LRU Cache solution 2026-09-01 13:31:34 -04:00
Prad Nukala 64173857e7 feat(work): add new LeetCode solution files for 1426, 1832, 344, and 15 2026-08-31 16:50:30 -04:00
Prad Nukala 002c2c9c97 feat(work): add solutions for LeetCode 1365 and 268 problems 2026-08-31 16:36:29 -04:00
Prad Nukala fa8deac963 feat(work): add solution for LeetCode 387 First Unique Character in a String 2026-08-31 16:21:47 -04:00
Prad Nukala 51ce47a49a feat(work): add Reverse Linked List solution 2026-08-31 12:12:03 -04:00
Prad Nukala 804ad1379e feat(work): add solution for LeetCode 141 Linked List Cycle 2026-08-31 12:08:29 -04:00
Prad Nukala 5655cede21 feat(work): add solution for LeetCode 21 Merge Two Sorted Lists 2026-08-31 11:45:44 -04:00
Prad Nukala 7e46fceb1c refactor(work): restructure solution directories with bucket level and add .gitkeep placeholders 2026-08-31 10:41:40 -04:00
Prad Nukala 7384a33f3a feat: Add car fleet 2026-08-28 15:52:39 -04:00
Prad Nukala 0064d15844 feat(work): add Daily Temperatures solution 2026-08-28 15:05:53 -04:00
Prad Nukala 9b5879b6eb feat(work): add solutions for 150.evaluate-reverse-polish-notation and 155.min-stack, remove 42.trapping-rain-water 2026-08-27 15:21:16 -04:00
Prad Nukala c6ecb85507 feat(work): add valid parentheses solution 2026-08-27 14:31:36 -04:00
Prad Nukala 957ddf9849 feat(work): add solution for problem 35 search-insert-position 2026-08-26 15:51:04 -04:00
Prad Nukala 180134597d feat(work): add solution for Find Minimum in Rotated Sorted Array 2026-08-26 15:25:41 -04:00
Prad Nukala f1445a071f feat(work): add solution for LeetCode 74 Search a 2D Matrix problem 2026-08-26 14:29:14 -04:00
Prad Nukala 554145072d feat(work): add Permutation in String solution 2026-08-25 15:00:46 -04:00
Prad Nukala 5cac46a0bf feat(work): add longest‑repeating‑character‑replacement solution and rename variable in longest‑substring solution 2026-08-25 14:24:39 -04:00
Prad Nukala 217e899281 feat(work): add longest‑substring‑without‑repeating‑characters solution 2026-08-25 13:18:35 -04:00
Prad Nukala 2d37d6bc4d feat(work): add Python solutions for Is Subsequence and Container With Most Water 2026-08-24 16:22:00 -04:00
Prad Nukala af03ecb9a4 feat(work): add Python solutions for Two Sum, 3Sum, Two Sum II and remove unused JavaScript stubs 2026-08-24 15:32:33 -04:00
Prad Nukala 13e0a70d52 feat(problems): add solution for Best Time to Buy and Sell Stock 2026-08-20 12:00:05 -04:00
Prad Nukala 0339aa7b1f feat(problems): add solutions for Search in Rotated Sorted Array and Koko Eating Bananas 2026-08-19 22:11:01 -04:00
Prad Nukala 4065de560e feat(problems): add binary search solution for LeetCode 704 2026-08-19 14:40:58 -04:00
Prad Nukala 6af743173d style(problems): clean up whitespace in reverse-string solution 2026-08-19 13:05:52 -04:00
Prad Nukala 6b76ad5975 feat(problems): add solution for LeetCode 977 squares of a sorted array 2026-08-19 10:55:56 -04:00
Prad Nukala 5d53a2c2d4 feat(array): add Trapping Rain Water solution 2026-08-19 08:49:06 -04:00
Prad Nukala cc032c2a4b feat(problems): add medium array problem solutions for 3Sum, Two Sum II, and Subarray Sum Equals K 2026-08-18 21:45:15 -04:00
Prad Nukala 64c7cf9298 feat(problems): implement product of array except self solution 2026-08-18 14:50:51 -04:00
Prad Nukala abe86648f8 feat(problems): add LeetCode array problem solutions 2026-08-18 14:34:02 -04:00
Prad Nukala 2cc99cdb73 feat(easy): add range sum query implementation for immutable arrays 2026-08-18 11:59:08 -04:00
Prad Nukala f9d28fb0f1 feat(work): add valid-palindrome solution for easy difficulty 2026-08-18 11:36:20 -04:00
Prad Nukala ec7752f9f0 feat(work): add solutions for LeetCode problems 217, 242, 189, and 49 2026-08-18 11:18:20 -04:00
Prad Nukala e980dffd1e feat(work/Easy/Array): add solutions for counting elements and missing number problems 2026-08-17 16:19:23 -04:00
Prad Nukala 7f9978b8d1 feat(work): add new Easy difficulty problems for Hash Table and Two Pointers modules 2026-08-17 15:45:46 -04:00
Prad Nukala ba1df69c39 docs: update documentation structure and examples for Arrays & Strings guide 2026-08-16 15:31:54 -04:00
Prad Nukala d46fb529c0 feat(problems): add implementation for first unique character in a string 2026-08-13 21:57:10 -04:00
Prad Nukala ec81f7efb3 feat(work): add Go solution stub for first unique character and remove outdated JS files 2026-08-13 19:38:08 -04:00
Prad Nukala a0f5264106 init(work): add JavaScript pattern recognition drills 2026-07-14 10:50:34 -04:00
Prad Nukala 571d4633d9 feat(work): add problem1 function implementation 2026-07-13 15:20:37 -04:00
Prad Nukala 2b6e93af0d feat(work): add blind deduction set comments and problem1 function stub 2026-07-13 15:08:16 -04:00
Prad Nukala 04a9e82fc3 chore(Blind): add answer key and solutions for deduction problems 2026-07-13 12:15:42 -04:00
Prad Nukala 090189ccf7 chore(notes): remove 1365 notes and 451.sort-characters-by-frequency.js file 2026-07-13 12:15:40 -04:00
Prad Nukala 4840da7c8f fix(problems): remove solutions for completed problems 2026-07-13 12:15:35 -04:00
Prad Nukala 8f1f60f9ba fix(leetcode): remove solutions for problems 1365 and 1636 2026-07-13 12:15:34 -04:00
Prad Nukala 4be2caee9f refactor(Hash Table): optimize character frequency sorting implementation 2026-07-12 18:50:59 -04:00
Prad Nukala b9e9bcff49 feat(leetcode): add solution for sort array by increasing frequency problem 2026-07-12 18:50:57 -04:00
Prad Nukala fa3ab1031d docs(leetcode): add solution and documentation for 1365. How Many Numbers Are Smaller Than the Current Number 2026-07-12 15:56:38 -04:00
Prad Nukala 1aaab66971 init(docs): create docs site template with Fumapress and Waku 2026-07-12 13:13:51 -04:00