Skip to content

Latest commit

 

History

History

Google

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Google - LeetCode

My solution set to LeetCode with company tag Google, mostly implemented in Golang, Python3, C++, and MySQL.

Table of Contents

# Title Solution Difficulty Tag
121 121. Best Time to Buy and Sell Stock Sol Easy Array, Dynamic Programming
122 122. Best Time to Buy and Sell Stock II Sol Easy Array, Greedy
123 123. Best Time to Buy and Sell Stock III Sol Hard Array, Dynamic Programming
188 188. Best Time to Buy and Sell Stock IV Sol Hard Dynamic Programming
309 309. Best Time to Buy and Sell Stock with Cooldown Sol Medium Dynamic Programming
714 714. Best Time to Buy and Sell Stock with Transaction Fee Sol Medium Array, Dynamic Programming, Greedy

Milestones