200 LeetCode problems

Related tags

MiscellaneousLeetCode
Overview

LeetCode

I classify 200 leetcode problems into some categories and upload my code to who concern


WEEK 1

# Title Difficulty
Array
15 3Sum Medium
1324 Print Words Vertically Medium
566 Reshape the Matrix Easy
763 Partition Labels Medium

WEEK 2

# Title Difficulty
Two Pointers
350 Intersection of Two Arrays II Easy
560 Subarray Sum Equals K Medium
1234 Replace the Substring for Balanced String Medium
632 Smallest Range Covering Elements from K Lists Hard
3 Longest Substring Without Repeating Characters Medium
11 Container With Most Water Medium
283 Move Zeroes Easy

WEEK 3

# Title Difficulty
STACK AND QUEUE
1249 Minimum Remove to Make Valid Parentheses Medium
856 Score of Parentheses Medium
946 Validate Stack Sequences Medium
609 Find Duplicate File in System Medium
503 Next Greater Element II Medium
1047 Remove All Adjacent Duplicates In String EASY

WEEK 4

# Title Difficulty
GREEDY
122 Best Time to Buy and Sell Stock II Easy
392 Is Subsequence Easy
1029 Two City Scheduling Easy
406 Queue Reconstruction by Height Medium
921 Minimum Add to Make Parentheses Valid Medium
1338 Reduce Array Size to The Half Medium

WEEK 5

# Title Difficulty
HEAP
378 Kth Smallest Element in a Sorted Matrix Medium
659 Split Array into Consecutive Subsequences Medium
692 Top K Frequent Words Medium
973 K Closest Points to Origin Medium
1054 Distant Barcodes Medium
218 The Skyline Problem Hard
857 Minimum Cost to Hire K Workers Hard

WEEK 6

# Title Difficulty
LINKED LIST
21 Merge Two Sorted Lists Easy
234 Palindrome Linked List Easy
24 Swap Nodes in Pairs Medium
86 Partition List Medium
92 Reverse Linked List II Medium
148 Sort List Medium
430 Flatten a Multilevel Doubly Linked List Medium
445 Add Two Numbers II Medium
725 Split Linked List in Parts Medium
1019 Next Greater Node In Linked List Medium

WEEK 7

GRAPH

  • Leetcode 1387. Sort Integers by The Power Value [Medium - 2 Point]

https://leetcode.com/problems/sort-integers-by-the-power-value/


WEEK 8

# Title Difficulty
BFS
417 Pacific Atlantic Water Flow Medium
529 Minesweeper Medium
752 Open the Lock Medium
909 Snakes and Ladders Medium
1129 Shortest Path with Alternating Colors Medium
1162 As Far from Land as Possible Medium
1391 Check if There is a Valid Path in a Grid Medium
490 The Maze Medium
505 The Maze II Medium
499 The Maze III Medium

WEEK 9

# Title Difficulty
DFS
695 Max Area of Island Medium
1254 Number of Closed Islands Medium
130 Surrounded Regions Medium
934 Shortest Bridge Medium
841 Keys and Rooms Medium
1306 Jump Game III Medium
399 Evaluate Division Medium
785 Is Graph Bipartite? Medium
133 Clone Graph Medium
207 Course Schedule Medium
210 Course Schedule II Medium
802 Find Eventual Safe States Medium
1462 Course Schedule IV Medium

WEEK 10

# Title Difficulty
DJISKTRA
1135 Connecting Cities With Minimum Cost Medium
743 Network Delay Time Medium

WEEK 11

# Title Difficulty
UNION FIND
323 Number of Connected Components in an Undirected Graph Medium
1319 Number of Operations to Make Network Connected Medium
128 Longest Consecutive Sequence Hard
765 Couples Holding Hands Hard
778 Swim in Rising Water Hard
1168 Optimize Water Distribution in a Village Hard
209 Minimum Size Subarray Sum Medium

WEEK 12

# Title Difficulty
TREE
700 Search in a Binary Search Tree Easy
559 Maximum Depth of N-ary Tree Easy
1022 Sum of Root To Leaf Binary Numbers Easy
872 Leaf-Similar Trees Easy
637 Average of Levels in Binary Tree Easy
100 Same Tree Easy
94 Binary Tree Inorder Traversal Medium
513 Find Bottom Left Tree Value Medium
515 Find Largest Value in Each Tree Row Medium
144 Binary Tree Preorder Traversal Medium
102 Binary Tree Level Order Traversal Medium
199 Binary Tree Right Side View Medium
366 Find Leaves of Binary Tree Medium
814 Binary Tree Pruning Medium
1325 Delete Leaves With a Given Value Medium
606 Construct String from Binary Tree Easy
543 Diameter of Binary Tree Easy
863 All Nodes Distance K in Binary Tree Medium
1245 Tree Diameter Medium

WEEK 13

# Title Difficulty
BINARY SEARCH TREE
653 Two Sum IV - Input is a BST Easy
230 Kth Smallest Element in a BST Medium
449 Serialize and Deserialize BST Medium
538 Convert BST to Greater Tree Easy
1038 Binary Search Tree to Greater Sum Tree Medium
1382 Balance a Binary Search Tree Medium

WEEK 14

# Title Difficulty
BINARY TREE
1351 Count Negative Numbers in a Sorted Matrix Easy
875 Koko Eating Bananas Medium
287 Find the Duplicate Number Medium
153 Find Minimum in Rotated Sorted Array Medium
33 Search in Rotated Sorted Array Medium
50 Pow(x, n) Medium
1201 Ugly Number III Medium
29 Divide Two Integers Medium
35 Search Insert Position Easy

WEEK 15

# Title Difficulty
MATH
7 Reverse Integer Easy
2 Add Two Numbers Medium
553 Optimal Division Medium
1362 Closest Divisors Medium
1006 Clumsy Factorial Medium
592 Fraction Addition and Subtraction Medium
640 Solve the Equation Medium
279 Perfect Squares Medium
12 Integer to Roman Medium
866 Prime Palindrome Medium
223 Rectangle Area Medium
1227 Airplane Seat Assignment Probability Medium
1230 Toss Strange Coins Medium
1093 Statistics from a Large Sample Medium
1017 Convert to Base -2 Medium

Owner
Hoang Cao Bao
Hoang Cao Bao
Cairo-integer-types - A library for bitwise integer types (e.g. int64 or uint32) in Cairo, with a test suite

The Cairo bitwise integer library (cairo-bitwise-int v0.1.1) The Cairo smart tes

27 Sep 23, 2022
A tool to quickly create codeforces contest directories with templates.

Codeforces Template Tool I created this tool to help me quickly set up codeforces contests/singular problems with templates. Tested for windows, shoul

1 Jun 02, 2022
Library management using python & MySQL

Library management using python & MySQL Dev/Editor: Pavan Ananth Sharma & MK Akash Introduction: This is an intermediate project which is a user-frie

Pavan Ananth Sharma 2 Jul 05, 2022
The Python Fuzzer that the world deserves 🐍

pip3 install frelatage Current release : 0.0.2 The Python Fuzzer that the world deserves Installation | How it works | Features | Use Frelatage | Conf

Rog3r 219 Dec 21, 2022
Python binding to rust zw-fast-quantile

zw_fast_quantile_py zw-fast-quantile python binding Installation pip install zw_fast_quantile_py Usage import zw_fast_quantile_py

Paul Meng 1 Dec 30, 2021
How to build an Fahrenheit to Celsius Converter in Python

Generally to measure the temperature we make use of one of these two popular units i.e. Fahrenheit & Celsius.

PyLaboratory 0 Feb 07, 2022
A simple tool made in Python language

Simple tool Uma simples ferramenta feita 100% em linguagem Python 💻 Requisitos: Python3 instalado em seu dispositivo Clonagem e acesso 📳 git clone h

josh washington 4 Dec 07, 2021
Python plugin/extra to load data files from an external source (such as AWS S3) to a local directory

Data Loader Plugin - Python Table of Content (ToC) Data Loader Plugin - Python Table of Content (ToC) Overview References Python module Python virtual

Cloud Helpers 2 Jan 10, 2022
Control your gtps with gtps-tools!

Note Please give credit to me! Do not try to sell this app, because this app is 100% open source! Do not try to reupload and rename the creator app! S

Jesen N 6 Feb 16, 2022
A demo Piccolo app - a movie database!

PyMDb Welcome to the Python Movie Database! Built using Piccolo, Piccolo Admin, and FastAPI. Created for a presentation given at PyData Global 2021. R

11 Oct 16, 2022
Python Monopoly Simulator

Monopoly simulator Original creator: Games Computer Play YouTube: https://www.youtube.com/channel/UCTrp88f-QJ1SqKX8o5IDhWQ Config file (optional) conf

Games Computers Play 37 Jan 03, 2023
The worst and slowest programming language you have ever seen

VenumLang this is a complete joke EXAMPLE: fizzbuzz in venumlang x = 0

Venum 7 Mar 12, 2022
Python Classes Without Boilerplate

attrs is the Python package that will bring back the joy of writing classes by relieving you from the drudgery of implementing object protocols (aka d

The attrs Cabal 4.6k Jan 02, 2023
Never get kicked for inactivity ever again!

FFXIV AFK Bot Tired of getting kicked from games due to inactivity? This Bot will make random movements in random intervals to prevent you from gettin

5 Jan 12, 2022
String Spy is a project aimed at improving MacOS defenses.

String Spy is a project aimed at improving MacOS defenses. It allows users to constantly monitor all running processes for user-defined strings, and if it detects a process with such a string it will

10 Dec 13, 2022
Distribute PySPI jobs across a PBS cluster

Distribute PySPI jobs across a PBS cluster This repository contains scripts for distributing PySPI jobs across a PBS-type cluster. Each job will conta

Oliver Cliff 1 Feb 10, 2022
A module to develop and apply old-style links

Old-Linkage-Dev (OLD) Old Linkage Development is a module to develop and apply old-style links. Old-style links stand for some traditional or conventi

Tarcadia 2 Dec 04, 2021
WMIC Serial Checker For Python

WMIC Serial Checker Follow me here: Discord | Github FR: A but éducatif seulement. EN: For educational purposes only. ❓ Informations FR: WMIC Serial C

AkaTool's 0 Apr 25, 2022
Automated Changelog/release note generation

Quickly generate changelogs and release notes by analysing your git history. A tool written in python, but works on any language.

Documatic 95 Jan 03, 2023
En este repositorio realizaré la tarea del laberinto.

Laberinto Perfil de GitHub del autor de este proyecto: @jmedina28 En este repositorio queda resuelta la composición de un laberinto 5x5 con sus muros

Juan Medina 1 Dec 11, 2021