stefanjaindl

Checkout blog posts about various topics helpful to software developers everyday life

blog

My personal Blog

Technical stories, hints & tricks

This is the seventh post of my "Data Structures & Algorithms Collection" series. In this blog post I'll walk through a sample problem that deals with sorting & searching and explain how to solve it.

Continue reading...

This is the 6. post of my "Data Structures & Algorithms Collection" blog series. This blog deals with a recursion problem using dynamic programming.

Continue reading...

This is the fifth post of my "Data Structures & Algorithms Collection" series. In this blog post I'll walk through a sample bit manipulation problem.

Continue reading...

This is the 4. post of my "Data Structures & Algorithms Collection" blog series. This blog deals with a hard graph problem.

Continue reading...

This is the third post of my "Data Structures & Algorithms Collection" series. In this blog post I'll walk through a sample problem that deals with stacks and queues and explain how to solve it.

Continue reading...

This is the second post of my "Data Structures & Algorithms Collection" series. In this blog post I'll walk through a sample problem with linked lists and explain how to solve it.

Continue reading...