Skip to content

Files

Latest commit

 

History

History

Doubly-Linked-List

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 

Leetcode

Leetcode Questions Practice - Doubly Linked List

Click on difficulty buttons (Easy, Medium, Hard) or Tags or company to filter that category problems only.

# Title Sol Companies Difficulty Time Space Tags
146 LRU Cache   Medium O(1) O(1) Hash Table, Linked List, Design, Doubly Linked List