Skip to content

Praveenkumar0065/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Solutions

This repository contains my solutions to LeetCode and coding interview problems implemented in Java and Python.

Goals

  • Strengthen Data Structures and Algorithms knowledge
  • Prepare for Software Engineering interviews
  • Improve problem-solving skills
  • Track coding progress consistently

Languages Used

  • Java
  • Python

Topics Covered

  • Arrays
  • Strings
  • Hash Tables
  • Linked Lists
  • Stacks & Queues
  • Binary Search
  • Trees
  • Graphs
  • Recursion
  • Backtracking
  • Dynamic Programming
  • Greedy Algorithms
  • Sliding Window
  • Two Pointers

Repository Structure

Each folder contains:

  • Problem solution
  • Optimized implementation
  • Coding interview practice

Sample Problems Solved

  • Two Sum
  • Add Two Numbers
  • Longest Substring Without Repeating Characters
  • Median of Two Sorted Arrays
  • Container With Most Water
  • Valid Parentheses
  • Merge Two Sorted Lists
  • Combination Sum
  • Valid Sudoku

Continuous Learning

This repository is updated regularly as I solve new LeetCode and coding interview problems.

About

LeetCode and coding interview solutions in Java and Python covering arrays, strings, linked lists, trees, graphs, dynamic programming, and advanced algorithms.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors