Introduction

Hello there! πŸ‘‹ My name is Aleksandr and I built this website to collect solutions to Neetcode 250 problems! My goal is to outline solutions to all problems. By doing this I am improving my ability to explain algorithmic solutions and creating a valuable resource for others preparing for coding interviews or enhancing their problem-solving skills.

There are a few rules I set to myself:

  • All problems should have multiple solutions (when possible)
  • Each solution should include time complexity and space complexity
  • All solutions should be explained
  • And…
print("All problems should we solved in `Python` πŸ¦‘βœ¨")

Progress: 8 / 250


Directories

Neetcode 250

  1. Arrays & Hashing
  2. …
  3. Graphs

Daily

  1. July 2024

Tags

Emoji-based

πŸ† - Best Solutions

πŸ” - Lazy Solutions (typically one-liners)

🎈 - Fun Solutions (typically limited, but fun to learn)