Posts
Series
Categories
Search
Sign In
Posts
Series
Categories
Search
Sign In
Search Results
Implementing a Stack Using Queues
Technical_Interview
#data-structures
#stack
#queue
Created by
@oliverrichards
at November 14th 2023, 8:20:34 pm
Circular Queue using Doubly Linked List in Python
Technical_Interview
#data-structures
#doubly-linked-list
#circular-queue
Created by
@oliverrichards
at November 13th 2023, 8:21:03 pm
Trie Data Structure with Doubly Linked List
Technical_Interview
#doubly-linked-list
#trie-data-structure
#prefix-tree
Created by
@oliverrichards
at November 12th 2023, 8:23:28 pm
BST to Sorted Doubly Linked List Conversion
Technical_Interview
#python
#doubly-linked-list
#binary-search-tree
Created by
@oliverrichards
at November 11th 2023, 8:14:17 pm
Reverse Doubly Linked List
Technical_Interview
#python
#reverse
#doubly-linked-list
Created by
@oliverrichards
at November 9th 2023, 8:41:52 pm
Inserting Value into Sorted Circular Doubly Linked List
Technical_Interview
#doubly-linked-list
#circular-linked-list
#insertion
Created by
@oliverrichards
at November 9th 2023, 4:19:30 am
Implementing an LRU Cache with Doubly Linked List
Technical_Interview
#python
#doubly-linked-list
#lru-cache
Created by
@oliverrichards
at November 8th 2023, 5:31:27 am
Doubly Linked List Implementation
Technical_Interview
#doubly-linked-list
#insert-node
#delete-node
Created by
@oliverrichards
at November 6th 2023, 9:03:04 pm
Copy List with Random Pointer
Technical_Interview
#linked-list
#deep-copy
#random-pointer
Created by
@oliverrichards
at November 5th 2023, 12:27:32 am
Palindrome Linked List: Two-Pointer Approach
Technical_Interview
#two-pointer
#palindrome
#linked-list
Created by
@oliverrichards
at November 4th 2023, 12:36:57 pm
Previous
Next