GitHunt
BO

bola-nabil/leetcode

This repository contains my solutions to various LeetCode problems, implemented in multiple languages as I practice algorithmic thinking, data structures, and coding challenges.

๐Ÿง  LeetCode Solutions

This repository contains my solutions to various LeetCode problems, implemented in multiple languages as I practice algorithmic thinking, data structures, and coding challenges.


๐Ÿ› ๏ธ Tech Stack

  • C++ โ€“ Standard solutions using STL and custom utilities
  • Other languages as needed (Java, JavaScript, etc.)
  • Online judge / LeetCode โ€“ problems sourced from LeetCode

๐Ÿ“š Features & Goals

  • Practice and sharpen algorithm & data structure skills
  • Solve problems across difficulties: Easy, Medium, Hard
  • Use clean code and reusable templates (linked lists, trees, graphs, etc.)
  • Track progress over time
  • Prepare for coding interviews

๐Ÿš€ Roadmap / Future Plans

  • Continue solving more challenging problems
  • Add explanations / comments / problem analyses
  • Group by topic (Arrays, Strings, Dynamic Programming, Trees, Graphs)
  • Add test harness / unit tests for each solution
  • Add benchmark comparisons where relevant
  • Document time / space complexity for each solution

๐Ÿ‘ค Author

Bola Nabil โ€” coding enthusiast & problem solver

leetcode logo

Languages

JavaScript87.4%C++11.1%Java1.0%Hack0.3%TypeScript0.1%

Contributors

Created April 1, 2022
Updated September 30, 2025
bola-nabil/leetcode | GitHunt