Competitive programming with python

Competitive programming in Python

I will write a memorandum of the python method used by the author who is challenging competitive programming with python.

Method used

Add element to end of list ʻappend () ` Get list with duplicate list removed

x = [1, 3, 5, 5,]
list(set(x))
# x = [1, 3, 5]

Recommended Posts

Competitive programming with python
3. 3. AI programming with Python
Competitive programming diary python 20201213
Python programming with Atom
Competitive programming diary python 20201220
Competitive programming diary python
Programming with Python Flask
Competitive programming with python Local environment settings
Programming with Python and Tkinter
I made a competitive programming glossary with Python
Python Competitive Programming Site Summary
Network programming with Python Scapy
Tips you should know when programming competitive programming with Python2
Python3 standard input for competitive programming
Competitive programming, coding test template: Python3
[Python] Object-oriented programming learned with Pokemon
FizzBuzz with Python3
Python programming note
Scraping with Python
Scraping with Python
Knowledge you need to know when programming competitive programming with Python2
Python with Go
Twilio with Python
Integrate with Python
Play with 2016-Python
AES256 with python
Tested with Python
Programming in python
python starts with ()
with syntax (Python)
Bingo with python
Zundokokiyoshi with python
Excel with Python
Microcomputer with Python
Cast with python
[Competitive programming] [Python3] Required knowledge, for myself
Tips you should know when programming competitive programming with Python2 (useful library)
Serial communication with Python
Zip, unzip with python
Django 1.11 started with Python3.6
Python with eclipse + PyDev.
Socket communication with Python
Data analysis with python 2
Scraping with Python (preparation)
Try scraping with Python.
Asynchronous programming with libev # 2
Learning Python with ChemTHEATER 03
Sequential search with Python
"Object-oriented" learning with python
How to enjoy programming with Minecraft (Ruby, Python)
Handling yaml with python
I tried competitive programming
Solve AtCoder 167 with python
Serial communication with python
[Python] Use JSON with Python
Learning Python with ChemTHEATER 05-1
Learn Python with ChemTHEATER
Run prepDE.py with python3
1.1 Getting Started with Python
Collecting tweets with Python
Binarization with OpenCV / Python