Skip to content

arijitchhatui/leetcode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LeetCode Solutions

A curated collection of LeetCode problem solutions implemented in multiple programming languages. This repository serves as a personal archive for practicing algorithms, data structures, and problem-solving techniques.

📁 Repository Structure

The repository is organized by programming language:

  • java/: Solutions implemented in Java.
  • js/: Solutions implemented in JavaScript, including various utility and asynchronous programming tasks.

🚀 Getting Started

Each folder contains standalone files or scripts for specific LeetCode problems.

Java Solutions

Located in the java/ directory. To run a solution, you typically need the JDK installed:

javac java/ProblemName.java
java -cp java/ ProblemName

JavaScript Solutions

Located in the js/ directory. These can be run using Node.js or in a browser environment:

node js/problem-name.js

🛠️ Tools & Technologies

  • Java: Object-Oriented implementations for complex algorithmic problems.
  • JavaScript: Solutions focusing on ES6+ features, functional programming, and asynchronous tasks.

📈 Progress

This repository is actively updated with new solutions as I continue my LeetCode journey.

Releases

No releases published

Packages

 
 
 

Contributors