Skip to content

thisispit/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

Β 

History

42 Commits
Β 
Β 
Β 
Β 

Repository files navigation

πŸš€ LeetCode Journey - Pitamber Singh

leetcode

🌟 Inspiration

This repository documents my ongoing journey through LeetCode, where I aim to solve one problem every week. My goal is to gradually build proficiency, improve coding efficiency, and develop a deeper understanding of core algorithms and data structures.

🧩 Challenges

One of the most significant challenges has been devising efficient solutions for complex problems β€” not just solving them, but doing so in a way that meets performance constraints and scales well.

πŸ“š Lessons Learned

Through consistent practice, I've learned to:

  • Break down complex problems into manageable sub-problems
  • Identify patterns across different types of challenges
  • Choose the right data structures and algorithms for the task
  • Improve time and space complexity awareness
  • Write cleaner and more readable code

πŸ“‚ Repository Structure

LeetCode/
β”‚
β”œβ”€β”€ C/
β”‚   β”œβ”€β”€ TwoSum.c
β”‚   β”œβ”€β”€ BinarySearch.c
β”‚   └── ...
β”‚
β”œβ”€β”€ Python/
β”‚   β”œβ”€β”€ TwoSum.py
β”‚   └── ...
β”‚
β”œβ”€β”€ Java/
β”‚   β”œβ”€β”€ TwoSum.java
β”‚   └── ...
β”‚
└── README.md

πŸ’» Languages Used

This repository contains my personal solutions implemented in:

  • 🟦 Java (Primary Language)
  • 🐍 Python
  • C

I focus primarily on C++ to reinforce my understanding of:

  • STL
  • Memory management
  • Performance optimization
  • Competitive programming patterns

🎯 Goals

  • Solve at least 1 problem per week
  • Master Data Structures & Algorithms
  • Improve problem-solving speed
  • Prepare for coding interviews
  • Track progress publicly

πŸ”— Links

LeetCode Profile: Click here


⭐ If you find this repository helpful, feel free to star it!

πŸ“… Daily Progress Log

Date Notes
2026-06-16 πŸ”₯ Streak maintained β€” consistent daily practice

About

A repository containing all the Leetcode challenges I have completed.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages