Skip to content

๐Ÿš€ Daily LeetCode worklog | C++ solutions with explanations, concepts, and time/space complexities

Notifications You must be signed in to change notification settings

bhavishya-11/leetcode-worklog

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

51 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐Ÿงฉ LeetCode Practice

This folder contains my solutions to various LeetCode problems, written in C++.
Iโ€™m solving at least one problem regularly to improve problem-solving and coding skills.


๐Ÿ“… Progress Log

โœ… Problem 46: Permutations

โœ… Problem 37: Sudoku Solver

  • Link: LeetCode 37. Sudoku Solver
  • Solution file: 37_sudoku_solver.cpp
  • Concepts used: Backtracking, Constraint Satisfaction
  • Time Complexity: O(9^(n*n)) in worst case (pruned heavily by constraints)
  • Space Complexity: O(n^2) for the board state

โœ… Problem 125: Valid Palindrome

โœ… Problem 1910: Remove All Occurrences of a Substring

โœ… Problem 344: Reverse String

โœ… Problem 443: String Compression

โœ… Problem 151: Reverse Words in a String

โœ… Problem 567: Permutation in String

โœ… Problem 34: Find First and Last Position of Element in Sorted Array

โœ… Problem 16: 3Sum Closest

โœ… Problem 26: Remove Duplicates from Sorted Array

โœ… Problem 27: Remove Element

โœ… Problem 3516: Find Closest Person

โœ… Problem 69: Sqrt(x)

โœ… Problem 75: Sort Colors


๐Ÿ”ฎ Goals

  • Solve problems daily to strengthen DSA & problem-solving skills
  • Document my journey for future reference
  • Build a strong LeetCode streak and prep for interviews

๐Ÿ› ๏ธ Tech Used

  • C++
  • Git & GitHub
  • VSCode

About

๐Ÿš€ Daily LeetCode worklog | C++ solutions with explanations, concepts, and time/space complexities

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages