Skip to content

EduardoRangelG/LeetCode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Algorithm & SQL LeetCode Solutions

This repository contains solutions to coding problems implemented in the programming languages Java, Python, TypeScript, and SQL.

📌 Solved Problems

Problems solved in Java, Python, and TypeScript

  1. Best Time to Buy and Sell Stock III
    • LeetCode #123
    • Approach: Dynamic Programming
  2. Patching Array
    • LeetCode #330
    • Approach: Greedy Algorithm
  3. Shortest Palindrome
    • LeetCode #214
    • Approach: String Matching with Reversed Comparison

SQL Problem

  1. Department Top Three Salaries
    • LeetCode #185
    • Approach: Window Functions (DENSE_RANK)

🌿 Branch Structure

  • java: Solutions implemented in Java
  • python: Solutions implemented in Python
  • typescript: Solutions implemented in TypeScript
  • sql: Solutions implemented in SQL

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors