Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 858 Bytes

README.md

File metadata and controls

27 lines (17 loc) · 858 Bytes

Leet Code

Introduction

This repository contains my solutions to problems on LeetCode, a popular online platform for programmers to practice and improve their coding skills. LeetCode offers a wide range of coding challenges that cover various computer science topics. My solutions are written in both Go and Python.

Disclaimer

These solutions are intended to provide guidance and approach problem-solving on LeetCode. They may not be the most optimized or comprehensive solutions for every problem.

Repository Structure

Each solution is stored in its respective directory, named after the LeetCode problem number and title. For example:

  • 1/

How to Use

To run a solution, navigate to the problem's directory and run the appropriate command for the language:

  • Python: python main.py
  • Go: go run main.go