leetcode-notion

(β˜… 76)

A simple Notion template to track Leetcode problems and save your solutions

  • .gitignore
  • 1 - Two Sum.py
  • 112 - Path Sum I.py
  • 118 - Pascal's Triangle I.py
  • 13 - Roman to Integer.py
  • 136 - Single Number.py
  • 14 - Longest Common Prefix.py
  • 144 - Binary Tree Preorder Traversal.md
  • 145 - Binary Tree Postorder Traversal.md
  • 15 - 3 Sum.md
  • 1512 - Number of Good Pairs.py
  • 155 - Min Stack.py
  • 19 - Remove Nth Node From List.md
  • 203 - Remove Linked List Elements.md
  • 206 - Reverse Linked List.py
  • 21 - Merge Two Sorted Lists.md
  • 21.py
  • 217 - Contains Duplicates.md
  • 226.py
  • 237 - Delete Node in a Linked List.py
  • 26 - Remove duplicates from sorted array.md
  • 278 - First Bad Version.md
  • 283 - Move Zeroes.py
  • 3 - Longest Substring Without Repeating Characters.md
  • 3.py
  • 35 - Search Insert Position.md
  • 567 - Permutation in String.py
  • 7 - Reverse Integer.py
  • 704 - Binary Search.md
  • 83 - Remove Duplicates from Sorted List.py
  • 9 - Palindrome Number.py
  • 94 - Binary Tree Inorder Traversal.md
  • 977 - Squares Of A Sorted Array.md
  • 977.py
  • README.md
  • requirements.txt

# Installation Guide

1. Get the code
git clone https://github.com/BrianRuizy/leetcode-notion

Downloads the entire project code from GitHub to your computer.

cd leetcode-notion

Moves into the project folder you just downloaded.

2. Python

Easy Recommended
Prerequisites
  • Git Needed to download the project code from GitHub.
  • Python 3 On Windows, be sure to check 'Add Python to PATH' during installation.
pip install -r requirements.txt

Installs the Python libraries listed in requirements.txt (or similar).

python <μ‹€ν–‰ν•  파일λͺ…>.py # READMEμ—μ„œ μ •ν™•ν•œ μ‹€ν–‰ 파일λͺ…을 ν™•μΈν•˜μ„Έμš”

Runs the Python script (or module).

βœ… If it runs without errors and prints output in the terminal, it worked.
// repository documentation