Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 1.01 KB

File metadata and controls

21 lines (15 loc) · 1.01 KB

LeetCode Solutions

This repository contains various algorithmic problem solutions implemented in Java and C, specifically tailored for the LeetCode platform.

Languages

  • Java: 78.1%
  • C: 21.9%

Overview

LeetCode is a platform that offers a variety of coding problems to help individuals improve their coding skills. This repository showcases solutions to many of those problems, categorized by their respective topics and difficulties.

Structure

  • Each folder corresponds to a specific topic (e.g., Arrays, Strings, Trees).
  • Each solution is provided with a problem description and a code implementation in either Java or C.

Getting Started

  1. Clone the repository: git clone https://github.com/sTharun5/LeetcodeCodes
  2. Navigate to the desired directory and open the code files for the corresponding programming language.

Contribution

Feel free to contribute by adding new solutions or improving existing ones. Please ensure that your contributions follow the coding standards used in this repository.