https://github.com/prahaladhchandrahasan/random
https://github.com/prahaladhchandrahasan/random
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/prahaladhchandrahasan/random
- Owner: prahaladhchandrahasan
- Created: 2022-11-22T18:17:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-22T18:27:19.000Z (over 2 years ago)
- Last Synced: 2024-07-15T21:59:57.334Z (10 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## This repository contains some random code which I experiment on.
- The first one being to multiply 2 'n' digit numbers in a elegant way using convolutions. Inspired from the 3 Blue 1 Brown YouTube video (https://www.youtube.com/watch?v=KuXjwB4LzSA) Code: (https://github.com/prahaladhchandrahasan/random/blob/main/multipy_n_digit_using_convolution.py).