In Python, declare a named tuple called Edge, with attributes vertex and weight. — from collections import namedtuple Edge = namedtuple('Edge', ['vertex', 'weight'])
G
1.2K
Google Interview
This flashcard deck made by jwasham contains knowledge about google interview. For more details, please follow https://github.com/jwasham/google-interview-university