Skip to content

albertxbrandt/LeetCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

My LeetCode Solutions 🚀

Welcome to my personal repository of LeetCode solutions! This repo serves as a log of my progress, a place to review my code, and a way to track my journey through various data structures and algorithms.

About This Repository

I use this space to store my solutions to LeetCode problems. Each solution is organized, commented (where necessary), and reflects my current understanding of the problem. Many of these problems are part of popular study plans like the NeetCode 150 to help focus on common interview questions. This repo is a great way to see my problem-solving skills improve over time.


Solutions Table

Here is a list of the problems I have solved so far.

Title Solution Difficulty Language
Single Number Python Easy Python
Number Of One Bits Python Easy Python
Counting Bits Python Easy Python
Missing Number Python Easy Python
Reverse Bits Python Easy Python
Contains Duplicate Python Easy Python
Two Integer Sum Python Easy Python
Anagram Groups Python Medium Python
Lost Fragments Python Other Python
Is Palindrome Python Easy Python
Two Integer Sum II Python Medium Python
Three Integer Sum Python Medium Python
Max Water Container Python Medium Python
Product of Array Except Self Python Medium Python
Best Time to Buy And Sell Crypto Python Easy Python
... ... ... ...

How to Use

The Solution column links directly to the solution file within this repository.

Feel free to browse, but I recommend trying to solve the problems yourself on LeetCode first!


My Stats

A quick overview of my progress (updated manually):

  • Total Solved: 15
  • Easy: 9
  • Medium: 5
  • Hard: 0
  • Other: 1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages