GithubHelp home page GithubHelp logo

python-geeks / leetcode-scripts Goto Github PK

View Code? Open in Web Editor NEW
18.0 0.0 32.0 194 KB

Repo for creating awesome leetcode solution scripts to make my panda smarter

License: MIT License

Python 100.00%
python leetcode-solutions leetcode-python hacktoberfest hacktoberfest-accepted hacktoberfest2021

leetcode-scripts's People

Contributors

allwells avatar atharvabhatt200 avatar golu7679 avatar hemant1101 avatar jisan129 avatar kanhakorgaonkar avatar kapshar avatar mansi-binjola avatar meetmangukiya7 avatar nagulvali555 avatar namitaarya avatar nhimanshujain avatar pawangeek avatar riyam16 avatar rushil180101 avatar saulpuente avatar sourabmaity avatar strawhatasif avatar suburban-daredevil avatar tanish36 avatar thevirtualbuddy avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

leetcode-scripts's Issues

29 | Divide Two Integers | Python

Leetcode Question no. -29

Problem name -Divide Two Integers

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

3sum multiplicity

Leetcode Question no. - 0923

Problem name - 3Sum With Multiplicity

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

24 | Swap Nodes in Pairs | Python

Leetcode Question no. - 24

Problem name - 24. Swap Nodes in Pairs

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

22 | Generate Parentheses | Python

Leetcode Question no. - 22

Problem name -

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

Two sum

Leetcode Question no. - 1

Problem name - Two sum

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

Longest Palindromic Substring

Leetcode Question no. - 5

Problem name - Longest Palindromic Substring

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

34 | Find first and last position of element in sorted array | Python

Leetcode Question no. - 34

Problem name - Find first and last position of element in sorted array

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

Integer to Roman

Leetcode Question no. - 12

Problem name - Integer to Roman

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

49 | Group Anagrams | Python

Leetcode Question no. -49

Problem name -Group Anagrams

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

27 | Remove Element | Python

Leetcode Question no. - 27

Problem name - Remove Element

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

31. | Roman To Integer | Python

Leetcode Question no. - 31.

Problem name - Roman To Integer

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

704 | Binary Search | Python

Leetcode Question no. - 704

Problem name - Binary Search

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

35 | Search Insert Position | Python

Leetcode Question no. - 35

Problem name - Search Insert Position

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

3Sum

Leetcode Question no. - 15

Problem name - 3Sum

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

Palindrome Number

Leetcode Question no. - 8

Problem name - Palindrome Number

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

Reverse Integer

Leetcode Question no. - 7

Problem name - Reverse Integer

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

26 | Remove Duplicates from Sorted Array | Python

Leetcode Question no. - 26

Problem name - Remove Duplicates from Sorted Array

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

Median of Two Sorted Arrays

Leetcode Question no. - 4

Problem name - Median of Two Sorted Arrays

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

25 | Reverse Nodes in k-Group | Pythpn

Leetcode Question no. - 25

Problem name - Reverse Nodes in k-Group

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

0124 | Binary Tree Maximum Path Sum

Leetcode Question no. - 124

Problem name - Binary Tree Maximum Path Sum

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

Longest Common Prefix

Leetcode Question no. - 14

Problem name - Longest Common Prefix

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

33 | Search in Rotated Sorted Array | Python

Leetcode Question no. - 33

Problem name - Search in Rotated Sorted Array

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

Remove Nth Node From End of List

Leetcode Question no. - 19

Problem name - Remove Nth Node From End of List

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

3Sum Closest

Leetcode Question no. - 16

Problem name - 3Sum Closest

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

23 | Merge k Sorted Lists | Python

Leetcode Question no. - 23

Problem name - Merge k Sorted Lists

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

374 | Guess number higher or lower | Python

Leetcode Question no. - 374

Problem name - Guess number higher or lower

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

4Sum

Leetcode Question no. - 18

Problem name - 4Sum

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

Container With Most Water

Leetcode Question no. - 11

Problem name - Container With Most Water

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

022 | Generate Parentheses

Leetcode Question no. - 22

Problem name - Generate Parentheses

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

Regular Expression Matching

Leetcode Question no. - 10

Problem name - Regular Expression Matching

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

Adding solution of problem no. 0204

Leetcode Question no. - 0204

Problem name - Count Primes

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

Add Two Numbers

Leetcode Question no. - 2

Problem name - Add Two Numbers

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

1232 | Check If It Is a Straight Line

Leetcode Question no. - 1232.

Problem name - Check If It Is a Straight Line

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

31 | Next Permutation | Python

Leetcode Question no. - 31

Problem name - Next Permutation

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

Letter Combinations of a Phone Number

Leetcode Question no. - 17

Problem name - Letter Combinations of a Phone Number

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

32 | Longest Valid Parentheses | Python

Leetcode Question no. - 32

Problem name - Longest Valid Parentheses

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

Valid Parentheses

Leetcode Question no. - 20

Problem name - Valid Parentheses

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

0094 | Binary Tree Inorder Traversal

Leetcode Question no. - 94

Problem name - Binary Tree Inorder Traversal

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

Longest Substring Without Repeating Characters

Leetcode Question no. - 3

Problem name - Longest Substring Without Repeating Characters

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

String to Integer (atoi)

Leetcode Question no. - 8

Problem name - String to Integer (atoi)

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

Roman to Integer

Leetcode Question no. - 13

Problem name - Roman to Integer

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

21 | Merge Two Sorted Lists | Python

Leetcode Question no. - 21

Problem name - Merge Two Sorted Lists

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

36 | Valid Sudoku | Python

Leetcode Question no. - 36

Problem name - Valid Sudoku

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

0394 | Decode String

Leetcode Question no. - 394

Problem name - Decode String

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

0437 | Path Sum III

Leetcode Question no. - 437

Problem name - Path Sum III

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

Accounts Merge

Leetcode Question no. - 0721

Problem name - Accounts Merge

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

ZigZag Conversion

Leetcode Question no. - 6

Problem name - ZigZag Conversion

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

30 | Substring with Concatenation of All Words | Python

Leetcode Question no. - 30

Problem name - Substring with Concatenation of All Words

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

66 | Plus One | Python

Leetcode Question no. - 66

Problem name - Plus One

Instructions

  • Create a new folder for your script and file/folder name should be appropriate.
  • Create a README.md in your folder for program Instructions
  • add requirements.txt if needed

Programming Language

  • Python

Happy Coding

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.