Jacob Delgado ImAlpha
ImAlpha pushed to master at ImAlpha/LeetCode 2023-08-30 09:13:15 -07:00
ba6c38c00e Answer accepted
ImAlpha pushed to master at ImAlpha/LeetCode 2023-08-30 09:08:33 -07:00
96d0e5df76 handles 401/485 cases
ImAlpha pushed to master at ImAlpha/LeetCode 2023-08-30 08:51:58 -07:00
05ba99b479 solution works, but maketrans from string library not accepted
ImAlpha pushed to master at ImAlpha/LeetCode 2023-08-28 23:45:51 -07:00
9544d64f85 passes 30/72 tests
ImAlpha pushed to master at ImAlpha/LeetCode 2023-08-27 23:45:21 -07:00
3a53e85da2 Palindrome Start 125
ImAlpha pushed to master at ImAlpha/LeetCode 2023-08-25 21:45:56 -07:00
321c4d43bf clears 33/73 cases
ImAlpha pushed to master at ImAlpha/LeetCode 2023-08-25 21:37:27 -07:00
2a9eefaf80 solved 15/73 cases
ImAlpha pushed to master at ImAlpha/LeetCode 2023-08-24 23:54:00 -07:00
050d2f4041 added for loop method to encode and decode
ImAlpha pushed to master at ImAlpha/LeetCode 2023-08-23 10:27:42 -07:00
0f650a6ed9 initialized free link of problem
ImAlpha pushed to master at ImAlpha/LeetCode 2023-08-22 23:30:36 -07:00
a8cf9a4807 updated to matrix method to check validity
ImAlpha pushed to master at ImAlpha/LeetCode 2023-08-21 22:15:47 -07:00
790be3a565 new inputs
ImAlpha pushed to master at ImAlpha/LeetCode 2023-08-20 20:22:37 -07:00
ef15f4d7e2 first attempt with hashmap fo sudoku
ImAlpha pushed to master at ImAlpha/LeetCode 2023-08-19 22:56:00 -07:00
ed861eb628 Valid Sudoku Initialization
ImAlpha pushed to master at ImAlpha/LeetCode 2023-08-17 02:04:51 -07:00
ade978c89c Beats 80% of runtime, uses a lot of memory. multiples loops is still O(n)
ImAlpha pushed to master at ImAlpha/LeetCode 2023-08-17 02:00:32 -07:00
c4be189687 Completes 18/22 timed out
ImAlpha pushed to master at ImAlpha/LeetCode 2023-08-15 22:23:13 -07:00
976b6174eb changed output to solve 10/73 problems
ImAlpha pushed to master at ImAlpha/LeetCode 2023-08-12 09:09:05 -07:00
c9bdf86fac Attempt using slicing to achieve O(n) without division.
ImAlpha pushed to master at ImAlpha/LeetCode 2023-08-10 19:34:57 -07:00
9e47fadc37 problem 238 file initialization
ImAlpha pushed to master at ImAlpha/LeetCode 2023-08-09 22:50:34 -07:00
2cec78857e Solved, iterate through dict K number of times and remove highest value each time beat 93% memory
ImAlpha pushed to master at ImAlpha/LeetCode 2023-08-09 22:43:19 -07:00
1350865573 passes 19/21 cases