Skip to content
This repository has been archived by the owner on Sep 5, 2020. It is now read-only.

Latest commit

 

History

History
4 lines (4 loc) · 262 Bytes

50-Day2.md

File metadata and controls

4 lines (4 loc) · 262 Bytes

Lecture 2 Memo

For the second lecture, we learned about:

  • Python basic syntax: string, list, sets and their respective method
  • Algorithm: The Karatsuba algorithm for a faster large number multiplication, sorting algorithm by merging two sorted lists