Commit Graph
66 Commits
Author SHA1 Message Date
Prad Nukala 24312437eb feat(work): add solution for LeetCode 23 Merge k Sorted Lists 2026-09-14 12:49:55 -04:00
Prad Nukala 4c9c8f39ae feat(work): add solution for LeetCode 973 K Closest Points to Origin 2026-09-14 12:37:15 -04:00
Prad Nukala 2066856d15 feat(work): add solution for LeetCode 215 Kth Largest Element in an Array 2026-09-14 12:21:55 -04:00
Prad Nukala 6c18301aa6 feat(work): add Lowest Common Ancestor of BST solution 2026-09-05 16:33:03 -04:00
Prad Nukala 9288aaa152 feat(work): add Kth Smallest Element in a BST solution 2026-09-05 16:28:21 -04:00
Prad Nukala 3e1a66eb37 feat(work): add LeetCode solutions for 217, 271, and 98 2026-09-05 13:37:53 -04:00
Prad Nukala 987eb7ab5b feat(work): add solution for LeetCode 1448 Count Good Nodes in Binary Tree 2026-09-04 16:44:07 -04:00
Prad Nukala 95db4ca46c feat(work): add solution for Binary Tree Right Side View problem 2026-09-04 11:48:03 -04:00
Prad Nukala 71ec39fe34 feat(work): add solution for Binary Tree Level Order Traversal (LC 102) 2026-09-04 11:33:20 -04:00
Prad Nukala 90082518a6 feat(work): add solution for Lowest Common Ancestor of a Binary Tree 2026-09-03 14:17:54 -04:00
Prad Nukala fec94ed636 feat(work): add solution for Invert Binary Tree (LC 226) 2026-09-03 14:01:06 -04:00
Prad Nukala 50299defef feat(work): add Maximum Depth of Binary Tree solution 2026-09-03 13:52:57 -04:00
Prad Nukala 1e0e03daaa feat(work): add Set Matrix Zeroes solution 2026-09-02 16:52:29 -04:00
Prad Nukala faaaf52f85 feat(work): add Rotate Image and Spiral Matrix solutions 2026-09-02 16:49:41 -04:00
Prad Nukala a3ae16ad96 feat(work): add Group Anagrams solution 2026-09-01 15:56:02 -04:00
Prad Nukala 9faa0b0337 feat(work): implement correct addTwoNumbers algorithm for linked list addition 2026-09-01 14:39:45 -04:00
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