Jacob Delgado ImAlpha
ImAlpha pushed to master at ImAlpha/LeetCode 2023-09-27 05:04:03 -07:00
b285140f84 passes 10/21 test cases using stack method with two lists
ImAlpha pushed to master at ImAlpha/LeetCode 2023-09-26 21:16:24 -07:00
febbbd72d3 commented print statements
ImAlpha pushed to master at ImAlpha/LeetCode 2023-09-26 21:15:49 -07:00
85db2d73d0 Changed method to matrix that keeps track of min value at all times
ImAlpha pushed to master at ImAlpha/LeetCode 2023-09-26 21:07:12 -07:00
18baee9bd5 Completes all test cases
ImAlpha pushed to master at ImAlpha/LeetCode 2023-09-24 21:27:37 -07:00
085299d955 Solved, using stack method of append and pop
ImAlpha pushed to master at ImAlpha/LeetCode 2023-09-22 23:32:52 -07:00
f5c20bdcca Fixed typo on method variable input
ImAlpha pushed to master at ImAlpha/LeetCode 2023-09-22 23:28:57 -07:00
a32bf78f4d Solution Found using two pointers, increase left if next value larger, same with right
ImAlpha pushed to master at ImAlpha/LeetCode 2023-09-21 21:15:19 -07:00
f847a77884 Added O(N) Solution with comments
ImAlpha pushed to master at ImAlpha/LeetCode 2023-09-21 21:03:04 -07:00
d8d82396e3 Completes 52/61 test cases
ImAlpha pushed to master at ImAlpha/LeetCode 2023-09-20 23:52:59 -07:00
1f1479e39a Container with water file initialization
ImAlpha pushed to master at ImAlpha/LeetCode 2023-09-19 23:47:12 -07:00
852af63a7e Solved for all test cases
ImAlpha pushed to master at ImAlpha/Portfolio 2023-09-19 23:46:57 -07:00
ecc46a1b26 Added bun generate for files
ImAlpha pushed to master at ImAlpha/Portfolio 2023-09-18 22:22:03 -07:00
5d04755f5b Started frontend with pnpm
ImAlpha pushed to master at ImAlpha/LeetCode 2023-09-15 20:39:23 -07:00
580f34ebc8 Added third dimension to check valid box
ImAlpha pushed to master at ImAlpha/Portfolio 2023-09-14 04:43:51 -07:00
32512f6720 Price tracker working, only for best buy
ImAlpha pushed to master at ImAlpha/Portfolio 2023-09-13 03:21:53 -07:00
2c97267e4a pdf merge script done, merges all pdfs within a directory
ImAlpha pushed to master at ImAlpha/Portfolio 2023-09-13 02:50:11 -07:00
1aed501075 added time import
ImAlpha pushed to master at ImAlpha/Portfolio 2023-09-13 02:38:28 -07:00
27365c64db Updated to exclude origin file and include infinite loop with sleep timer
ImAlpha pushed to master at ImAlpha/Portfolio 2023-09-13 00:58:56 -07:00
cf444b3ca3 sorter improved for current working directory, needs line to be skipped
ImAlpha pushed to master at ImAlpha/Portfolio 2023-09-12 22:14:34 -07:00
d74ab90aa9 PDF merging and downloads folder sorter scripts done