Skip to content

PedroVieiraC/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Solutions

This folder contains my LeetCode problem solutions and practice code.

Structure

  • Each problem is implemented in C++
  • Solutions are organized by problem number
  • Compiled executables are ignored via .gitignore

Usage

To compile and run a solution:

g++ -o solution ProblemNumber.cpp
./solution

Notes

  • All .out files and executables are gitignored
  • Focus on algorithm implementation and problem-solving approaches

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages