Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 799 Bytes

README.md

File metadata and controls

31 lines (19 loc) · 799 Bytes

Leetcode Practice Repository

A collection of algorithm solutions and coding practice problems.

Overview

This repository contains my personal solutions to various algorithmic challenges, primarily implemented in Python and C.

Languages

  • Python
  • C

Synchronizing LeetCode with GitHub

To synchronize your LeetCode solutions with GitHub, like I did, you can use the LeetSync extension for Chrome. LeetSync GitHub repository.

Structure

Each problem is organized in its own directory, containing:

  • Solution source code
  • Problem-specific README

Getting Started

  1. Clone the repository
  2. Navigate to individual problem directories
  3. Review solutions and implementations

Setup

Requires Python 3.x and/or GCC for C implementations.