Skip to content

Latest commit

 

History

History
57 lines (37 loc) · 2.51 KB

Readme.md

File metadata and controls

57 lines (37 loc) · 2.51 KB

Algorithms

Welcome to the Algorithms repository! 🚀 This repository is dedicated to documenting and sharing my journey through algorithm learning, with a special focus on the Grokking Algorithms book. Here, you'll find implementations, problem-solving strategies, and solutions to challenges from various platforms.

📚 Learning Journey

Grokking Algorithms

I am diving deep into the world of algorithms using the Grokking Algorithms book. Each chapter's algorithms will be documented in their respective folders with detailed explanations and implementations.

  • Binary Search: Explore the foundational binary search algorithm. Check out the Binary Search folder for code implementations and insights.

🔍 Problem Solving

Platforms

I am actively solving problems on different coding platforms and sharing my solutions here:

  • HackerRank: Solutions to various challenges will be found in the HackerRank Solutions folder.
  • LeetCode: Check out my LeetCode problem-solving journey in the LeetCode Solutions folder.
  • CodeWars: Solutions and approaches to problems from CodeWars will be available in the CodeWars Solutions folder.

🛠️ Contributions

Feel free to contribute by:

  • Reviewing the algorithms and providing feedback.
  • Adding new problems and solutions.
  • Suggesting improvements or optimizations.

📜 How to Contribute

  1. Fork the repository.
  2. Create a new branch (git checkout -b feature-branch).
  3. Add your code and documentation.
  4. Commit your changes (git commit -am 'Add new feature').
  5. Push to the branch (git push origin feature-branch).
  6. Create a new Pull Request.

✨ Highlights

  • Innovative Implementations: Discover unique and efficient implementations of common algorithms.
  • Real-World Problem Solving: Solutions to practical problems from major coding platforms.
  • Interactive Learning: Engage with well-documented code and explanations to deepen your understanding.

📝 License

This project is licensed under the MIT License.

📫 Contact

Feel free to reach out if you have any questions or suggestions!


Thank you for visiting my repository! Happy coding! 🚀