Data Structures and Algorithms

Ultimately! Thank you.

1 Like

This could be very helpful…

Thanks

1 Like

thank you.you done a good job.

Awesome and comprehensive :slight_smile:

Thanks for this!

Shortest path algorithms

May God bless you :slight_smile:

How to come up with DP solution !!
Add this also

alt text

I need karma points to ask my question ;-(

Noble approach,God bless you !
It would be nice to order them in a manner that would hopefully let beginner programmers make most out of it

Hello everybody,

This is not a question. This is to make you aware of Big-O Prize, where you can learn and earn at the same time. This will motivate many students and will make their brain to work for IQ level questions. This platform will post questions every Sunday and you can submit your answers by successive Wednesday. The details of the winners and solution of all the questions will be available any time between Thursday and Saturday. You can watch these solution videos any time later also, like while preparing your aptitude part for entrance exams such as GATE, GRE, etc. Here is the link to Big-O Prize. Give it a try and share with other students so that they can also take advantage of this.

Thanks and Regards,

Big-O Prize team.

1 Like

Coding and system design interview practice

I feel game theory should also be a part of the collection

Hi admin,

Appreciate the effort you have made. Whole bunch of programs all at one place. This is awesome!!!

Binary program, its explanation and examples are good.

I found this link Binary search in java short, crisp and perfect explanation.

Just a suggestion!!

Please add this link as well : Mathematical Expectation : Expectation Value

Thanks for the comprehensive list. You can find some more supplemental Data Structure Interview Preparation material here.

For Euler path and circuits, I think this presentation is very ‘meaty’, explained in lucid and short manner without extra loads of history of 7 bridges and how euler solved it!

https://www.math.ku.edu/~jmartin/courses/math105-F11/Lectures/chapter5-part2.pdf

Here’s the quicksort algorithm and merge sort algorithm along with explanation, implementation and example. Hope it helps everyone.