Go Bills 🦬
I don't really watch football, but it was buffalo bills vs chiefs so GO BILLS!
I don't really watch football, but it was buffalo bills vs chiefs so GO BILLS!
Just my repo of OCaml code, I will add my complains as I work through it I used to write a lot of perl so working in OCaml does make it feel similar, as in everything can be a one liner and also a giant mess if you are not
So, one of my friend decided to do the part 1 of day 1 advent of code through vim commands... As a smart individual, I decided to also do day 1 problem in vim. However I will be using the vim api in python and animate the process! Here is
I hope whoever is reading this have a wonderful thanksgiving, it is that time of the year again. ADVENT OF CODE!! Time to see my friend group getting insanely competitive on the leaderboard! 😂 I enjoy doing code challenges. It gets my gear turning, which is why I still do LeetCode
Leetcode Daily again, this problem was pretty strightforward this time as well. Given a binary string s, return the number of substrings with all characters 1's. Since the answer may be too large, return it modulo 10^(9) + 7. A simple and short description, nothing too fancy just