Jacob Delgado ImAlpha
ImAlpha pushed to master at ImAlpha/Portfolio 2023-10-13 22:17:05 -07:00
adbecd1feb Created all Frontend component folders and files
ImAlpha pushed to master at ImAlpha/Portfolio 2023-10-12 23:58:36 -07:00
4f1128e27a update to background components
ImAlpha pushed to master at ImAlpha/Portfolio 2023-10-11 22:47:59 -07:00
a7487f4864 finished heading and importing images
ImAlpha pushed to master at ImAlpha/Portfolio 2023-10-10 23:05:28 -07:00
538029e1fd Added tailwind to the project
ImAlpha pushed to master at ImAlpha/Portfolio 2023-10-10 02:10:22 -07:00
b9559e7786 docker-compose added
ImAlpha pushed to master at ImAlpha/Portfolio 2023-10-09 19:01:50 -07:00
123c1516f7 finished mobile layout for navbar
ImAlpha pushed to master at ImAlpha/Portfolio 2023-10-08 23:03:10 -07:00
8da7c89a96 fixed pages not loading, beginning to add media
ImAlpha pushed to master at ImAlpha/Portfolio 2023-10-07 01:10:04 -07:00
06c9a8e406 update files to jsx
ImAlpha pushed to master at ImAlpha/Portfolio 2023-10-07 00:31:36 -07:00
e51bf3383b fixed files and set up new folders for components
ImAlpha pushed to master at ImAlpha/Portfolio 2023-10-06 23:35:03 -07:00
9afadd2fc8 update to website to match restaurant
ImAlpha pushed to master at ImAlpha/Portfolio 2023-10-05 19:26:56 -07:00
1cd2917ed3 updates to main page
ImAlpha pushed to master at ImAlpha/Portfolio 2023-10-04 18:10:53 -07:00
97718dbf7a fixed css of header for all pages
ImAlpha pushed to master at ImAlpha/Portfolio 2023-10-03 20:34:02 -07:00
4c61284aac Started page and redid react app with vite
ImAlpha pushed to master at ImAlpha/LeetCode 2023-10-02 21:05:38 -07:00
78b7c57b40 Stack method solved
ImAlpha pushed to master at ImAlpha/LeetCode 2023-10-02 19:15:13 -07:00
b9b739b93d passes 27/98 cases
ImAlpha pushed to master at ImAlpha/LeetCode 2023-10-02 03:30:32 -07:00
7d38ee51ce solved using v = d/t
ImAlpha pushed to master at ImAlpha/LeetCode 2023-10-01 20:51:59 -07:00
ba769e5cf8 started car fleet problem with enumerate method
ImAlpha pushed to master at ImAlpha/LeetCode 2023-09-28 18:02:10 -07:00
7da5e88c64 solved with stack method O(n^2)
ImAlpha pushed to master at ImAlpha/LeetCode 2023-09-28 17:29:28 -07:00
4d8fd333e4 two pointer method, timed out at 41/48 test cases
ImAlpha pushed to master at ImAlpha/LeetCode 2023-09-27 07:41:46 -07:00
9f70612630 Solved using recursion