Skip to content

sudosf/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

💻 LeetCode Solutions

Welcome to my LeetCode solutions repository! This repo contains my personal solutions to a variety of LeetCode problems implemented mostly in Java organized by difficulty and programming language used.

Time Complexity Comparison

Input Size (n) O(log n) O(n) O(n log n) O(n²) O(n³)
10 ~3 10 ~33 100 1,000
100 ~7 100 ~664 10,000 1,000,000
1,000 ~10 1,000 ~9,966 1M 1B
1,000,000 ~20 1M ~19.9M 1T 1Q
1,000,000,000 ~30 1B ~29.9B 1Q 1S

Legend: M = Million, B = Billion, T = Trillion, Q = Quintillion, S = Sextillion

🚀 How to Use

  1. Clone the repository
  2. Open in your preferred Java IDE (VS Code, IntelliJ, Eclipse).
  3. Install the LeetCode extension.
  4. Navigate to a problem folder and run the .java files.
  5. Use as a reference for learning patterns or preparing for interviews.

🤝 Contributing

Feel free to fork this repository and add your own solutions!

  • Use clear class and method names.
  • Add comments explaining key ideas and patterns.

References

🤖 AI Disclaimer

This README was generated with the assistance of AI and reviewed by a human for clarity and accuracy. ❤️

About

Solutions to LeetCode problems, organized by difficulty and programming language, for learning, practice, and interview preparation.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages