Hello everyone. It's time for my weekly update.
- Creating my new website đ 8 hours
- Gathering LeetCode statistics đĨī¸ 2 hours
New Website
My new website is live at: https://orangepizero2w.tail46746a.ts.net/hinst-we...
- I still haven't created a GitHub.io address, but I will soon. I noticed that my Blog from 2018 is currently hosted at https://hinst.github.io/ , with only one post. I'm still deciding whether to keep it or delete it.
-
I've partially implemented automatic translation into English and German, but background translation generation for new posts is not yet ready, so translations are currently available only for posts from February and earlier.
- The displayed language depends on the user's browser settings. There's no dedicated language switcher on the page yet.
- The translator uses LM Studio . There were some complexities with it, which I'll probably talk about next time.
- Light and dark themes are already implemented, and they also depend on the user's browser settings. There's no dedicated switcher on the page yet.
LeetCode Statistics
Here's my LeetCode stats:
-
Time spent:
- â It took 129 hours to complete 100 problems.
- đ The longest problem I encountered was Scramble String, which took me 11 hours to solve.
-
Programming languages:
- đ TypeScript: 80 problems
- đĻ Rust: 19 problems
- đĻĢ Go: 1 problem
-
For some problems, I had to look for hints online because I didn't know the algorithm needed to solve them.
- đ Solved independently: 87 problems
- đ Solved with a hint: 13 problems
Initially, I planned to tackle all the problems in Rust, but later switched to TypeScript because learning a new language and algorithms simultaneously was challenging.
I don't currently intend to solve more problems on LeetCode.com. This update is just a summary of the ones I've already completed.