An open API service indexing awesome lists of open source software.

https://github.com/prahaladhchandrahasan/random


https://github.com/prahaladhchandrahasan/random

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

## This repository contains some random code which I experiment on.


  1. 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).