My attempt to solve puzzles from Advent of Code 2021
Note: This is part of my learning Python language.
- Defining Main Functions in Python
- Python | Accessing index and value in list
- Python – Read Text File
- Python Open File – How to Read a Text File Line by Line
- Python String Interpolation
- Ternary Operator in Python
- Python : How to iterate over the characters in string ?
- Python Bitwise Operators
- Filtering Lists in Python
- How to Filter List Elements in Python
- Check if a Character Is a Number in Python
- Representing matrix in Python using nested List; Not using NumPy
- Python Sets
- Empty set literal?
- List of lists changes reflected across sublists unexpectedly
- How can I specify the function type in my type hints?
- Python: Find in list
- collections — Container datatypes
- itertools
- Nested List Comprehensions in Python
- heapq — Heap queue algorithm
- functools