DEV Community

Srinivas Kandukuri
Srinivas Kandukuri

Posted on

Top 5 Featured DEV Tag(#algorithms) Posts from the Past Week

LeetCode - Divide Two Integers

Problem statement

Given two integers dividend and divisor, divide two integers without using multiplication, division, and mod operator.

The integer division should truncate toward zero, which means...

Murmurhash -criando um rollout progressivo via backend

Ao ler o título deste post o desenvolvedor mais experiente provavelmente vai se perguntar: "Mas já não existem várias formas de se liberar uma nova funcionalidade para usuários progressivamente ?"

E...

How to Code the Selection Sort Algorithm in JavaScript and Python

If you want to learn how to code, you need to learn algorithms. Learning algorithms improves your problem solving skills by revealing design patterns in programming. In this tutorial, you will learn...

Heap implementation

Heap is a very useful data structure for solving many programming problems.

One of the problem I found is merge k sorted lists on leetcode.

In this problem we have possible many lists which are...

Phone Book Binary Search With Python.

Hello guys, I'm back with another one: Phone Book Binary Search With Python.
Before we get started, I want to tell you what brought about this idea. A programmer friend (more of an aqaintance) shared...

Top comments (2)

Collapse
 
c4r4x35 profile image
Srinivas Kandukuri

Shoutout to all the awesome authors featured this week : @_alkesh26 , @hebertrfreitas , @nielsenjared , @gkucmierz , and @romeopeter 🙌.

Collapse
 
c4r4x35 profile image
Srinivas Kandukuri

Shoutout to all the awesome authors featured this week : @kittipat1413 , @thenjdevopsguy , @marknefedov , @mpiorowski , and @doziestar 🙌.