DEV Community

Srinivas Kandukuri
Srinivas Kandukuri

Posted on

Awesome top 5 Posts from last week tagged(#algorithms)

2 The Hacker Mindset Playbook: Intuitively self-aware systems, with anatomical basis of origin

Specs

Temporarily disable specific scopes (anything with critical details) until subject(s) builds their trust(how verifiable are the logs & everything with their digital foot-print in relation to...

Easy Queue implementation in Ruby

This post contains some info from the ChatGPT.

You might think, "Queues aren't used much in Ruby," and it's true, you don't often see a queue implementation in Ruby or Rails projects. But for me, the...

A Developer's Guide to Searching Algorithms 🧹🔍

Linear Search Algorithm
Introduction

The linear search algorithm is a foundational method for locating a target element within an array by sequentially checking each element. This algorithm, while...

Understanding Big O Notation Through the Two Sum Problem (For Beginner)

Introduction

Hello everyone! Lately, I've been refreshing my knowledge of algorithms and I thought it would be interesting to put together an article on Big-O notation. I want to both solidify my own...

1 The Hacker Mindset Playbook: Intuitively self-aware systems, with anatomical basis of origin

Systems void of traceability at micro level; comprehensible at the macro level, point of observation.

Self sustained systems (void of direct externalization) are more difficult to break-in
based on...

Top comments (3)

Collapse
 
c4r4x35 profile image
Srinivas Kandukuri

Shoutout to all the awesome authors featured this week : @vonthecreat0r , @joseanchieta , @bugudiramu , @koshirok096 , and @vonthecreat0r 🙌.

Collapse
 
bugudiramu profile image
bugudiramu

Thanks, @c4r4x35! There's more on the way.

Collapse
 
joseanchieta profile image
José Anchieta

Thank you, my friend.