This repository contains my solutions to various LeetCode problems, implemented in Rust. The goal is twofold:
- Strengthen my problem-solving and algorithmic skills for coding interviews.
- Deepen my understanding of the Rust programming language.
In the future, I may also experiment with other languages such as Scala or Golang depending on what my upcoming opportunities require.
- Boyer Moore Majority Vote Algorithm.
- Greedy Algorithms & Adhoc are very popular in Interview Questions.
I welcome feedback, suggestions, and improvements!
If you notice something that could be enhanced, whether it's a bug, optimization, or code style, please feel free to:
- Open an issue to discuss the change.
- Submit a pull request with your proposed fix or improvement.
Your input is greatly appreciated! 🙏