DEV Community

Cover image for Coding Problem Interview Series: How to Implement Merge Sort?
Ben Halpern for CodeNewbie

Posted on

Coding Problem Interview Series: How to Implement Merge Sort?

📣 Calling experienced devs and recent interviewees! Join the "Coding Problem Interview Series" to help code newbies tackle interview questions assessing problem-solving skills, algorithmic knowledge, and implementation of sorting, string manipulation, and data structure algorithms.

Share your expertise and insights! Pleas share multiple perspectives and tips for standout answers!

Today's question is:

Walk me through the implementation of the merge sort algorithm.

Follow the CodeNewbie Org and #codenewbie for more discussions and online camaraderie!

Top comments (3)

Collapse
 
fabriziobagala profile image
Fabrizio Bagalà

Hey @ben

If it would be helpful to anyone who is approaching the world of programming or to those who already have experience and want to learn more, I have written an article on a simple implementation of Merge Sort in C#.

Here is the link dev.to/fabriziobagala/merge-sort-40n2

Thanks 😊

Collapse
 
soumyadeepdey profile image
Soumyadeep Dey ☑️

Hmmm

Collapse
 
jonrandy profile image
Jon Randy 🎖️

The likelihood of being asked this in a real interview is very near zero.