/LeetCode-Using-Python

My plan is to solve LeetCode problems using Python programming language while focusing on implementing optimal solutions with efficient time complexity.

Primary LanguageJupyter Notebook

LeetCode-Using-Python

My plan is to solve LeetCode problems using Python programming language while focusing on implementing optimal solutions with efficient time complexity.

Referring LeetCode 75 Days Plan Sheet

Data Structures

https://docs.google.com/spreadsheets/d/1mmrEpl82epOBfeSdbCnOkd0P3yGEEFF-x110dkSNZhI/edit?usp=sharing

Algorithms

https://docs.google.com/spreadsheets/d/159i0H_ho_n2vefVKShvPUppcKYO8puFreSY5TMjiz60/edit?usp=sharing

leetcode_functions.py it is the function created by Me i.e Chandrashekhar Robbi

It has various features like

  • it takes input of the name of the problem (there should not be any spelling mistake) and returns the leetcode link for that problem
  • Convert the next cell into markdown
  • Copies the markdown to clipboard
    • It contains main markdown tag along with
    • Approach and Time Complexity labels