No description
  • Dart 61.5%
  • Python 22.4%
  • C++ 10.8%
  • JavaScript 5.3%
Find a file
2026-02-17 14:02:53 -06:00
01-matrix Completed 01-matrix with TLE BFS and Memoization 2023-05-15 08:39:12 -05:00
3sum Reformatted all files 2025-07-04 11:56:34 -05:00
3sum-closest Completed 3sum using recursion and DP 2023-05-23 10:18:17 -05:00
add-binary Revised constructor 2023-04-19 10:37:21 -05:00
add-digits Completed add digits using js 2023-04-26 06:22:22 -05:00
add-two-numbers Reformatted all files 2025-07-04 11:56:34 -05:00
airplane-seat-assignment-probability Completed airplane seat assignment problem using dart 2023-05-21 12:22:00 -05:00
all-paths-from-source-to-target Updated solution to be better 2023-05-11 17:59:57 -05:00
arranging-coins Completed arranging coins using dart 2023-05-27 12:59:21 -05:00
article-views-i Completed article views i 2023-06-26 15:43:48 -05:00
average-of-levels-in-binary-tree Completed average of levels in binary tree using BFS and dart 2023-05-21 23:41:15 -05:00
average-salary-excluding-min-and-max Completed average salary question with optimal solution 2023-05-01 11:26:32 -05:00
average-time-of-process-per-machine Completed average time of process using mysql 2023-06-30 10:58:59 -05:00
balanced-binary-tree Reformatted all files 2025-07-04 11:56:34 -05:00
best-time-to-buy-and-sell-stock Completed buy and sell using javascript 2023-04-24 10:44:02 -05:00
best-time-to-buy-and-sell-stock-ii Completed best time to buy and sell stock ii using dp and memoization 2023-05-25 08:19:52 -05:00
big-countries Big countries SQL query 2023-04-15 20:09:50 -05:00
biggest-single-number Completed biggest single number sql problem 2023-06-25 18:42:25 -05:00
binary-search Reformatted all files 2025-07-04 11:56:34 -05:00
binary-tree-inorder Completed binary tree traversal 2023-04-20 08:54:20 -05:00
binary-tree-level-order Completed binary tree level order using BFS in JS 2023-04-29 09:44:46 -05:00
binary-tree-level-order-traversal Reformatted all files 2025-07-04 11:56:34 -05:00
binary-tree-level-order-traversal-ii Completed binary tree level order traversal ii using bfs 2023-05-15 18:07:01 -05:00
binary-tree-paths Completed binary tree paths problem using dart 2023-05-06 11:22:29 -05:00
binary-tree-postorder-traversal Completed postorder traversal problem using dart 2023-05-10 21:07:04 -05:00
binary-tree-preeorder-traversal Completed binary tree preorder traversal problem using dart 2023-05-10 21:00:24 -05:00
binary-tree-right-side-view Reformatted all files 2025-07-04 11:56:34 -05:00
binary-tree-zigzag-level-order Completed binary tree zigzag level traversal problem using dart 2023-05-10 16:07:03 -05:00
bulb-switcher Completed bulb-switcher using sqrt with js 2023-04-27 10:02:31 -05:00
calculate-special-bonus Completed calculate special bonus using mySQL 2023-07-15 20:19:30 -05:00
can-make-arithmetic-progression-from-sequence Completed arithmetic progression problem using dart 2023-06-05 21:47:38 -05:00
candy Completed candy problem using dart 2023-05-14 16:45:31 -05:00
classes-more-than-5-students Classes with more than 5 students 2023-04-15 20:53:11 -05:00
climbing-stairs Completed recursive climbing stairs with dart 2023-04-20 01:25:58 -05:00
clone-graph Completed clone graph 2025-07-16 19:30:42 -05:00
combination-sum Reformatted all files 2025-07-04 11:56:34 -05:00
combination-sum-ii Reformatted all files 2025-07-04 11:56:34 -05:00
combination-sum-iii Completed combination sum iii using dart, backtracking, and recursion 2023-05-28 17:08:27 -05:00
combination-sum-iv Completed combination sum iv using dart, dp, recursion, and memoization 2023-05-28 17:21:24 -05:00
combinations Completed combinations problem using recursion and dart 2023-05-26 16:17:05 -05:00
combine-two-tables Completed combine two tables 2025-07-02 10:23:23 -05:00
confirmation-rate Completed confirmation rate using mySQL 2023-07-14 19:12:40 -05:00
consecutive-numbers Completed consecutive numbers in a better way 2023-07-10 08:42:48 -05:00
contains-duplicate Removed all binarys (oops) and updated gitignore. 2025-06-11 21:44:35 -05:00
contains-duplicate-ii Completed contains duplicate 2 with optimal solution using dart 2023-05-06 09:02:42 -05:00
convert-binary-number-in-a-linked-list-to-integer Completed convert binary number in linked list to decimal using dart 2023-05-21 21:56:05 -05:00
convert-sorted-array-to-binary-search-tree Completed convert sorted array to binary tree using dart 2023-05-04 12:41:04 -05:00
convert-sorted-list-to-binary-search Completed ocnvert sorted list to binary search tree 2023-05-04 13:55:25 -05:00
count-good-nodes-in-binary-tree Reformatted all files 2025-07-04 11:56:34 -05:00
count-negative-numbers-in-a-matrix Completed count negative numbers in a matrix using dart 2023-06-07 20:46:22 -05:00
count-number-of-texts Completed recursive solution to count number of texts 2023-05-22 09:19:23 -05:00
count-primes Removed all binarys (oops) and updated gitignore. 2025-06-11 21:44:35 -05:00
counting-bits Removed all binarys (oops) and updated gitignore. 2025-06-11 21:44:35 -05:00
cousins-in-binary-tree Completede cousins in binary tree 2023-06-02 10:02:50 -05:00
customer-placing-the-largest Customer placing the largest number of orders 2023-04-14 21:28:24 -05:00
customers-who-bought-all-products Completed customers who bought all products using sql 2023-07-10 08:25:20 -05:00
customers-who-never-order completed customers who never order problem 2023-04-12 23:58:56 -05:00
daily-leads-and-parners Completed leads using mySQL 2023-07-12 15:18:26 -05:00
decode-ways Completed decode ways using dp, recursion, and memoization 2023-05-26 21:15:27 -05:00
delete-characters-to-make-fancy-string Completed delete characters to make fancy string 2025-07-20 21:30:58 -05:00
delete-duplicate-emails Delete Duplicate emails sql query 2023-04-13 16:47:11 -05:00
department-highest-salary Completed department highest salary using mysql 2023-07-18 18:04:03 -05:00
design-add-and-search-words-data-structure Reformatted all files 2025-07-04 11:56:34 -05:00
design-hashset Completed design hashset using dart 2023-05-29 19:25:56 -05:00
design-parking-system Completed design parking system using dart 2023-05-28 19:31:20 -05:00
design-twitter Completed design twitter 2025-07-09 14:47:07 -05:00
Design-Underground-System Completed design underground system using dartO 2023-05-30 21:16:21 -05:00
diameter-of-binary-tree Reformatted all files 2025-07-04 11:56:34 -05:00
divide-two-integers Completed divide two integers using dart 2023-05-28 12:27:20 -05:00
duplicate-emails Find each duplicate email in the list 2023-04-12 17:42:31 -05:00
elimination-game updated 2023-07-29 22:19:33 -05:00
employee-bonus Completed employee bonus sql problem 2023-04-14 20:50:27 -05:00
employees-earning-more-than-managers Complete SQL problem joining table with table to compare values 2023-04-12 16:36:54 -05:00
employees-reporting-to-managers Completed employees reporting to managers using mySQL 2023-07-23 15:15:55 -05:00
employees-whose-manager-left-the-company Completed employees whose managers left the company using MySQL 2023-07-08 12:42:45 -05:00
employees-with-missing-information Completed employees missing information using sql 2023-07-16 17:38:50 -05:00
equal-row-and-column-pairs Completed equal row and column pairs problem using dart 2023-06-12 20:09:50 -05:00
even-odd-tree Reformatted all files 2025-07-04 11:56:34 -05:00
fibonacci-number Calculate fibonacci numbers using dart and memoization 2023-05-12 17:11:08 -05:00
find-center-of-star-graph Completed find center of star graph 2023-05-11 13:53:13 -05:00
find-customer-referee Find customer referee problem sql 2023-04-14 20:55:10 -05:00
find-first-and-last-position-of-elements-in-sorted-array Completed find firt and last elements of targe using dart 2023-05-02 15:44:51 -05:00
find-followers-count Completed find followers count using mySQL 2023-07-10 08:15:04 -05:00
find-longest-harmonious-subsequence Reformatted all files 2025-07-04 11:56:34 -05:00
find-min-in-rotated-sorted-array Reformatted all files 2025-07-04 11:56:34 -05:00
find-mode-in-binary-search-tree Completed find mode of binary tree using dart 2023-05-05 07:51:41 -05:00
find-original-typed-string-i Reformatted all files 2025-07-04 11:56:34 -05:00
find-peak-element Completed find peak element in dart 2023-06-03 16:06:20 -05:00
find-smallest-letter-greater-than-target Completed find smallest letter greater than target using dart 2023-06-08 20:34:48 -05:00
find-the-difference Completed find the difference problem using dart 2023-05-02 19:09:12 -05:00
find-the-difference-of-two-array Completed find the difference problem using a set and dart 2023-05-03 08:44:48 -05:00
find-the-duplicate-number Reformatted all files 2025-07-04 11:56:34 -05:00
find-the-index-of-the-first-occurence Completed find the index of substring problem using dart 2023-04-19 00:54:40 -05:00
find-the-index-of-the-first-occurrence-in-a-string Reformatted all files 2025-07-04 11:56:34 -05:00
find-the-k-th-character-in-string-game-i Reformatted all files 2025-07-04 11:56:34 -05:00
find-the-maximum-length-of-valid-subsequence-i Completed find the maximum length of valid subsequence i 2025-07-16 10:32:26 -05:00
find-unique-binary-string Completed find unique binary string using Backtracking, DFS, and Dart. 2023-06-02 11:54:41 -05:00
first-missing-positive Completed first missing positive 2025-07-15 17:55:17 -05:00
first-non-repeating-character Non repeating characters in dart 2023-04-18 01:08:05 -05:00
first-unique-character-in-a-string Completed first unique charcter in string problem using dart 2023-05-02 18:53:43 -05:00
flatten-binary-tree-to-linked-list Completed flatten binary tree using DFS, pre-order traversal, recursion, and dart 2023-05-22 12:34:48 -05:00
game-of-life Completed game of life using dart 2023-05-21 22:53:39 -05:00
game-play-analysis COmpleted game play analysis 2023-04-14 13:00:13 -05:00
generate-parentheses Completed generate parentheses using dart, recursion, and backtracking 2023-05-28 11:46:54 -05:00
group-sold-products-by-the-date Completed group sold products by the date using mySQL 2023-06-27 07:27:20 -05:00
guess_number Removed all binarys (oops) and updated gitignore. 2025-06-11 21:44:35 -05:00
house-robber Completed house robber using DP, dart, and recursion 2023-05-18 13:09:56 -05:00
implement-queue Removed all binarys (oops) and updated gitignore. 2025-06-11 21:44:35 -05:00
implement-stack-using-queues Completed implement stack using js 2023-04-27 09:29:08 -05:00
implement-trie Reformatted all files 2025-07-04 11:56:34 -05:00
increasing-order-search-tree Completed increasing order search tree using dart 2023-06-07 14:51:06 -05:00
insert-interval Completed insert interval 2025-07-09 18:38:50 -05:00
insertion-sort-list Completed insertion sort list using dart 2023-05-23 06:53:00 -05:00
integer-to-roman Removed all binarys (oops) and updated gitignore. 2025-06-11 21:44:35 -05:00
intersection-of-two-arrays Completed interesction of two arrays using dart and sets 2023-05-12 16:56:19 -05:00
invalid-tweets Invalid tweet SQL problem 2023-04-14 21:03:00 -05:00
invert-binary-tree Reformatted all files 2025-07-04 11:56:34 -05:00
jewels-and-stones Completed jewels and stones set problem with dart 2023-04-21 21:58:36 -05:00
jump-game Completed jump game with better solution 2023-05-28 22:29:11 -05:00
jump-game-ii Completed jump game ii using dart, recursion, dp, and memoization 2023-05-28 22:42:38 -05:00
k-closest-points-to-origin Completed k closest points to origin 2025-07-07 09:13:33 -05:00
koko-eating-bananas Reformatted all files 2025-07-04 11:56:34 -05:00
kth-largest-element Removed all binarys (oops) and updated gitignore. 2025-06-11 21:44:35 -05:00
kth-largest-element-in-a-stream Reformatted all files 2025-07-04 11:56:34 -05:00
kth-largest-element-in-an-array Completed kth largest element in an array 2025-07-07 14:51:36 -05:00
kth-smallest-element-in-a-bst Reformatted all files 2025-07-04 11:56:34 -05:00
largest-odd-number-in-string Completed largest odd number using greedy algorithm 2023-06-06 23:03:06 -05:00
last-stone-weight Reformatted all files 2025-07-04 11:56:34 -05:00
length-of-last-word Removed all binarys (oops) and updated gitignore. 2025-06-11 21:44:35 -05:00
letter-combinations-of-a-phone-number Completed letter combinations of a phone number 2025-07-16 14:40:16 -05:00
linked-list-cycle Reformatted all files 2025-07-04 11:56:34 -05:00
list-the-products-ordered-in-period Completed SQL problem using aggregation and having along with sum 2023-04-13 15:07:17 -05:00
longest-common-prefix Removed all binarys (oops) and updated gitignore. 2025-06-11 21:44:35 -05:00
longest-increasing-subsequence Completed longest increasing subsequence using recursin memoization and DP. 2023-05-16 13:45:02 -05:00
longest-palindromic-substring Completed longest palindromic substring using dart 2023-05-06 22:04:40 -05:00
longest-repeating-character-replacement Reformatted all files 2025-07-04 11:56:34 -05:00
longest-substring-without-repeating-characters Reformatted all files 2025-07-04 11:56:34 -05:00
longest-valid-parentheses Completed longest valid parentheses question in js 2023-04-26 17:24:38 -05:00
longest-zigzag-path Zigzag graph theory problem 2023-04-19 16:07:12 -05:00
lowest-common-ancestor-of-a-binary-search-tree Reformatted all files 2025-07-04 11:56:34 -05:00
lru-cache Completed lru cache 2025-07-07 09:52:56 -05:00
majority-element Removed all binarys (oops) and updated gitignore. 2025-06-11 21:44:35 -05:00
majority-element-ii Completed majority element ii using dart and a hashmap 2023-05-24 07:23:32 -05:00
matrix-diagonal-sum Completed matrix diagonal sum problem using dart 2023-05-07 19:26:48 -05:00
max-area-of-island Completed max area of island 2025-07-16 15:02:24 -05:00
max-dotproduct-of-subsequences Reformatted all files 2025-07-04 11:56:34 -05:00
maximum-depth Reformatted all files 2025-07-04 11:56:34 -05:00
maximum-difference-between-adjacent-elements-in-a-circular-array Completed a few more problems 2025-06-11 21:42:19 -05:00
maximum-difference-by-remapping-a-digit Reformatted all files 2025-07-04 11:56:34 -05:00
maximum-gap Refactored 2023-07-28 22:06:05 -05:00
maximum-level-sum-of-a-binary-tree Completed maximum level sum of a binary tree using dart and DFS 2023-06-14 19:41:16 -05:00
maximum-number-of-moves-in-a-grid Completed maximum number of moves in a grid using dart 2023-05-18 12:59:03 -05:00
maximum-number-of-vowels-in-a-substring Completed maximum number of vowels using dart 2023-05-05 07:30:41 -05:00
maximum-odd-binary-number Reformatted all files 2025-07-04 11:56:34 -05:00
maximum-product-subarray Completed maximum product subarray problem using dart 2023-05-14 14:23:55 -05:00
maximum-subarray Removed all binarys (oops) and updated gitignore. 2025-06-11 21:44:35 -05:00
maximum-subsequence-score Completed maximum subsequence score using dart 2023-05-24 06:39:19 -05:00
maximum-twin-sum-of-a-linked-list Completed maximum twin sum of a linked list using dart 2023-05-16 20:41:24 -05:00
median-of-sorted-arrays Removed all binarys (oops) and updated gitignore. 2025-06-11 21:44:35 -05:00
merge-intervals Completed non overlapping intervals 2025-07-14 08:35:17 -05:00
merge-k-sorted-lists Completed merge k lists hard problem using dart 2023-04-20 15:28:36 -05:00
merge-nodes-in-between-zeroes Completed merge nodes between zeroes 2023-05-02 13:23:38 -05:00
merge-sorted-array Merge two sorted lists 2023-04-19 19:20:38 -05:00
merge-two-sorted-lists Reformatted all files 2025-07-04 11:56:34 -05:00
middle-of-linked-list Completed middle of linked list problem using dart 2023-04-30 20:13:09 -05:00
min-cost-climbing-stairs Completed min cost climbing stairs problem 2023-05-13 19:51:13 -05:00
minimum-absolute-difference-in-bst Completed minimum difference in bst 2023-06-13 19:16:27 -05:00
minimum-cost-for-tickets Completed minimum cost for tickets using O(n) recursion, dynamic programming, and memoization 2023-05-16 10:21:52 -05:00
minimum-depth-of-binary-tree Completed minimum depht of binary tree problem using JS 2023-04-29 09:07:21 -05:00
minimum-number-of-work-sessions-to-finish-the-tasks completed minimum number of work sessions using dart with TLE. 2023-06-01 21:51:40 -05:00
minimum-path-sum Completed minimum path sum problem using dart 2023-05-15 16:46:32 -05:00
minimum-sum-of-four-digit-number-after-splitting-digits Completed minimum sum problem using dart 2023-05-08 15:28:04 -05:00
minimum-time-to-visit-a-cell-in-a-grid Created recursive solution for minimum time to visit a cell in a grid 2023-05-19 07:36:21 -05:00
missing-number Completed missing number 2025-07-15 17:22:29 -05:00
most-water Removed all binarys (oops) and updated gitignore. 2025-06-11 21:44:35 -05:00
n-queens Completed nqueens using dart, backtracking, and recursion 2023-05-27 18:59:09 -05:00
non-overlapping-intervals Completed non overlapping intervals 2025-07-14 08:37:56 -05:00
not-boring-movies Completed not boring movies using mySQL 2023-07-05 19:27:33 -05:00
number-of-1-bits Completed number of 1 bits 2025-07-14 17:07:07 -05:00
number-of-good-pairs Completed number of good pairs using dart 2023-06-05 12:18:56 -05:00
number-of-islands Completed number of islands 2025-07-16 14:56:08 -05:00
number-of-provinces Completed number of provinces using dart, BFS, and adjacency list conversion 2023-06-03 21:29:13 -05:00
number-of-unique-subjects-taught-by-each-teacher Completed number of subjects by teachers using sql 2023-07-04 15:45:25 -05:00
odd-even-linked-list Completed odd even linked list using dart 2023-05-25 16:59:31 -05:00
palindrome-linked-list Palindrome linked list checker 2023-04-22 12:28:46 -05:00
palindrome-number Reformatted all files 2025-07-04 11:56:34 -05:00
palindrome-partitioning Completed palindrome partitioning 2025-07-16 11:45:22 -05:00
pascals-triangle Completed pascals triangle using dart and recursion 2023-05-15 10:21:34 -05:00
pascals-triangle-ii Completed pascals triangle ii problem 2023-05-15 10:33:07 -05:00
path-sum Updated leetcode execution stats 2023-04-21 01:16:41 -05:00
path-sum-ii Completed path sum ii using dart 2023-05-20 23:54:41 -05:00
path-sum-iii Completed path sum iii using dart, dp, recursion, and memoization 2023-05-21 00:39:08 -05:00
path-with-maximum-gold Completed path with maximum gold using DFS, recursion, and backtracking 2023-05-14 13:41:48 -05:00
patients-with-a-condition Completed patients with a condition 2023-06-28 06:35:20 -05:00
percentage-of-users-attended-a-contest Completed percentage of users attended a contest using mySQL 2023-07-09 14:39:38 -05:00
permutation-in-string Reformatted all files 2025-07-04 11:56:34 -05:00
permutations Completed permutations 2025-07-07 12:16:44 -05:00
permutations-ii Completed permutations ii using dart, recursion, and DP 2023-05-21 19:22:41 -05:00
plus-one Completed plus one problem using dart 2023-04-19 01:13:19 -05:00
power-of-two Completed power of two problem using dart 2023-05-04 09:49:13 -05:00
powx-n Compltede powx-n problem using dart 2023-05-23 07:15:40 -05:00
primary-department-for-each-employee Completed primary department using my sql 2023-07-06 20:26:41 -05:00
product-sales-analysis-iii Completed product sales analysis iii 2023-08-07 17:40:27 -05:00
project-employees-i Completed project employees using mysql 2023-07-11 15:34:56 -05:00
range-sum-of-bst Completed range sum of bst using dart and BFS with inorder traversal 2023-05-13 09:53:41 -05:00
rank-scores Completed rank scores 2023-08-21 21:37:13 -05:00
recyclable-and-low-fat Completed recyclable and low fat sql problem 2023-06-27 06:40:23 -05:00
regular-expression-matching Completed regular expression matching problem using dart 2023-05-08 07:29:22 -05:00
remove-all-occurences-of-a-substring Completed remove all occurences using dart 2023-05-03 20:07:02 -05:00
remove-duplicates-from-sorted-array Reformatted all files 2025-07-04 11:56:34 -05:00
remove-duplicates-from-sorted-list Remove duplicates from singly linked list 2023-04-19 16:48:12 -05:00
remove-element Removed all binarys (oops) and updated gitignore. 2025-06-11 21:44:35 -05:00
remove-linked-list-elements Completed remove linked list elements using js 2023-04-26 10:04:07 -05:00
remove-nodes-from-linked-list Completed remove nodes from linked list 2023-05-01 11:49:18 -05:00
remove-nth-node Removed all binarys (oops) and updated gitignore. 2025-06-11 21:44:35 -05:00
remove-nth-node-from-end Reformatted all files 2025-07-04 11:56:34 -05:00
reorder-list Reformatted all files 2025-07-04 11:56:34 -05:00
replace-employee-id-with-the-unique-identifier Completed replace employee id with unique identifier with mySQL 2023-07-02 16:49:56 -05:00
reverse-integer Removed all binarys (oops) and updated gitignore. 2025-06-11 21:44:35 -05:00
reverse-linked-list Reformatted all files 2025-07-04 11:56:34 -05:00
reverse-linked-list-ii Completed reverse linked list ii problem using dart 2023-05-03 15:00:09 -05:00
reverse-words-in-a-string Completed reverse words in a string iii using dart 2023-05-28 18:23:36 -05:00
rising-temperature Sort singly linked list 2023-04-14 12:28:47 -05:00
roman-to-integer Removed all binarys (oops) and updated gitignore. 2025-06-11 21:44:35 -05:00
rotate-array Completed rotate array problem using dart 2023-05-07 16:03:28 -05:00
rotate-image Completed rotate image using dart 2023-05-20 19:23:54 -05:00
rotate-list Completed rotate-list using dart 2023-05-02 11:12:44 -05:00
sales-person Completed sales person problem 2023-04-18 01:18:44 -05:00
same-tree Reformatted all files 2025-07-04 11:56:34 -05:00
search-a-2d-matrix Reformatted all files 2025-07-04 11:56:34 -05:00
search-in-rotated-array Completed search in rotated array with O(n) time complexity 2023-05-28 20:45:50 -05:00
search-in-rotated-sorted-array Reformatted all files 2025-07-04 11:56:34 -05:00
search-insert-position Completed search insert position problem using dart 2023-05-03 08:25:22 -05:00
second-highest-salary Second highest salary problem completion SQL 2023-04-13 00:23:52 -05:00
set-matrix-zeroes Completed set matrix zeroes problem using dart 2023-05-20 13:54:46 -05:00
shortest-bridge Completed shortest bridge problem using BFS, DFS, and Recursion 2023-05-19 12:42:00 -05:00
shortest-path Completed shortest path using BFS in dart 2023-05-31 20:44:12 -05:00
shuffle-the-array Completed shuffle the array using javascript 2023-04-24 11:40:01 -05:00
sign-of-product-of-array Completed sign of the product using dart in linear time 2023-05-02 08:33:01 -05:00
similar-string-groups Completed similar string groups problem with JS 2023-04-28 13:14:19 -05:00
single-number Completed a few more problems (daily + trie + backtracking) 2025-07-01 08:48:54 -05:00
snapshot-array Completed snapshot array using dart 2023-06-10 21:35:29 -05:00
solving-questions-with-brainpower Completed solving questions problem using dart 2023-05-11 22:43:23 -05:00
sort-an-array Removed all binarys (oops) and updated gitignore. 2025-06-11 21:44:35 -05:00
sort-array-by-increasing-frequency Completed sort array by increasing frequency with hashmaps 2023-05-31 22:12:05 -05:00
sort-characters-by-frequency Completed sort characters by frequency 2023-05-25 11:01:29 -05:00
sort-colors Completed sort colors using dart and merge sort 2023-05-24 07:15:18 -05:00
sort-list Removed all binarys (oops) and updated gitignore. 2025-06-11 21:44:35 -05:00
soup-serving Completed soup servings problem using dart, dp, recursion, and memoization 2023-05-28 18:53:02 -05:00
spiral-matrix Completed spiral matrix problem using dart 2023-05-09 15:32:15 -05:00
spiral-matrix-ii Completed spiral matrix ii using dart 2023-05-09 20:38:18 -05:00
spiral-matrix-iv Completed spiral matrix iv using dart 2023-05-10 10:40:05 -05:00
sqrtx Square root problem using dart 2023-04-19 13:48:54 -05:00
squares-of-a-sorted-array Reformatted all files 2025-07-04 11:56:34 -05:00
students-and-examinations Completed student and examinations query problem using mySQL 2023-07-01 11:47:30 -05:00
subsets Completed subsets using DP, recursion, and take it or leave it. 2023-05-30 15:02:52 -05:00
subsets-ii Completed subsets ii 2025-07-15 15:16:51 -05:00
sudoku-solver Completed sudoku solver problem using recursion and dartO 2023-05-27 15:40:29 -05:00
sum-of-left-leaves Completed sum of left leaves using dart 2023-04-30 17:40:43 -05:00
swap-nodes Completed swap nodes in pais with dart 2023-05-15 20:57:57 -05:00
swap-nodes-in-pairs Some leetcode problems 2026-02-17 14:02:53 -06:00
swap-salary Completed swap salary with mySQL 2023-07-13 19:42:38 -05:00
swapping-nodes-in-a-linked-list Completed swapping nodes in a linked list using dart 2023-05-14 20:36:13 -05:00
symetric-tree Completed BFS search mirrored tree problem using JS 2023-04-29 16:34:41 -05:00
target-sum Completed target-sum using memoization 2023-05-13 13:28:03 -05:00
task-scheduler Completed task scheduler 2025-07-09 13:01:18 -05:00
the-k-weakest-rows-in-a-matrix Completed the k weakest rows problem using dart 2023-05-26 06:41:38 -05:00
the-kth-factor-of-n Completed kth factor of n problem using dart 2023-05-19 19:39:51 -05:00
time-based-key-value-store Reformatted all files 2025-07-04 11:56:34 -05:00
top-k-frequent-elements Completed top k frequent elements using dart 2023-05-21 19:56:56 -05:00
top-k-frequent-words Completed to k frequent words using a form of count sort 2023-05-27 13:47:20 -05:00
triangle Completed triangle problem using dart 2023-05-15 12:32:30 -05:00
triangle-judgement Completed triangle judgement sql query problem 2023-04-18 21:51:34 -05:00
two-best-non-overlapping-events Some leetcode problems 2026-02-17 14:02:53 -06:00
two-sums Reformatted all files 2025-07-04 11:56:34 -05:00
unique-binary-search-trees Completed unique binary search trees using memoization, dp, and recursion 2023-05-31 12:50:54 -05:00
unique-paths Completed unique paths using dynamic programming 2023-05-12 18:21:14 -05:00
unique-paths-ii Completed unique paths ii using dart, dp, recursion, and memoization 2023-05-29 10:59:03 -05:00
unique-paths-iii Completed unique paths iii using dart, backtracking, and recursion 2023-05-29 15:18:15 -05:00
valid-palindrome Completed valid palindrome ii problem using dart and recursion 2023-04-22 14:53:54 -05:00
valid-palindrome-ii Completed valid palindrome ii with dart 2023-04-22 14:29:54 -05:00
valid-parenthesis Completed valid parenthesis using list as stack 2023-04-09 18:06:10 -05:00
valid-sudoku Completed recursive valid sudoku problem using dart 2023-05-28 15:00:54 -05:00
valid-word Completed valid word 2025-07-15 16:17:55 -05:00
validate-binary-search-tree Reformatted all files 2025-07-04 11:56:34 -05:00
water-bottles Removed all binarys (oops) and updated gitignore. 2025-06-11 21:44:35 -05:00
word-break Completed word break using dp, recursion, memoization, and dart 2023-05-31 10:10:41 -05:00
word-search Completed word search 2025-07-15 16:00:34 -05:00
zig-zag-conversion Completed zigzag conversion using dart 2023-05-09 17:48:10 -05:00
.gitignore Removed all binarys (oops) and updated gitignore. 2025-06-11 21:44:35 -05:00
README.md Update README.md 2023-04-05 02:47:35 -05:00

Leet-Code

This is a repo for all of my completed leet-code submissions.