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.52k stars 3.66k forks source link

Implemented LRU cache in Go #6764

Closed laughing-nerd closed 8 months ago

laughing-nerd commented 8 months 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/