Collection of all the LeetCode problem solutions using different programming languages.

Overview

LeetCode Solutions

Collection of all the LeetCode problem solutions using different programming languages.

To contribute, you can make a file for the problem of your choice from LeetCode, it can be in any programming language of your choice. Please don't duplicate the problems unless there is a better way to solve the same problem.

Steps to contribute:

  1. Fork this repository. (How to fork?)
  2. Create a branch. (How to create a branch?)
  3. Create a file with the name of the problem, Commit, Push
  4. Finally raise a PR! (How to create a PR?)

P.S. Star the repo if you like it.

Happy Coding 😃

You might also like...
Competitive Programming Problem Set

Competitive Programming Problem Set Please press ⭐ button if you like this repo ❤ . Your supports will encourage me a lot and help me put more my time

This Repository is based on Striver DSA Sheet problems solved by me for Interview preparation. All solutions are coded in C++ language.

Striver DSA Sheet Striver DSA Sheet Link This Repository is based on Striver DSA Sheet problems solved by me (sometimes with help from different resou

An open source initiative for implementing and testing algorithms in various programming languages.

Algorithms An open source initiative for implementing and testing algorithms in various programming languages. Contributing The idea here is to learn

LeetCode Coding Problems

LeetCode LeetCode Coding Problems Author: Abhishek Kumar My C++ Code for LeetCode OJ. Please give this repo a ⭐️ if it inspires you. Thanks. ☺️ # Titl

algos - Leetcode Algorithms with Python and C++

algos - Leetcode Algorithms with Python and C++ Dependencies (C++) C++ Compiler ( g++ or clang++ ) (C++) cmake (optional but recommended) (Python) Pyt

Pure C solution for LeetCode

Pure C solution for LeetCode This project aims at solving LeetCode algorithm problems with pure C Language using as little library functions as I can,

 Competitive Programming Solutions Compilation
Competitive Programming Solutions Compilation

Competitive Programming Solutions Compilation Hello everyone 👋 This repository contains solutions and explanations to various competitive programming

UnhookMe is an universal Windows API resolver & unhooker addressing problem of invoking unmonitored system calls from within of your Red Teams malware

UnhookMe - Dynamically unhooking imports resolver In the era of intrusive AVs and EDRs that introduce hot-patches to the running processes for their e

Total 21 math problem solved by c language with 4 types of functional reference. Also added circular repeated linked list system of Data structure.

C-ProblemSolve Total 21 math problem solved by c language with 4 types of functional reference. Also added circular repeated linked list system of Dat

Comments
  • python Directory Tree Generator

    python Directory Tree Generator

    This project is useful for visualizing the relationship between files and directories and making their positioning easy to comprehend. watch out for the readme file for a better understanding.

    opened by tusharmali 2
  • Categorise/Group problems based on their type

    Categorise/Group problems based on their type

    Currently, all the problems are in the root level directory, instead, they should be grouped in separate folders based on their type. The type may vary according to the problem type, data structures, etc.

    good first issue Hacktoberfest 
    opened by jp9573 2
Owner
Jay Patel
Full Stack Software Engineer
Jay Patel
Leetcode solutions collection

Leetcode Questions This repository aims to have solutions to all Leetcode Questions that are available for free. List Of Questions The list of all que

Aman Verma 15 Apr 3, 2022
Consisting 30 days of Leetcode questions and solutions of November challenge resulting you a badge who all maintain the streak of these 30 Days. Let's earn together

?? 30_Days_OF_LEETCODE ?? ?? This repository contains all the Competitive programming questions and Interview questions. The main aim of this reposito

null 4 Jul 8, 2022
Problem solution of Quera's Problems with different programming language and approach.

Quera-Problem-Solution Problem solution of Quera's Problems with different programming language and approach. How to use Each folder is the category o

Mohammad YousefiPour 6 Oct 10, 2022
Leetcode solutions in C++ for coding interviews.

LeetCode Solutions This repository will consist solutions focusing on the concepts of DataStructures and Algorithms. Daily updates! Please come back a

Meghna Srivastava 4 May 17, 2022
LeetCode Problems' Solutions

leetcode LeetCode Problems' Solutions # Title Solution Difficulty 6 Remove Duplicates from Sorted List C++ Easy 5 Palindrome Number C++ Easy 4 Median

Sandro 1 Dec 28, 2021
Dining philosophers problem is a problem created by Edsger Wybe Dijkstra in 1965 to explain the deadlock state of an operating system, which is traditionally commonly introduced in lectures on operating systems

42-philosophers Dining philosophers problem is a problem created by Edsger Wybe Dijkstra in 1965 to explain the deadlock state of an operating system,

Lavrenova Maria 31 Dec 26, 2022
This repository aims to contain solutions and explanations to various competitive programming problems, which may be important for interviews and online tests of different companies.

Competitive Programming Solutions Compilation Hello everyone ?? This repository contains solutions and explanations to various competitive programming

Abhinav Agrawal 33 Dec 14, 2022
This is my record of practicing programming skills on LeetCode since 2021.

My_LeetCode_Road This is my record of practicing programming skills on LeetCode since 2021. No. Chinese Title Englist Title Acceptance Difficulty 1 两数

Nebulae 3 Oct 5, 2022
The problem consists in determining all shortest paths between pairs of nodes in a given graph.

All-Pairs-Shortest-Path-Problem-Parallel-Computing The problem consists in determining all shortest paths between pairs of nodes in a given graph. Exe

Ana Sofia N. 1 Dec 27, 2021