OpenGenus / cosmos

World's largest Contributor driven code dataset | Used in Quark Search Engine, @OpenGenus IQ, OpenGenus Visual Project
http://internship.opengenus.org
GNU General Public License v3.0
13.58k stars 3.69k forks source link

Implemented LRU cache in Go #6764

Closed laughing-nerd closed 1 year ago

laughing-nerd commented 1 year ago

Fixes issue:

6703 but it's in Go

Changes: Implemented LRU cache in Go. Added the code in cosmos/code/data_structures/src/DoubleLinkedList/lru_cache/src_go/