Logo
Login
Tech Posts 31382
100daysofcode 100daysofdevops 100pay 10mistakes 10yearworkanniversary 11 11labs 11tly 11ty 127001

Dev Blog A constructive and inclusive blog for software developers. With you every step of your journey.

Built with modern PHP and MySQL. Open source software that powers developer blogs and other inclusive communities.

Made with love and PHP. Dev Blog © 2024.

Data Structure & Algorithm: Quick Sort

The algorithm: chose an element from the input array (arbitrary or, or the first, or the last one) partition the array in left and right portions. The left part of the partition has all the elements s...
17.03.2025 0 Read More

algorithms : intro to sorting algorithms 1 { insertion sort and selection sort }

Hey reader , you have stumbled across a series of posts where I'll be speed running through algorithms for sorting arrays ,linked-lists , heaps etc this series will deeply go into the algorithms and t...
18.03.2025 0 Read More

Sorting Algorithms Made Visual – Feedback Needed!

Sorting Algorithm Visualizer – A React-Based Interactive Tool Hey devs! 👋 I've built a React-based sorting algorithm visualizer to make learning sorting algorithms more interactive and ...
29.03.2025 0 Read More

Exploring elixir processes using merge sort

Exploring elixir processes using merge sort
In this article, I use the word parallel and concurrent interchangeably. I need the readers to know that they are not the same. Parallel means solving smaller problems of the same chunk of work at the...
14.04.2025 0 Read More

Go for Sort: Part 1 - Exploring the Fundamentals and Implementing Insertion Sort

Hello! Welcome to this post where we'll explore the fascinating world of sorting algorithms. As a follow-up to my previous post on search algorithms, particularly binary search, it's crucial to unders...
28.04.2025 0 Read More
Loading...
#reading
splice() vs toSpliced() which one to prefer in javascript?
0
Day 5/90: Purge Elements Like the Shadow Monarch — Conquering LeetCode’s Remove Element Problem 🗡️
0
The Ultimate Guide to Social Media Handles: Importance, Best Practices, and Platforms
0
OpenBSD 7.6 を 7.7 へ アップグレード
0
Create a drag and drop with Tailwind CSS and JavaScript
0
#popular
Mastering OpenAI’s new Agents SDK & Responses API [Part 1]
0
Beginner's Guide to the Model Context Protocol (MCP)
0
What is Model Context Protocol (MCP): Explained in detail
0
A Step-by-Step Guide to Install DeepSeek-V3-0324 Locally
0
The Great AI Agent Protocol Race: Function Calling vs. MCP vs. A2A
0