Homepage
Open in app
Sign in
Get started
Tech Interview Collective
walkthroughs and tips on algorithm, data structure, system design and behavioral interviews
Follow
latest Stories
Implementing Linked List Operations in Python
In this article, I’ll be walking you through some implementations of linked list operations in python so let’s get our hands dirty a little…
Ruth Obe
Jan 9, 2022
Linked List and its Time Complexities
Linked List and its Time Complexities
Linked list is a basic data structure that forms the foundation for many complex data structures like stacks and queues. In a linked list…
Ruth Obe
Jan 4, 2022
Python Static Arrays, Dynamic Arrays, and Deques
Python Static Arrays, Dynamic Arrays, and Deques
Arrays generally are contiguous blocks of memory which means that objects in an array are placed side by side in a sequential manner. For…
Ruth Obe
Dec 30, 2021
QuickSort And Its Complexities
QuickSort And Its Complexities
Quick sort falls under the Divide — and — Conquer strategy of problem solving. It follows a pattern of picking an element in a given list…
Ruth Obe
Jul 10, 2021
Solving theTwo-Product Problem in JS Using Brute Force, Hashing, and Binary Search Patterns with…
Solving theTwo-Product Problem in JS Using Brute Force, Hashing, and Binary Search Patterns with…
Tech Interview Question: Given a list of numbers, find two numbers that sum up to a given target and return the product of these numbers…
Ruth Obe
Jul 8, 2021
About Tech Interview Collective
Latest Stories
Archive
About Medium
Terms
Privacy
Teams