Skip to content

danielbrz23/leetcode_problems

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

Leetcode Problems

This repository contains my solutions to problems from LeetCode, aimed at improving my knowledge of algorithms and data structures. I solve problems in multiple languages and difficulty levels. It helps me to stay active on both leetcode and github. Futhermore, it's a way to share my knowledge and maybe help someone.

Structure

The repository is organized by difficulty and the number of the problem:


📦leetcode-problems
┣ 📂easy
┃ ┣ 📂 9. Palindrome Number
┃ ┃ ┣ 📜 solution.py
┃ ┃ ┗ 📜...
┣ 📂medium
┃ ┗ 📜...
┣ 📜README.md

Languages & Tools

  • Python
  • C++ (coming soon)

📌 Notes

  • Not all solutions are optimized — some are first attempts without refactoring.
  • I include comments in code to explain my thought process where needed.

Contact

Feel free to connect with me on LinkedIn or reach me via email: mrbrasildaniel@gmail.com


⭐ If you find this repo helpful or want to follow my progress, feel free to give it a star!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages