Most asked data structures in interview
Arrays.
Linked lists.
Stacks.
Queues.
Trees.
Graphs.
0 replies1 like
More like this
Recommendations from Medial
Sanchit Hajela
•
Atlan • 9m
🧵 Let’s pen down some of the most interesting machine coding questions(Frontend) asked during an interview!?
6 replies12 likes
Payal Manghnani
Stealth • 11d
Essential Python Topics for Data Analysts 😄👇
- Data Structures: Lists, Dictionaries, Sets, and Tuples.
- NumPy: Array manipulation for numerical operations.
- Pandas: Data manipulation and analysis with DataFrame.
- Data Cleaning: Handling missin
Yesterday I gave my first interview in a service based MNC. The time of interview was about 45 mints. I answered most of the questions and solve some SQL related problems on paper. But not able to answer some of questions. HR also asked some questio
See More
10 replies15 likes
Ankit Dubey
Stealth • 9m
Advice by senior to junior 🤞🏻
🔥Programmers road map👇🏻
This isnt for switching jobs just to be better at what you do everyday.
1. Stop doing a lot of leetcode problems. But pick data structures research papers and start reading and implementi
Stupid question, can Noland use Neuralink with his eyes closed?
Today I saw an interview with a neurosurgeon who was asked about the recent advances of Neuralink. The neurosurgeon replied that despite not knowing all the details (which personally an
See More
4 replies6 likes
Bhaskar Kumar
Stealth • 1m
Excited to share that I have successfully completed Trimester 1 of the Credit-Linked Program in Computer Science at Daksh Gurukul, IIT Guwahati!
This journey has been both challenging and rewarding, filled with valuable learning experiences and oppo
See More
2 replies6 likes
Rahul Tailor
Stealth • 8m
Hello, I'm a final year student at the National Institute of Technology, Kurukshetra, and I will be graduating in a month. I want to join startups to begin my career with an SDE role. Can you suggest how to get a job in startups, and if someone wants
The assumption based services in our fragmented preventive and curative health care is inefficient because most chronic diseases are linked to lifestyle, but doctors has less data on patient's fitness and lifestyle, while fitness coaches has skewed d
See More
0 replies3 likes
Sagar gupta
Stealth • 4m
Most Javascript Questions Asked in Interview | PART 2
1. What is difference between a for loop and for Each loop
Ans: A for loop is traditional loop that uses a counter variable to iterate over an array. ForEach loop is a method that iterate over a